Jump to content

Problem with converting 3gp to flv using ffmpeg


hno

Recommended Posts

HI,

I have write a code to convert video files to flv using ffmpeg and it converts most of the video file except 3gp which after converting the file is 0 kb .

What is the problem?This is the command :"

exec( "$ffmpegpath -i uploads/$video_name -ar 22050 -ab 32 -f flv -s 320×240 uploads/$video_name2", $ret );"

 

Thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.