Log in

View Full Version : creating flv’s using avisynth


lindylex
5th July 2008, 19:10
Does anyone have a tool they recommend for creating flv’s using avisynth code? I currently use Super but it is some what buggy. And I would like to know of an alternative.

My projects concat avi and Quictime files and add audio to them. Any suggestions would be great.

Thanks, Lex

Selur
5th July 2008, 19:42
iirc mencoder can read .avs files as input, but that's probably the way SUPER does it,...

45tripp
5th July 2008, 20:09
?

i don;t unserstand the question really.

what problems with super?
what script if you have one?

are you looking for an avisynth script?

like:

a=avisource("clip.avi",false)
b=ffmpegsource("clip.mov")
v=a+b
au=wavsource("sound.wav")
audiodub(v,au)

or just what to feed it to?

mencoder does,
as does ffmpeg.

for a graphical frontend,
i like Avanti (http://forum.videohelp.com/topic343287.html)
an ffmpeg gui


tripp

shae
5th July 2008, 20:40
What's the exact problem?

My pipeline for creating FLVs is:

1. Encode to AVI using On2's VP62 codec
2. Remux AVI to FLV using "FFmpeg SVN-r6373 with FLV VP6 mux version" (an old version from 2 years ago. I tried at one time a newer version but something didn't work, so I stuck with this one).
3. Create an index with flvmdi.

mikeytown2
6th July 2008, 08:37
It depends on what you want to do... I made this tool for youtube videos before they fixed the "hex hack".
http://www.autoitscript.com/forum/index.php?showtopic=66382
I can easily mod it. It's for flash 6 video.