Thread
:
Any video-ffmpeg-flash experts? The audio on my flash movies is sounding so shitty
View Single Post
02-18-2009, 09:12 AM
teh ghey
Guest
Posts: n/a
Quote:
Originally Posted by
fris
whats your command line settings for conversion?
this is the code
$ffmpeg->setFormatToFLV(22050, 32);
Second parameter is audio bit rate.
I changed it to
$ffmpeg->setFormatToFLV(22050, 256);
and its still sounds bad