I would resize the clip to 720x480, encode at 25 fps progressive, then use DgPulldown to add 3:2:3:2:2 pulldown flags. The other option is to resize to 720x480, AssumeFPS(24000,1001), and encode with regular 3:2 pulldown flags. But that will require that you slow the audio down too.
+ Reply to Thread
Results 31 to 40 of 40
-
-
-
Yet ANOTHER question about resizing. (Again, I assume continuing this thread is better than starting multiple threads).
I have a 1280x720 avi file that I want to resize and convert to MPEG 2 with HC Encoder.
This is what I thought would work well:
AvCSource("C:\video.dga")
Spline36Resize(720,480)
Colormatrix(mode="rec.709->rec.601")
So, veterans, is this a good script? -
AVCSource is depreciated, it can have decoding errors other problems, use another source filter like FFMS2
Typically you add clamp=0 for colormatrix (otherwise it will clip Y' 0-15, 236-255)
Also is this 1280x720p23.976 or some other frame rate ?Last edited by poisondeathray; 11th Apr 2013 at 13:14.
-
-
Similar Threads
-
Proper way to determine if the aspect ratio is correct
By edong in forum Video ConversionReplies: 9Last Post: 7th Oct 2012, 17:31 -
How To Maintain Proper Aspect Ratio?
By Bonie81 in forum Authoring (DVD)Replies: 4Last Post: 2nd Sep 2010, 19:23 -
How to determine proper video size and aspect ratio?
By Bonie81 in forum Video ConversionReplies: 13Last Post: 25th Apr 2010, 02:57 -
Help ! Maintaining my original frame size and aspect ratio
By holeepassion in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 9Last Post: 20th Feb 2008, 03:43 -
352x480 Half D1 Mpeg2 to Divx - How do I keep proper aspect ratio (40:33)?
By stizz in forum MacReplies: 16Last Post: 8th Feb 2008, 01:24