CarlEdman
4th March 2013, 13:30
Having successfully converted my DVD collection and uploaded it to my NAS, I'm now trying to do the same for my Blu-Ray collection.
My problem is finding a suitable avisynth h264 source filter. I've looked into the following and each seem inadequate:
DGAVCDec was my first choice as it seemed fairly straightforward and free. Even better it resembled DGDecode which I've used for many years with great success for MPEG2 sources. Unfortunately, even its author discourages DGAVCDec use and has pulled it from the web. Also, I'm having some problems with the avisynth source filter finding the libavcodec library.
DGNVDecode seems like the superior choice from the mind that brought us DGAVCDec and DGDecode. The price seems a pittance compared to its value and I would have jumped on it long ago, if I had an NVidia graphics card. Unfortunately I use an ATI/AMD graphics card. Given the time-intensive nature of many of my other filters, the GPU acceleration is not really an issue--I'd be happy with a CPU h264 decode fallback, but sadly that appears not to be an option.
FFmpegSource and DirectShowSource are used by a fair number of people it seems, but the warnings about lack of frame accuracy, burned-in subtitles, and the lack of an index file to extract information from give me pause.
So are there any other options? Or are my problems with any of the aforementioned solutions ill-founded?
My problem is finding a suitable avisynth h264 source filter. I've looked into the following and each seem inadequate:
DGAVCDec was my first choice as it seemed fairly straightforward and free. Even better it resembled DGDecode which I've used for many years with great success for MPEG2 sources. Unfortunately, even its author discourages DGAVCDec use and has pulled it from the web. Also, I'm having some problems with the avisynth source filter finding the libavcodec library.
DGNVDecode seems like the superior choice from the mind that brought us DGAVCDec and DGDecode. The price seems a pittance compared to its value and I would have jumped on it long ago, if I had an NVidia graphics card. Unfortunately I use an ATI/AMD graphics card. Given the time-intensive nature of many of my other filters, the GPU acceleration is not really an issue--I'd be happy with a CPU h264 decode fallback, but sadly that appears not to be an option.
FFmpegSource and DirectShowSource are used by a fair number of people it seems, but the warnings about lack of frame accuracy, burned-in subtitles, and the lack of an index file to extract information from give me pause.
So are there any other options? Or are my problems with any of the aforementioned solutions ill-founded?