Hi, I'm converting some mpeg2 source 720x480 29,97 material, to mpeg2 at 352x480 (half D1) using Avisynth and CCE, but the final result has some flashing effects during fast motion areas on the film. But these artifacts can only be seen on the final authored disc (PC monitor or TV w/ standalone player).
This is how I'm doing. I use vobedit and demux the m2v's and the mpa's from the vob set. Then I use DGindex to open these newly created m2v. In preview mode it tells me "ntsc interlaced 29.97" I have DGindex in "honour pulldown flags settings". Then I save the project (d2v file). After all this I use cce with this script:Inside cce I use a custom template, vbr 2 passes, 29,97. The encoding goes fine, the resulting mpv is playable ok with no artifacts, but after authoring I can see this annoying flashing thing in fast moving areas. Later I tried encoding the same file using tmpgenc xpress, using similiar parameters (output to 352x480, etc and everything else as default) the resulting file is also OK and the authored one DON'T have those flashing artifacts. And since I have something like 50 clips to encode I would like to use cce, cause whereas cce do it in 20 min per file, tmpgenc does in 50min.Code:LoadPlugin("I:\DGMPGDec\DGDecode.dll") mpeg2source("I:\temp\jaspion\18.d2v") BilinearResize(352,480)
Can you help?[/code]
+ Reply to Thread
Results 1 to 6 of 6
-
-
At a guess I would say that TMPGEnc xpress is setting the field order correctly, whereas CCE isn't.
If in doubt, Google it.
Similar Threads
-
Problem with converting MOV to MPEG2
By encAmateur in forum Video ConversionReplies: 5Last Post: 18th May 2011, 02:56 -
Merging MPEG2 stream with its AC3 audio... or converting MKV to MPEG2
By cwt in forum Video ConversionReplies: 2Last Post: 5th May 2010, 14:18 -
Problem converting VOB to MPEG2 with mpeg2enc
By Massa in forum ffmpegX general discussionReplies: 3Last Post: 3rd Jan 2009, 06:51 -
Problem converting MPEG2 to FLV with MEncoder
By mspo in forum Video ConversionReplies: 2Last Post: 1st Jan 2008, 08:44 -
Strange problem converting local show to mpeg2.
By jcm0320 in forum Capturing and VCRReplies: 1Last Post: 7th Aug 2007, 00:15