This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| dvd [2007-06-09 11:31] – external edit 127.0.0.1 | dvd [2007-06-18 08:56] (current) – 192.168.1.37 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | |||
| Line 8: | Line 9: | ||
| authoring with GNU/Linux | authoring with GNU/Linux | ||
| - | * (http:// | + | |
| + | * [[Free Media Tools]] | ||
| | | ||
| Line 15: | Line 17: | ||
| ==== transcodec ==== | ==== transcodec ==== | ||
| - | dvd->avi in osX using any of the following... | + | dvd->avi in osX using any of the following... |
| * HandBrake (simple to use, good compresion controls, no subtitles, multiple audio tracks) | * HandBrake (simple to use, good compresion controls, no subtitles, multiple audio tracks) | ||
| * forty-two (one click, subtitle capable, but somewhat erratic with the soundtrack) | * forty-two (one click, subtitle capable, but somewhat erratic with the soundtrack) | ||
| * ffmpegX and/or xvid | * ffmpegX and/or xvid | ||
| + | |||
| + | ==== encoding ==== | ||
| + | assuming a correctly laid out VIDEO_TS folder, this hint should work on [[osx]] http:// | ||
| + | |||
| + | < | ||
| + | hdiutil makehybrid -udf -udf-volume-name DVD_NAME -o MY_DVD.iso / | ||
| + | </ | ||
| + | |||