VideoHelp Forum




+ Reply to Thread
Results 1 to 10 of 10
  1. Member
    Join Date
    Dec 2005
    Location
    Australia
    Search Comp PM
    this is what i got when i fed this through gspot
    as when i converted it to dvd it had audio problems (freezing)
    Quote Quote  
  2. Member
    Join Date
    Nov 2002
    Location
    United States
    Search Comp PM
    And you converted it with what?
    Quote Quote  
  3. Member
    Join Date
    Dec 2005
    Location
    Australia
    Search Comp PM
    with winavi it gave me pauses during playback and they wont load in tmpgenc as there not 25fps , 29.97fps or 23.976fps
    how can i convert 25.060fps to 25fps?
    Quote Quote  
  4. Member
    Join Date
    Nov 2002
    Location
    United States
    Search Comp PM
    You have to use AVISynth to serve the AVI to TMPGEnc, using Convertfps parameter. It's basically 1 line that says

    Code:
    DirectShowSource("myfilename.avi", fps=25.00, convertfps=true)
    Quote Quote  
  5. Member
    Join Date
    Dec 2005
    Location
    Australia
    Search Comp PM
    ok thanx
    so is avisynth easy to use?
    Quote Quote  
  6. Member
    Join Date
    Dec 2005
    Location
    Australia
    Search Comp PM
    so i open notepad and type:
    DirectShowSource("thefilenameofmyfile.avi", fps=25.00, convertfps=true)
    and save it to avs then open it up with virtualdub and it should convert it?
    when i tryed this i got an output error
    i viewed the guide on avisynth on this site but it only lists the tools needed to do the job then it says comming soon for the scripting part
    please help
    thanx
    Quote Quote  
  7. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Quote Quote  
  8. Member
    Join Date
    Dec 2005
    Location
    Australia
    Search Comp PM
    This is the error message im getting
    avisynth error: YV12 images for output must have a width divisable by 4 (use crop)!
    thats the error message i get when playing it in windows media player and when i try loading it in tmpgenc i get a illegal stream message
    the line in the avs file im using is...
    DirectShowSource("E:\blahblahblah.avi", fps=25.00, convertfps=true)
    as its 25.060fps and im trying to convert it to 25fps (pal)
    Quote Quote  
  9. I would suggest:
    Code:
    AviSource("E:\blahblahblah.avi")
    Crop(0,2,-0,-4)
    LanczosResize(704,560)
    AddBorders(8,8,8,8)
    AssumeFPS(25.000)
    ConvertToRGB24()
    Load the script as video source and as audio source in TMPG. Encode.
    Quote Quote  



Similar Threads

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