`Orum
1st January 2016, 08:56
I'm looking for a frame accurate (handing the output to Trim()) source filter for AviSynth+ x64, and I've tried several, but none seem to actually work. Source material is a BD H.264 stream remuxed into a MKV container, via eac3to. Here's the two I've tried so far:
FFMpegSource2 - This claims it's frame accurate with MKV containers. But, even with seekmode = 1 (the default), reopening an unchanged script and seeking to the same frame number often produces different results.
DSS2mod - This is actually a lot more reliable at hitting the same frame than FFMS2, but still isn't 100% on frame seeking. Occasionally the frame seeking will still be a frame or two off from previous openings of the same file.
So are there any other options? I've tried a few other source filters, but have yet to actually get any of them to even decode the video in the first place, let alone seek in it.
FFMpegSource2 - This claims it's frame accurate with MKV containers. But, even with seekmode = 1 (the default), reopening an unchanged script and seeking to the same frame number often produces different results.
DSS2mod - This is actually a lot more reliable at hitting the same frame than FFMS2, but still isn't 100% on frame seeking. Occasionally the frame seeking will still be a frame or two off from previous openings of the same file.
So are there any other options? I've tried a few other source filters, but have yet to actually get any of them to even decode the video in the first place, let alone seek in it.