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()
+ Reply to Thread
Results 1 to 2 of 2
-
Last edited by spiritgumm; 18th Apr 2010 at 19:56.
Similar Threads
-
Tuning MOV -> AVIsynth -> Virtualdub -> Premiere
By dirtdad in forum EditingReplies: 11Last Post: 18th Dec 2012, 10:13 -
Opening a .MOV in AVISynth
By sphinx99 in forum Video ConversionReplies: 4Last Post: 17th Aug 2011, 08:06 -
1920x1080 mov, avisynth directshowsource = 1440x1080?!?!
By duhmez in forum Video ConversionReplies: 5Last Post: 5th May 2011, 06:01 -
Avisynth 8channel mov using Rhozet
By sonicJR in forum Video ConversionReplies: 0Last Post: 8th Jul 2009, 19:57 -
Transcoding photo jpeg (.mov) using avisynth
By mofofoto in forum Video ConversionReplies: 61Last Post: 22nd Apr 2009, 19:02