Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I make a DVD using linux?

DVD linux
0
Posted

How can I make a DVD using linux?

0

An Archive user sent in the following instructions for creating DVDs on a linux system: To do this under linux from the command line: This requires a few common programs. Using any modern package distribution of linux installing these should be quite simple. • mplayer (http://www.mplayerhq.hu/) • transcode (http://www.transcoding.org) • mjpegtools (http://mjpeg.sourceforge.net/) • dvdauthor (http://dvdauthor.sourceforge.net/) • The first command copies just the video out of input.mpeg and produces output.video: mplayer input.mpeg -dumpstream -dumpfile /dev/stdout | tcextract -t vob -a 0 -x mpeg2 > output.video • The second command copies just the audio out of input.mpeg and produces output.audio: mplayer input.mpeg -aid 128 -dumpaudio -dumpfile output.audio • The third command combines the video and audio back together again in a format ready for dvdauthor: mplex -f 8 -V -o complete.vob output.video output.audio • This step creates the dvd structure. Create a new file with any text edi

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123