[nzlug] Encoding to flv

Robin Sheat robin at kallisti.net.nz
Fri Jul 6 15:34:50 NZST 2007


On Friday 06 July 2007 14:35:26 David McNab wrote:
> Can anyone recommend a straightforward way to encode an ogg/theora video
> (generated by a screencast) to a flash video file?
Depends on the length/quality/willingness to spend. If it's short, you can use 
SWF (ffmpeg can do this), that has an upper limit of 15,000 frames IIRC. 
ffmpeg can also encode to flv, however I don't know what codec it uses when 
doing that, but I expect it's the older one (vp3 maybe?). If you don't mind 
going closed-source, you can buy a library from On2 that does vp6 (again, I 
think that's the name) which is the higher quality one.

The audio the flash player expects is MP3, so you may have to do a custom 
build of ffmpeg to get that in there, it's not on in some distros by default.

Another option is to use the MS variant of DivX, which should play by default 
in WMP, I've done this with mecoder, but not recently, so I can't remember 
the command line options (there is an mecoder frontend I think though). The 
codec name is msmpeg4 or msmpeg4v2 (I don't know the difference between 
them).

-- 
Robin <robin at kallisti.net.nz> JabberID: <eythian at jabber.kallisti.net.nz>

Hostes alienigeni me abduxerunt. Qui annus est?

PGP Key 0xA99CEB6D = 5957 6D23 8B16 EFAB FEF8  7175 14D3 6485 A99C EB6D
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.linux.net.nz/pipermail/nzlug/attachments/20070706/ca67bc83/attachment.pgp


More information about the NZLUG mailing list