hi there, i've been using avs scripts with cce for about 3 weeks now and i've come across a problem.
Converting a avi 29FPS to a MPEG2 25FPS is no problem
Converting a avi 23FPS to a MPEG2 25FPS is no problem
But when i convert a AVI 25FPS to a MPEG2 25FPS the sound is totally out of sync, i cannot tell whether ahead or behind.
I use cce 2.70 for the video and MP2 audio using besweet for my dvd's.
(THIS IS MY AVS SCRIPT)
AVISource("C:\Documents and Settings\*****\Desktop\Wedding\joined.avi")
LoadPlugIn("c:\decomb521.dll")
Telecide(order=1)
Decimate(cycle=5)
assumefps(25)
LanczosResize(720,576)
Converttoyuy2()
I've even tried not using the script, but thats still out of sync.
My original AVI file is 1hr 54mins... my output is 1hr 39mins.
Any ideas what im doing wrong? the only thing i can think of is the Assumefps command, what command should i be using?
Thanks for any help.
+ Reply to Thread
Results 1 to 7 of 7
-
-
Originally Posted by ZiGGY909Donadagohvi (Cherokee for "Until we meet again")
-
Surely your AVS script should not use assume25 IF it IS 25fps? Why all the filters? are you going for a prog output from an i/l file...if so why?
No2: We want Information.
No6: You wont get it! -
im experimenting with differents filters. I just need to know what command i should use about the frame rate...
Plus im using the original AVI AC3 Audio.
As for the joined file... that was joined through virtual dub, so i cant really see a problem there.
Any ideas ? thanks -
Exactly.
Why do you need:
LoadPlugIn("c:\decomb521.dll")
Telecide(order=1)
Decimate(cycle=5)
assumefps(25)
If the source is 25fps? Should be just:
AVISource("C:\Documents and Settings\*****\Desktop\Wedding\joined.avi")
LanczosResize(720,576)
Converttoyuy2() -
lol. i see now, thanks celtic. I didnt make that script, a friend gave it to me, i think that was for just 23/29-->25. My bad.
Where can i find a list of AVS commands and there meaning? ... Thanks
Similar Threads
-
AVS scripts for MeGUI - why do they resize the video
By Bully9 in forum Video ConversionReplies: 0Last Post: 17th Mar 2010, 16:16 -
1080p 30fps Encoding (AVS Scripts)
By superdud1400 in forum Video ConversionReplies: 21Last Post: 12th Nov 2008, 02:36 -
.avs scripts in TMPGE Xpress?
By ecc in forum Video ConversionReplies: 0Last Post: 12th Aug 2008, 07:39 -
aviSynth + CCE Basic (2.7) fails on certain scripts
By binister in forum Video ConversionReplies: 6Last Post: 11th May 2008, 00:23 -
Adobe Premiere project using AVISynth AVS scripts crashes when rendering!
By Mark001 in forum EditingReplies: 2Last Post: 10th Jun 2007, 23:25