Log in

View Full Version : Using AviSynth in Quicktime possible?


bond
7th June 2005, 11:46
now that qt7 is out also for windows and it offers an own mpeg-4 avc/h.264 encoder i thought about how to use avisynth input in quicktime.

it doesnt work obviously to open and .avs directly in qt, and also .avi files created from the script with milans makeavis tool dont work (tried all sorts of colorspaces and fourccs)
i wonder if qt supports raw video in .avi with some special fourcc?

is there any other way how i can use an avisynth script in quicktime?

hanfrunz
8th June 2005, 20:47
quicktime does not use VFW or DirectShow, so we would need a special input filter. I once had the idea that someone could code a virtual harddisc-driver to emulate a uncompressed avi file which is actualy a AVS script...

hanfrunz

bond
8th June 2005, 20:49
quicktime does not use VFW or DirectShow, so we would need a special input filter. I once had the idea that someone could code a virtual harddisc-driver to emulate a uncompressed avi file which is actualy a AVS script...
hm i already found your posts about exactly this topic from years ago, seems there indeed is no solution till now :(