VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. Member
    Join Date
    Jul 2005
    Location
    great britain
    Search Comp PM
    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.
    Quote Quote  
  2. Man of Steel freebird73717's Avatar
    Join Date
    Dec 2003
    Location
    Smallville, USA
    Search PM
    Originally Posted by ZiGGY909
    AVISource("C:\Documents and Settings\*****\Desktop\Wedding\joined.avi")
    Did you join two avi files into one? That could be causing the problem. Try converting the two avi files seperatly.
    Donadagohvi (Cherokee for "Until we meet again")
    Quote Quote  
  3. Member monzie's Avatar
    Join Date
    Nov 2003
    Location
    The Village
    Search Comp PM
    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!
    Quote Quote  
  4. Member
    Join Date
    Jul 2005
    Location
    great britain
    Search Comp PM
    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
    Quote Quote  
  5. Member
    Join Date
    Dec 2004
    Location
    Australia
    Search Comp PM
    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()
    Quote Quote  
  6. Member
    Join Date
    Jul 2005
    Location
    great britain
    Search Comp PM
    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
    Quote Quote  
  7. Member
    Join Date
    Dec 2004
    Location
    Australia
    Search Comp PM
    It comes with docs that cover internal commands. For plugins like decomb you would have to read the docs that come with them. Also have a look at the AVISynth site.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!