Trying to save the output of an AviSynth script to .avi I tried Avs2Avi but hit nothing but errors.
Is there a tool you recommend?
And is there a tool to save to the .mov format?
Your help most appreciated.
+ Reply to Thread
Results 1 to 7 of 7
-
-
There are dozens of encoders that can use avisynth scripts.
What kind of errors did you receive? Perhaps there is an error in your script? Can you open the script to playback in mpc?
Virtualdub is a favorite of many people if your output is .avi
I don't know of any that can output .mov from .avs -
Originally Posted by Leo48
Simple example:
Code:ffmpeg -i script.avs -vcodec libx264 -acodec libfaac out.mov
Other...
Actual MediaCoder can open Avisynth scripts and can transcode to QuickTime. -
Thanks everybody for your help.
@poisondeathray:
I get the error 'statsfile not found' and then an error message:
Traceback (most recent call last):
File "E:\Video\AvsP\tools\avs2avi_gui.py", line 206, in OnButtonRunStop
ctypes.windll.user32.SendMessageA(self.jobInfo['pid'], WM_CLOSE, 0, 0)
NameError: global name 'ctypes' is not defined
Similar Threads
-
HC Encoder input file challenge/ AVIsynth script?
By Canon GL-2 Guy in forum Newbie / General discussionsReplies: 16Last Post: 10th Jan 2014, 13:02 -
Certain d2v file causing problems with MeGUI Avisynth Script Creator.
By Simcut in forum Newbie / General discussionsReplies: 5Last Post: 30th Jul 2012, 16:57 -
Should i use and avisynth script for Dv ?
By smartel in forum Newbie / General discussionsReplies: 0Last Post: 10th Mar 2012, 08:29 -
Lost ability to use Avisynth script to open .flv file with virtualdub.
By DaneClark in forum Video ConversionReplies: 4Last Post: 20th Feb 2011, 11:33 -
Saving multiple AVIs from 1 AVI by virtualdub script
By DveD in forum EditingReplies: 1Last Post: 16th Oct 2009, 08:47