Log in

View Full Version : AVISynth to Quicktime ( Sorenson Video 3.1 Pro )


xbox360
18th March 2009, 18:25
Is there a way to convert an avisynth script to quicktime ( with Sorenson Video 3.1 Pro codec ) ?

poisondeathray
18th March 2009, 20:00
QTSource.dll (version 0.0.8) has QTOuput() option, you can specify "SQV3" for Sorensen 3. I'm unsure if this is 3.1 Pro, but read the documentation for more info

MpegStreamClip can output Sorensen 3, but doesn't accept .avs input directly (you might do it through a lossless intermediate)

If you using PremiereCS4, there is a revised avisynth import plugin for CS4 by Valion: http://valion.net/csavs , and the Adobe Media Encoder has the option to output Sorensen Video (my version is showing 3.2)

hanfrunz
19th March 2009, 09:06
Or you can use one of the "big" encoder packages like ProCoder, Squeeze, Mainconcept Reference they all take avisynth as input.
If you have Quicktime pro you can use AVFS (Avisynth virtual file system) (http://www.turtlewar.org/avfs/) to get a virtual avi-file that can be opened and exported to Sorenson.

xbox360
21st March 2009, 12:24
If you have Quicktime pro you can use AVFS (Avisynth virtual file system) (http://www.turtlewar.org/avfs/) to get a virtual avi-file that can be opened and exported to Sorenson.

THANK YOU VERY VERY MUCH ! AWESOME ! Keep upthe good work !