I have a file (.ts container, H264 25i video, AC3 audio) where I would like to de-interlace the video stream (using QTGMC or yadif, which ever is the better quality) to 50p - at the original resolution & in the same H264 codec. I would like to leave the audio stream untouched from the original. How do I do this?
I've tried with MeGUI but frankly its so confusing that i'm just lost... I've tried looking around on the net and the guides that i've seen seem out of date or maybe i'm doing something wrong?
I'm running Windows 10 64-bit. Where do I start? What's the best tool to use?
+ Reply to Thread
Results 1 to 5 of 5
-
-
Use the File/Open menu to open the TS file. MeGUI should offer to index it. Add the indexing job to the queue and run it. When it's done, the Script Creator should open with a preview. Switch to the Filters tab, enable de-interlacing, select "interlaced" as the source type and "Yadif with Bob" for de-interlacing. When you've finished setting up the encode save the script and it'll be loaded into the video section.
That should get you started. I generally save the script, add the video encoding job to the queue and run it (after configuring the x264 encoder). When it's done, I open the encoded video with MKVMergeGUI, add the source file (the TS file in your case) de-select the original video stream and remux that as an MKV containing video and audio. There's several ways to output a completed file, but if you're using x264's CRF encoding (quality based) and therefore not aiming for a particular file size, that's fairly easy (assuming an MKV is okay), especially for file types where the file indexer can't extract the audio stream (in which case MeGUI has to re-encode it to output a completed file).
QTGMC will be better quality than Yadif, but it's very slow and a whole other thing. I posted instructions for installing SRestore and QTGMC for someone here which may help you (SRestore and QTGMC are different things but he needed both and they have plugins in common). There's a list of plugins newer than those in the QTGMC plugins package I linked to here. Or..... I think StaxRip and Hybrid both come with the ability to de-interlace with QTGMC. -
perhaps ffmpeg?
Code:@SET x264opts="pic_struct=1:aud=1:force_cfr=1:threads=auto:no_psnr=1:no_ssim=1:bluray_compat=1" @ffmpeg -i %1 -c:v libx264 -x264opts %x264opts% -x264-params %x264opts% -preset medium -crf 20 -tune film -profile:v high -filter:v "bwdif=mode=1:parity=-1:deint=0" -c:a copy %~n1_.mp4
Last edited by pandy; 2nd May 2016 at 12:00.
-
I really don't find any of the indexers to work well with H.264 in a .TS (FFMSIndex/L-Smash for MeGUI). In my experience there is always rouge decoding errors in random spots, like it's skipping frames. Anyway to over come with I always mux H.264/.TS videos into .MKV, which tends work without issue.
Similar Threads
-
Virtualdub: 50P to 25i problem (please enter cats only thanks)
By marcorocchini in forum Newbie / General discussionsReplies: 54Last Post: 1st Oct 2014, 17:08 -
virtualdub 50P to 25i
By marcorocchini in forum Newbie / General discussionsReplies: 1Last Post: 23rd Sep 2014, 16:02 -
qtgmc 25i to 50p vs 25p
By codemaster in forum Video ConversionReplies: 50Last Post: 3rd Sep 2013, 14:28 -
convert 50p and 59.94p 264 to 1080 25i and 1080 29.97i
By wiseant in forum Video ConversionReplies: 8Last Post: 13th Aug 2012, 16:02 -
TOTALLY lost with Jubler
By Valerc in forum SubtitleReplies: 45Last Post: 3rd Aug 2012, 14:33