Hi,
Just made a conversion from divx to mpeg2 (DVD) using CCE. My source was originally 23.976fps, and i changed framerate of 'video only' to 25fps using Virtualdub, because i am in PAL land.
Source Details;
Divx 4 (OpenDivx),
576*304,
23.976fps (converted to 25fps as mentioned above).
Length: 1 Hour 45 Mins 50 sec.
Calculations for CCE PAL Script;
Source: 576*304
Target: 720*576, 4:3.
720/576 = 1.25 x 304 = 380
576-380/2 = 98
Avisynth Script;
avisource("C:\***.avi")
LanczosResize(720,380)
AddBorders(0,98,0,98)
ConvertToYUY2()
ResampleAudio(44100)
After the conversion finished, i tried authoring my converted file with Tmpgenc author and got this error;
"The video resolution 576*304 cannot be used for a standard DVD"
"The video framerate 25fps cannot be used with a resolution of 576*304"
I've triple checked my calculations with my script, and calculations seem ok? I cant figure out wots gone wrong here?
Any idea's please?
Thanks in advance.
/TheDJ®
+ Reply to Thread
Results 1 to 5 of 5
-
-
Sorry, missed the "author".
I assume you are indeed opening the AVS script in CCE. Sounds like the resize is not happening. Try opening the script in Vdub and check the file specs.
Similar Threads
-
Should i use and avisynth script for Dv ?
By smartel in forum Newbie / General discussionsReplies: 0Last Post: 10th Mar 2012, 08:29 -
Confusion with DGIndex, AviSynth, VirtualDub and audio files
By fatcharlie in forum Newbie / General discussionsReplies: 10Last Post: 1st Mar 2011, 15:49 -
Need Help with My AviSynth Script
By Enkidu in forum Newbie / General discussionsReplies: 3Last Post: 21st Jan 2011, 21:37 -
Avisynth script
By daz2712 in forum Video ConversionReplies: 2Last Post: 19th Aug 2009, 11:08 -
avisynth script
By magenta2007 in forum SVCD2DVD & VOB2MPGReplies: 7Last Post: 25th Sep 2007, 11:29