[FFmpeg-user] web videos with flv

Reindl Harald h.reindl at thelounge.net
Fri Feb 17 20:54:12 CET 2012



Am 17.02.2012 20:48, schrieb Boštjan Strojan:
> This is more or less my default for pushing videos over flash player
> using progressive download (not streaming):
> 
> a. ffmpeg -i some.file -pix_fmt yuv420p -vcodec libx264 -preset medium
> -tune film -crf 21 -threads 0 out.mp4
> (This is video only, for audio i use afconvert when on mac or neroaac
> when on linux or windows)
> b. audio extraction, replaygain, encoding to AAC
> c. muxing video and audio
> d. qt-faststart or mp4box (to move the atom, or was it electron? not sure)
> 
> p.s. afaik "cheap" php streaming is still possible by using flv
> container (with h.264+AAC inside)

practically there is even a apache-module for streaming
but be carfeul for commercial use you need a license
and using it is proveable by file-headers!

http://h264.code-shop.com/trac

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20120217/7563c27a/attachment.asc>


More information about the ffmpeg-user mailing list