如何将视频文件刻录到DVD光盘中并在电视上播放呢?(Burn my movies onto DVDs that I can play in standard DVD players.)
我一开始想在我的笔记本(DELL, WinXP,DVD-RW)上实现这个想法,但是失败了:
- 用Nero自带的光盘来刻录DVD,结果这个软件是体验版本的,马上过期了,更恶心的是刻录过程中需要用到的一个杜比插件还需要另行购买,否则就算刻录上去了在电视上一放也是没有声音的;
- 用Microsoft的什么Photo Story 3,更惨,需要购买一个19美刀的刻录插件!!
后来我决定看看Ubuntu如何,结果让我更加觉得以前生活在Windows的黑暗中 - 在Ubuntu下有多种方式可以满足我的需求:
S1.这个方案复杂一些
ffmpeg -i myfile.avi -target pal-dvd /tmp/dvd.mpg
Then make an iso of your movie.
mkiso movie.mpg
Or if you havce multiple mpgs to burn and would like a menu systsem
todisc -files 1.mpg 2mpg -titles "One" "Two" -out movie_dvd
This will create raw files which you can burn with k3b as a dvd project.
S2.安装并使用TOVID
http://tovid.wikia.com
Install Dependancies
sudo apt-get update && sudo apt-get install mplayer mencoder mjpegtools ffmpeg python python-dev python-wxgtk2.6 python-imaging imagemagick dvdauthor dvd+rw-tools vcdimager transcode sox normalize-audio txt2tags lsdvd python-cairo
install tovid.
tovid also have a gui was helps with a lot of the above. (tovidgui)
S3.这个方案最简单 - 使用DeVeDe这个软件轻松搞定!
sudo apt-get install devede
后记:最后我用DeVeDe把视频文件(投名状)转换成一个.ISO文件,再用Nerolinux刻录到可擦写DVD上然后放给家里人看的.
2008-02-13
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment