ffmpeg 转码 3gp 手机视频
转了几个视频,赶快把参数记下来…
#!bin/sh ffmpeg -i "$1" -s qcif -vcodec h263 -acodec libfaac -ac 1 -ar 44100 -r 25 -ab 32 -y "$2"
LINKBACK~~
转了几个视频,赶快把参数记下来…
#!bin/sh ffmpeg -i "$1" -s qcif -vcodec h263 -acodec libfaac -ac 1 -ar 44100 -r 25 -ab 32 -y "$2"
LINKBACK~~
Discussion