[FFmpeg-user] Problem with converting 3gp to flv
Bryce Utting
butting.mp at gmail.com
Mon Sep 19 02:11:31 CEST 2011
hno2005 wrote:
> HI,
>
> I have wrote a code which convert video files to flv but the problem is this
> that it converts almost all of the files type to flv but it can’t convert
> 3gp to flv.
>
> This is the command that I use:
>
> exec( "$ffmpegpath -i uploads/$video_name -ar 22050 -ab 32 -f flv -s 320×240
> uploads/a.flv", $ret );
What errors does ffmpeg report when you run that command from a shell
with the appropriate $video_name value?
Does $video_name have any characters in which might break from not being
quoted? (spaces, quote marks, etc)
butting
More information about the ffmpeg-user
mailing list