Loading the file with LWLibAvSource causes the filter to crash (Avisnyth and Vapoursynth).
Extracting the raw stream and loading works with LWLibAvSource, but some frames are missing.
ffplay reports:
[h264 @ 000001c69d78e9c0] number of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[h264 @ 000001c69d78e9c0] Increasing reorder buffer to 2
at the beginning of the file.
Might be an issue with libav or the way the VideoReDo created the mkv.
Not sure what the issue is, but I see no way atm. to work around it in Hybrid (aside from reencoding the video stream) to get a synch output while having ts/m2ts as output.
---------------
FFmpeg does not support muxing WAV/PCM into ts/m2ts.
Using tsMuxeR produced an async file (with audio and video).
Converting the video stream and using tsMuxeR produced a synch file with audio and video for me.
Cu Selur
Extracting the raw stream and loading works with LWLibAvSource, but some frames are missing.
ffplay reports:
[h264 @ 000001c69d78e9c0] number of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
[h264 @ 000001c69d78e9c0] Increasing reorder buffer to 2
at the beginning of the file.
Might be an issue with libav or the way the VideoReDo created the mkv.
Not sure what the issue is, but I see no way atm. to work around it in Hybrid (aside from reencoding the video stream) to get a synch output while having ts/m2ts as output.
---------------
FFmpeg does not support muxing WAV/PCM into ts/m2ts.
Using tsMuxeR produced an async file (with audio and video).
Converting the video stream and using tsMuxeR produced a synch file with audio and video for me.
Cu Selur