Hi
I'm facing an issue while converting a m2ts with an interlaced H264 video stream (scan type : "MBAFF"). It's nicely deinterlaced on the fly by MPC-HC. After converting it with VirtualDub2 + x264, the resulting file has a "Progressive" scan type, but the content is still interlaced (comb effect) and won't be deinterlaced by MPC-HC as (I suppose) the metadata Scan type is set to "Progressive". I'm sure the resulting file is still interlaced as ffplay with yadif option plays it perfectly (but MPC-HC won't). So it seems to be a wrong metadata.
So far I tried :Any idea on how to force the stream flag?
- converting the file to MKV format -> still Progressive
- remuxing the file to MKV format and then change the "Video interlaced flag" + "Video field order"-> scan type is "Interlaced" but a new flag appears : "Original scan type" sest to "Progressive" (= conflict between the container flag and the stream flag) -> still won't be deinterlaced by MPC-HC
- I thought about using Handbrake but I need to edit the file (cut parts) so, I'm sticking with VirtualDub2 so far.
+ Reply to Thread
Results 1 to 6 of 6
-
Last edited by GD314; 14th Mar 2020 at 05:55.
-
In the extra command line box for the x264 configuration enter
Code:--tff
This is "during" encoding. Not "after". You can't properly change it afterwards (you need to encode it MBAFF, you have an existing progressive encoding) -
If you're doing any filtering in VirtualDub it will blur the chroma because the program doesn't handle interlaced YV12 properly (it treats them as progressive). It will be noticeable any time highly saturated colored objects are moving.
-
Thank you both for the answers and the solution : it works!
No filtering in virtualdub.
I get 2 warnings by x264 during encoding though, but the result is as expected :- x264vfw [warning]: interlace + weightp is not implemented
- x264vfw [warning]: interlaced (1) > level limit (0)
Last edited by GD314; 13th Mar 2020 at 10:18.
-
-
Right, it was 4.2. If I change it to 4.1, only the first warning remains.
Thanks again.
Similar Threads
-
how to do: "-vf interlace=lowpass=0:scan=tff" using FFMBC.EXE?
By marcorocchini in forum Newbie / General discussionsReplies: 0Last Post: 27th Nov 2019, 13:11 -
[Vegas] do you know any audio pluging for a "radio" type of effect?
By rocco123 in forum EditingReplies: 2Last Post: 3rd May 2018, 15:39 -
Is it possible to change "Scan Type" flag on MP4 file?
By ohboy888 in forum EditingReplies: 17Last Post: 22nd Apr 2016, 07:43 -
DVD transcoding, MeGUI says "progressive", deinterlace vs. IVTC, confused
By abolibibelot in forum Video ConversionReplies: 15Last Post: 16th Jul 2015, 10:11 -
[SOLVED] "--ipratio" "--pbratio"+"--scenecut" "--minkeyint" / "--keyint
By Kdmeizk in forum Video ConversionReplies: 14Last Post: 21st Jun 2015, 07:21