Quote:
Originally Posted by stocktrader23
/usr/local/bin/ffmpeg -i {input_file} -copyts -b 400k -ar 44100 -s {input_width}x{input_height} {output_file};
/usr/local/bin/flvtool2 -U -c -duration:{duration} {output_file}
Looking to improve quality without destroying a server. Any suggestions?
|
http://stackoverflow.com/questions/4...es-with-ffmpeg
this has some good examples