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 20:56. 
Similar Threads
- 
  Tuning MOV -> AVIsynth -> Virtualdub -> PremiereBy dirtdad in forum EditingReplies: 11Last Post: 18th Dec 2012, 11:13
- 
  Opening a .MOV in AVISynthBy sphinx99 in forum Video ConversionReplies: 4Last Post: 17th Aug 2011, 09:06
- 
  1920x1080 mov, avisynth directshowsource = 1440x1080?!?!By duhmez in forum Video ConversionReplies: 5Last Post: 5th May 2011, 07:01
- 
  Avisynth 8channel mov using RhozetBy sonicJR in forum Video ConversionReplies: 0Last Post: 8th Jul 2009, 20:57
- 
  Transcoding photo jpeg (.mov) using avisynthBy mofofoto in forum Video ConversionReplies: 61Last Post: 22nd Apr 2009, 20:02


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			 
			

 Quote
 Quote