Hello,
I am developing an application for storing and viewing videos. The aplicacion runs on linux (Debian & Red Hat Enterprise) and uses ffmpeg for conversion.
I have been researching and playing a little with ffmpeg settings to convert different formats to FLV, this is the command line I'm using right now.
ffmpeg -i "video.wmv" -ar 44100 -ab 64kb -ac 2 -b 400kb -qmin 8 -s 320x240 -y "video.flv"
I have compared my results with youtube's conversion and with about the same quality my FLVs are 20% ~ 30% bigger in size.
I was wondering:
- what settings can i use to get the best quality / size ratio?
- which video format ffmpeg handles better?
I am a codec newbie, i would apreciate if you can tell the relation betwen the settings as well. Also, if you need any aditional information or sample files, just ask away.
Thanks in advance!
+ Reply to Thread
Results 1 to 3 of 3
Similar Threads
-
solved = ffmpeg to .flv audio quality improvement
By richiedood in forum Video ConversionReplies: 31Last Post: 1st Jul 2011, 18:04 -
Due to converting from flv to mp3 ffmpeg runs out with error
By Maxroy in forum Video ConversionReplies: 3Last Post: 7th Oct 2010, 15:23 -
FFMPEG AVI to FLV Converting Help!
By sp0oon in forum Video ConversionReplies: 6Last Post: 20th Jan 2010, 11:48 -
Problem converting mov to flv with ffmpeg
By zigune in forum Video ConversionReplies: 8Last Post: 15th Jul 2009, 02:03 -
Batch Converting of Varouous vide fromats to Flash flv with ffmpeg
By tempgp in forum ProgrammingReplies: 0Last Post: 7th Dec 2007, 15:58