用mencoder截取DVD中的某章节
Pubdate:2011-04-11 10:03:54 Categories: linux 1821 ViewsTags: linux
前段帮老婆截取了DVD中的一段视频,老婆可能误删了。又让我截,居然想不起来上次怎么搞的了,又想出一新招,怕再忘,记在这里了。
mencoder dvd://1 -chapter 9-9 -o 遗失的脚印.avi -oac copy -ovc lavc -lavcopts vcodec=mpeg4:mbd=1:vbitrate=8000
解释如下:
mencoder在mplayer这个包里,是一个瑞士军刀,功能极强大。
dvd://1是批DVD的标题一
chapter 起始章节
-oac 音频编码
-ovc 视频编码
vcodec 视频编码格式
Comments(0)