T*******a 发帖数: 23033 | | D***D 发帖数: 5321 | | x****s 发帖数: 921 | 3 手边没有DVD,see here:
http://club.myce.com/f62/tutorial-dvd-video-file-structure-7764
and man ffmpeg:
· You can transcode decrypted VOBs:
ffmpeg -i snatch_1.vob -f avi -c:v mpeg4 -b:v 800k -g 300
-bf 2 -c:a libmp3lame -b:a 128k snatch.avi
This is a typical DVD ripping example; the input is a VOB file,
the output an AVI file with MPEG-4 video and MP3 audio. Note
that in this command we use B-frames so the MPEG-4 stream is
DivX5 compatible, and GOP size is 300 which means one intra frame
every 10 seconds for 29.97fps input video. Furthermore, the audio
stream is MP3-encoded so you need to enable LAME support by
passing "--enable-libmp3lame" to configure. The mapping is
particularly useful for DVD transcoding to get the desired audio
language.
NOTE: To see the supported input formats, use "ffmpeg -formats". | h*******t 发帖数: 2679 | 4 DVD很简单,就是MPEG2而已。随便烤。MPEG2压缩率很高了,还要rip干嘛?
【在 T*******a 的大作中提到】 : 谁这么干过的说说。
| T*******a 发帖数: 23033 | 5 店里买的dvd被搞乱了的,不能直接拷。
【在 h*******t 的大作中提到】 : DVD很简单,就是MPEG2而已。随便烤。MPEG2压缩率很高了,还要rip干嘛?
| g*******t 发帖数: 7704 | |
|