I am trying to remove interlace line artifacts that occurs during fast motion in animation mpeg file. I use Video Mastering works (formerly Tmpgenc) and have tried following settings:
Video Original frame rate: 23.976fps interlaced
Video Mastering Works Deinterlace Filter Settings:
Deinterlace mode: Deinterlace Always (double the Frame)
Deinterlace method: inverse pull-down(reinforce anti-stripe)
Output file format:
Mp4 AVC - 59.94 fps Constant bit rate
However as can be seen in the attached image when there is fast motion the lines become visible.
I hope I am on the right track and these are interlacing issue.
+ Reply to Thread
Results 1 to 7 of 7
-
-
That's pretty much straight 3:2 pulldown. The Inverse Pulldown method should work and give you 23.976 fps progressive frames. I seen to recall that function didn't work very well in the older version of TMPGEnc. And the video does have a problem where the chroma channels were mishandled so you will sometimes get a big of blended colors:
Attached is an MKV file with x264 video from an AviSynth inverse telecine script (TFM().TDecimate()). -
Jagabo;
Thank you very much for taking the time to work on this. I looked at your sample and there were no of the artifacts which I encountered. I am going to use telecine script and import it in Video Mastering works.
Thanks again -
If you're going to use AviSynth I suggest you use DgIndex to build an index file (.d2v) of your source video, then Mpeg2Source() in the AviSynth script. You might as well activate the deblocking and deringing filters too:
Code:Mpeg2Source("filename.d2v", CPU=6) # deblock and dering TFM() TDecimate()
http://avisynth.org.ru/docs/english/externalfilters/tivtc.htm
You might also consider some noise reduction, etc. -
Jagabo;
Thanks for d2v suggestion. Going to have fun scripting on Christmas day
Similar Threads
-
TMPGENC Xpress and Video Mastering Works both crash at 99% of .mkv to mpeg2
By i am x in forum Video ConversionReplies: 3Last Post: 15th Jul 2014, 08:40 -
TMPGenc Video Mastering Works 5 - MP4 Encoding
By Anakin in forum Video ConversionReplies: 6Last Post: 18th Feb 2012, 09:56 -
Pegasys released TMPGEnc Video Mastering Works 5 (aka TMPGEnc 5.0 XPress)
By roma_turok in forum Latest Video NewsReplies: 6Last Post: 24th Jun 2011, 15:42 -
an honest look at TMPGEnc Video Mastering Works 5
By deadrats in forum EditingReplies: 8Last Post: 19th May 2011, 19:02 -
Does anyone have a MASTERING Preset for tmpgenc plus?
By underp in forum Video ConversionReplies: 0Last Post: 31st Mar 2009, 11:26