VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Member spiritgumm's Avatar
    Join Date
    Jan 2004
    Location
    United States
    Search Comp PM
    Trying to reencode a MOV file for dvd with Avisynth, using QTSource plugin (had issues with QTReader plugin).
    The MOV video is 29.97 fps, and audio is AAC in 44.1 khz.

    I used the QTSource plugin which seems to work fine on a short clip, but was wondering if just setting the "audio=true" was the only thing I needed to do? I'll be encoding with HC, and converting audio to ac3. Here's my script so far:

    QTInput("C:\movie", audio=true)
    Lanczos4Resize(720,480)
    ConvertToYV12()
    trim(0,500) #test sample

    When I process the audio, I'll add:
    ResampleAudio(48000)
    Soundout()
    Last edited by spiritgumm; 18th Apr 2010 at 19:56.
    Quote Quote  
  2. Don't forget about the convenient AVStoDVD for such conversions.
    Quote Quote  



Similar Threads

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