Page Actions
Wiki Actions
User Actions
Submit This Story

ffmpeg 转码 3gp 手机视频

转了几个视频,赶快把参数记下来…

#!bin/sh
ffmpeg -i "$1" -s qcif -vcodec h263 -acodec libfaac -ac 1 -ar 44100 -r 25 -ab 32 -y "$2"

LINKBACK~~

Discussion

Enter your comment
 
 
blog/2009/9/ffmpeg_转码_3gp_手机视频.txt · Last modified: 2009/09/01 00:00 (external edit)     Back to top
Recent changes RSS feed Creative Commons License Powered by PHP Driven by DokuWiki