Log in

View Full Version : AViSynth/MeGUI to FLV encode?


BlueToast
20th May 2013, 19:30
Greetings,

Is there any way to encode a video to FLV using AViSynth/MeGUI? Thanks!

benwaggoner
20th May 2013, 20:14
Is there any way to encode a video to FLV using AViSynth/MeGUI? Thanks!
No.

FLV uses either VP6 or H.263 video, neither of which are supported in MeGUI. Nor does it support muxing to the FLV file format.

ffmpeg will do this, I believe.

But what in the world do you want to make a FLV for? Flash has supported .mp4 for five years now.

vivan
20th May 2013, 20:23
Flv actually supports H.264...

benwaggoner
20th May 2013, 21:27
Flv actually supports H.264...
I know people have done it, and it can work, but I don't think it's officially supported. Adobe has always recommended that H.264 standalone files be .mp4 instead of flv.

I expect any device that can play a h.264 .flv can also play a H.264 .mp4, but most devices that can do .mp4 can't do .flv.