Formatting an MKV container into DVD format with Avidemux, Mkvtoolnix, dvdauthor, and K3B
October 8, 2010 at 12:53 | Posted in Guides | 1 CommentTags: avidemux, dvd, dvdauthor, K3b, matroska, mkv, mkvextract, mkvtoolnix
- If there are subtitles in the MKV that you want to appear in the video, download/install mkvtoolnix and mkvextract-gui. With the GUI, open the MKV file, check the box next to the subtitle track you want, and extract.
- Open the MKV container in Avidemux. At the first dialogue, “H.264 Detected”, hit cancel. At the second dialogue, “Index is not up to date”, hit yes.
- From the top menu bar, select Auto > DVD
- If you extracted subtitles earlier, click “Filters” under “Video” on the left-hand side-bar. Select “Subtitles” from the list, choose the type of subtitle that you extracted, press add (“+” button), and navigate to the subtitle file (in the folder with MKV file by default)
- If your video is in widescreen 16:9 aspect ratio, you’ll want to click “Configure” under “Video” and change it accordingly, or else it will default to 4:3 aspect ratio.
- Select “File -> Save -> Save Video…” and save it as “your_filename_here.mpeg”. This step will take a long time, as your video is encoding to another format.
- Create a new textfile called “movie.xml” and save the following as the contents:
<dvdauthor>
<vmgm>
</vmgm>
<titleset>
<titles>
<pgc>
<vob file=”your_filename_here.mpeg” />
</pgc>
</titles>
</titleset>
</dvdauthor> - In the folder with your mpeg file and xml file, do the following command as regular user:
dvdauthor -o outputfolder -x movie.xml - Open up K3B, and select New Project > New Video DVD Project
- In the upperhalf of the window, navigate to the outputfolder created in step 8
- Copy the contents of VIDEO_TS into the VIDEO_TS folder in the lower half of the window.
- Insert a blank DVD, press Burn, and fill in any additional parameters for your DVD.
It’s magical! Here’s the article I expanded on: [plug]
Tags
64-bit ati boot.ini cleaning css cydia debian dhcpcd dvdauthor espeak ext3 ffmpeg fglrx gaming gparted grub hal.dll ipod ipod touch jailbreak K3b kernel headers lame lfs linux locate mencoder mkvextract mkvtoolnix ndiswrapper networking NTLDR rockbox slackware ssh steam swiftfox swiftweasel ubuntu vnc windows wine wireless wordpress xorg.confCategories
Links
Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.