CodeIgniter Forums
ffmpeg 3gp to flv with sound? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: ffmpeg 3gp to flv with sound? (/showthread.php?tid=21029)



ffmpeg 3gp to flv with sound? - El Forum - 07-28-2009

[eluser]newbie boy[/eluser]
hi guys,

can you help me convert a video 3gp file to flv file with sound or audio?

coz i only got the code for the conversion but with no sound at all...

hope you could help me?

thanks a million!


ffmpeg 3gp to flv with sound? - El Forum - 10-19-2009

[eluser]mysoogal[/eluser]
ffmpeg -i inputfile.avi -s qcif -vcodec h263 -acodec aac -ac 1 -ar 8000 -r 25 -ab 32 -y outputfile.3gp