@ smrpix ... Dude, actually I am working in a studio, can't provide the exact code, screenshot or any other stuff from studio, violation of the IT policy.Threfore I said smillar to it.
Also, I am not getting this pop-up.
+ Reply to Thread
Results 31 to 40 of 40
-
-
You have to checkmark "enable audio" in the dialog box in quicktime
It's not about QTSource . If you use info() in the avs script , does it show audio ? Did you use audio=true ?
It you think it's a QTSource issue, then an alternative source filter is FFMS2
e.g. FFMpegSource2("input.mov", atrack=-1)
Or, if it's an encoding issue with QTOutput and quicktime API, but your avs is OK, use ffmpeg/ffmbc -
If Info() shows that you indeed have audio, did you use QTOutput("output.mov", audio=1) ?
Usage - Write
QTOutput("FileName.mov", format = "", quality = 100, datarate = 1000, keyframe = 1, raw = "", settings="settings_filename", audio = 0)
QTOutput("FileName.mov")
.
.
.
audio - Disable audio (default = 0) or enable audio (1) -
@ poisondeathray ... using audio=false, but I am explicitly combing the audio through WaveSource
@ smrpix ...yess, sorry for the inconvenience. -
@ poisondeathray ... there is no keyword(name argument) audio or default in QTOutput
-
Maybe you are using the wrong version? or an early beta? That's copied directly from the documentation
-
http://www.tateu.net/software/dl.php?f=QTSource_src
http://forum.doom9.org/showthread.php?t=104293
If you still can't get it to work the other options are ffmbc/ffmpeg or use avfs (avisynth virtual file system), mount a virtual avs and use QTPro to encode it directly . I would say the majority of people use ffmbc, and you don't need the quicktime infestation if you 're windows based . Also allows you to batch process instead of encoding one at a time -
Hey guys, it worked my QTSource.dll was old.
I should have checked.
Really Sorry for posts.
Thnaks To All Of You.
Similar Threads
-
Choppy MOV files in AVS Video Editor
By Anonymous1 in forum Newbie / General discussionsReplies: 3Last Post: 4th Jul 2013, 03:48 -
Disappearing Avisynth AVS files on USB Hard Drive
By VideoFanatic in forum RestorationReplies: 17Last Post: 26th Sep 2012, 17:21 -
Ways to speed up rendering with VirtualDub + Avisynth?
By Asterra in forum Newbie / General discussionsReplies: 6Last Post: 18th Apr 2011, 10:20 -
AviSynth & VirtualDub - Comfortable ways to create avs-files?
By klischee in forum EditingReplies: 7Last Post: 28th Oct 2010, 16:20 -
Batch Test AVISynth (avs) files
By tevert in forum Video ConversionReplies: 9Last Post: 2nd Apr 2010, 10:38