Log in

View Full Version : can avisynth look like a mp4 file


thommyfilm
5th November 2008, 20:29
hello

as far as i understood a avisynth script looks like a avi file to a third party programme. can it look like a mp4 h264 file? that would be very useful!

Guest
5th November 2008, 21:15
Look closely at the name "AVISynth" and see if you can figure out the answer yourself.

thommyfilm
5th November 2008, 21:30
you could call it mp4synth if you like :-)

mikeytown2
6th November 2008, 01:50
AVFS might be a workaround for you
http://www.turtlewar.org/avfs/

hanfrunz
7th November 2008, 13:42
if you want it to look like a mp4 file (with h264 and aac codecs) you have to encode it. if your application can read uncompressed avi-files (like quicktime) you should use avisynth virtual filesystem (AVFS) (www.turtlewar.org/avfs/)