[ubuntu-in] encoding to flash videos

Moz listmoz at gmail.com
Wed Mar 19 01:52:09 GMT 2008


Hi Jasbir,

Thanks.

> >  Can someone give the full command using ffmpeg or mencoder to encode
> >  an ASF or mpg or mp4 file to a flash video (flv) file suitable to
> >  upload to various video sites?
>Goggle is way much faster :)

Sure, but not if one is 15 km away from the nearest CDMA tower and 
accessing the internet from that.

>ffmepg -i <input_file> -ar  22050 -ab 32 -f flv -s 320x240 output_file.flv

This one encoded to flv without audio. Wonder why. So I played around 
with it and found this one working:

ffmepg -i <input_file> -acodec pcm_s8 -ar  22050 -ab 32 -f flv -s 
320x240 output_file.flv

>well I was under the impression the the enconding part was also
>handled by the "various video sites" .

Never uploaded any video, so I do not know.

Moz 




More information about the ubuntu-in mailing list