Help on FFMPEG

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help on FFMPEG

    Hello friends,
    I'm new to this forums, hope u help to this newbie.

    01. I used below to convert convert flv to 3gb, but didnt get any output. Please help me for that.
    PHP Code:
    ffmpeg -i file.flv -f 3gp -s 176x144 -vcodec h263 -b 80k -r 15 -acodec libopencore_amrnb -ac 1 -ar 8000 -ab 12.2k -y file.3gp 
    02. When converting large files with FFMPEG, severt time outs. So, is there any way to convert files part by part. (I want last output in one file)

    Thank you vey much friends.
Working...
X