iz-Moff
20th February 2024, 01:37
Hi.
I want to encode a tv series from DVD source, using QTGMC for de-interlacing, but there seems to be an issue with it not maintaining the field order. The source is BFF, if i do
FFMPEGSource2("D:\recomp\S01D1\VIDEO_TS\mkv\A1_t00.mkv", atrack=1)
AssumeBFF()
SeparateFields()
everything looks fine, playback is smooth. But then if i use QTGMC
FFMPEGSource2("D:\recomp\S01D1\VIDEO_TS\mkv\A1_t00.mkv", atrack=1)
AssumeBFF()
QTGMC(preset="Very Slow", FPSDivisor=2, TR2=3, Sharpness=0.0
i get "jumpy" video, and the thing is, it happens regardless of which field order i choose.
Now, i'm using MakeMKV to mux DVD into mkv container. The reason i'm doing it is cause it's very convenient, it automatically splits the DVD stream into individual episodes, convers chapter time codes, subtitles, audio streams etc. So all i have to do then is run a script to generate .avs and encoder .bat scripts, making the entire process almost automatic.
But there seems to be something about the mkv files that throws QTGMC off. Cause i tried to use DGIndex to demux the problematic episode, DGDecode_mpeg2source as the source filter, and then, using the same script above, QTGMC works fine.
Which is all well and good, but i'm really not looking forward to manually demuxing every individual episode with DGIndex. Does anyone know if anything can be done to make QTGMC work smoothly with mkv files? I tried to google it, but haven't found much besides a few comments suggesting that it could be an issue with FFmpegSource, which i use to load mkvs.
Or maybe someone knows of a program that can do something similar to what MakeMKV does, except producing .d2v files and extracting streams instead?
I want to encode a tv series from DVD source, using QTGMC for de-interlacing, but there seems to be an issue with it not maintaining the field order. The source is BFF, if i do
FFMPEGSource2("D:\recomp\S01D1\VIDEO_TS\mkv\A1_t00.mkv", atrack=1)
AssumeBFF()
SeparateFields()
everything looks fine, playback is smooth. But then if i use QTGMC
FFMPEGSource2("D:\recomp\S01D1\VIDEO_TS\mkv\A1_t00.mkv", atrack=1)
AssumeBFF()
QTGMC(preset="Very Slow", FPSDivisor=2, TR2=3, Sharpness=0.0
i get "jumpy" video, and the thing is, it happens regardless of which field order i choose.
Now, i'm using MakeMKV to mux DVD into mkv container. The reason i'm doing it is cause it's very convenient, it automatically splits the DVD stream into individual episodes, convers chapter time codes, subtitles, audio streams etc. So all i have to do then is run a script to generate .avs and encoder .bat scripts, making the entire process almost automatic.
But there seems to be something about the mkv files that throws QTGMC off. Cause i tried to use DGIndex to demux the problematic episode, DGDecode_mpeg2source as the source filter, and then, using the same script above, QTGMC works fine.
Which is all well and good, but i'm really not looking forward to manually demuxing every individual episode with DGIndex. Does anyone know if anything can be done to make QTGMC work smoothly with mkv files? I tried to google it, but haven't found much besides a few comments suggesting that it could be an issue with FFmpegSource, which i use to load mkvs.
Or maybe someone knows of a program that can do something similar to what MakeMKV does, except producing .d2v files and extracting streams instead?