rlp222 Joined: Apr 11, 2004 Posts: 9 PM |
I have encoded a video of Adriana Lima with ffmpeg in linux.
It's full screen (320x240) 24 fps !!
21MB for 7 minutes
350bps
http://mpggalaxy.mine.nu/AdrianaLima-FashionTv_320x240_350bps.mp4
Here is the command line :
ffmpeg -i Adriana Lima - Fashion Tv.mpeg -ar 8000 -ac 1 -acodec amr_nb -vcodec mpeg4 -s 320x240 -r 24 -b 350 -ab 12 AdrianaLima-FashionTv_320x240_350bps.mp4
|