
视频相关
iteye_10527
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mencoder使用的基本参数
mencoder是linux平台功能强大的视频格式转换工具。为将“越狱”拷贝到我的手机里,于是记录下这些使用的基本参数mencoder.exe -srate 22050 -vf scale=208:-3 -ofps 12 -oac mp3lame -lameopts mode=3:cbr:br=24 -ovc lavc -ffourcc DX50 -lavcopts vcodec=mp...原创 2011-05-28 11:35:19 · 251 阅读 · 0 评论 -
Mencoder常用视频转换参数
Mencoder常用视频转换参数2008年4月11日发表评论阅读评论参数详解:1、-ofps 15 :帧速率15fps2、scale=176:144 :图像原始比例,如4:3/16:9,-3表示适应宽度,-1表示默认值3、expand=176:144:转换后的分辨率,0:0:1表示视频x,y位置4、-srate 44100 :声音采样率44100Hz5、-ovc xvi...原创 2011-05-28 11:51:52 · 191 阅读 · 0 评论