You are not logged in.

#1 2008-08-14 01:28:06

tony5429
Member
Registered: 2006-03-28
Posts: 1,017

Mkv --> Dvd

I have a 4.9GB MKV file I would like to compress and put on a DVD. Can anyone help me? If it helps, I have K3B, VLC, and Avidemux...

Offline

#2 2008-08-14 02:34:00

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,549

Offline

#3 2008-08-14 03:20:32

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Mkv --> Dvd

Does it have chapters? subtitles? a menu? Do you want a GUI program or is the command line fine? Do you have FFmpeg installed?

--EDIT--

Instead my usual method, you can try this: http://www.avidemux.org/admWiki/index.p … ing_to_DVD

Last edited by skottish (2008-08-14 03:57:10)

Offline

#4 2008-08-14 09:11:32

DonVla
Member
From: Bonn, Germany
Registered: 2007-06-07
Posts: 997

Re: Mkv --> Dvd

tony5429 wrote:

I have a 4.9GB MKV file I would like to compress and put on a DVD. Can anyone help me? If it helps, I have K3B, VLC, and Avidemux...

avidemux for conversion to mpeg and then devede or dvdstyler for dvdauthoring.

Offline

#5 2008-08-14 11:16:28

daneel971
Member
Registered: 2008-03-28
Posts: 197

Re: Mkv --> Dvd

Keep in mind that what you're planning to do (either keeping the mkv but making it smaller or transcoding it into a DVD-Video) involves reencoding, so quality loss, and it's not so simple (for instance, a mkv with vfr h264 encoded video can be troublesome...).
If you want to keep the mkv file and simply burning it to a dvdr (not dl), remember that matroska files can be splitted in independent parts, without losing anything.

Offline

#6 2008-08-26 21:04:19

tony5429
Member
Registered: 2006-03-28
Posts: 1,017

Re: Mkv --> Dvd

Thanks for all your help! I how have a 4.2 GiB NTSC mpeg video file and have installed dvdauthor. However, I am having trouble figuring out how to use dvdauthor to create the DVD filesystem. Can anyone help me? I am looking for something like...

dvdauthor -o dvd foo.mpeg

I don't need support for titles, or menus, or anything fancy - just the video file...

Offline

#7 2008-08-26 22:06:17

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Mkv --> Dvd

tony5429 wrote:

Thanks for all your help! I how have a 4.2 GiB NTSC mpeg video file and have installed dvdauthor. However, I am having trouble figuring out how to use dvdauthor to create the DVD filesystem. Can anyone help me? I am looking for something like...

dvdauthor -o dvd foo.mpeg

I don't need support for titles, or menus, or anything fancy - just the video file...

If it's not a properly formatted video, that will produce garbage. If you have FFmpeg installed, do this first (assuming the aspect ratio is 16:9):

ffmpeg -i foo.mpg -vcodec copy -acodec copy -g 12 -target ntsc-dvd -aspect 16:9 foo.vob

then

dvdauthor -o dvd/ -t foo.vob

dvdauthor -o dvd/ -T

If the result looks something like the following you should be good:

INFO: Video pts = 0.509 .. 75.467
INFO: Audio[0] pts = 0.500 .. 75.476
STAT: VOBU 2 at 54MB, 1 PGCS
WARN: GOP may not be closed on cell 1 of source 1.vob of pgc 1
INFO: Generating VTS with the following video attributes:
INFO: MPEG version: mpeg2
INFO: TV standard: ntsc
INFO: Aspect ratio: 16:9
INFO: Resolution: 720x480
INFO: Audio ch 0 format: ac3/6ch, 48khz drc

Last edited by skottish (2008-08-27 15:16:01)

Offline

Board footer

Powered by FluxBB