LWN.net Logo

Convert any video file to DVD with open source tools (Linux.com)

Convert any video file to DVD with open source tools (Linux.com)

Posted Apr 27, 2006 22:42 UTC (Thu) by man_ls (subscriber, #15091)
Parent article: Convert any video file to DVD with open source tools (Linux.com)

Do not use MPlayer as the article suggests. Use FFMPEG and MJPEG Tools; and follow this tutorial from a gentoo forum instead; I found it on dvdauthor's page.

I have generated cheesy DVDs with mencoder (the MPEG-2 was horribly wrong), but so far ffmpeg and mplex have worked like a charm.


(Log in to post comments)

Convert any video file to DVD with open source tools (Linux.com)

Posted Apr 28, 2006 14:56 UTC (Fri) by k8to (subscriber, #15413) [Link]

Bugs and misfeatures in mencoder are legion.

It is amazing that you have to in many cases guess the framerate of the source data and inform mencoder of this on the command line, and even when correct it will still randomly drop frames. I'm sure some mplayer developer will come out of the woodwork and provide some longwinded rationale for why in the contorted worldview of the mplayer codebase this makes sense, but from a use case, it doesn't. Mplayer knows how to decode the source format, not me. Why is there no way to transform the video stream from one format to another without drastically altering time timescale of the result (which invariably happens).

Then there are the frequent crashbugs, and the invalidly created headers on output files and so on and so on.

mencoder is an unfortunate necessity when working with proprietary formats which have not been strongly reverse engineered, but when you can avoid them, avoid mencoder/mplayer too.

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds