You are not logged in.

#1 2011-03-21 00:23:49

ninjaprawn
Member
From: Manchester, UK
Registered: 2008-01-26
Posts: 485

help burnin a video dvd please

hi

strugglin gettin a video dvd to burn. i am creating it from a .avi file. the code i am using is as follows;

export VIDEO_FORMAT=PAL && mencoder -oac copy -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=720:576,harddup \-lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=15:aspect=16/9 \-ofps 25 -o your_video.mpg *.avi && cp /home/danny/scripts/dvd.xml ./dvd.xml && mkdir dvd && dvdauthor -o dvd -x dvd.xml && growisofs -Z /dev/sr0 -v -l -iso-level 3 -R -J -speed=4 -joliet-long -graft-points /files/=./dvd/ && rm -r dvd && rm *.mpg dvd.xml && eject /dev/sr0

it creates workin files. the mpg file is watchable and the vob files, but once they are burnt to dvd the dvd wont read in any dvd player!!!! why???
thanks


2007 - Started using Arch Linux as my only/main OS
- Samsung Series 3, Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz - 8Gb DDR3 ram - 700Gb HDD
On board intel Graphics & Sound

Offline

#2 2011-03-21 01:12:21

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

Re: help burnin a video dvd please

I haven't done this in a long time, so I may be way off...

I was looking back at my notes on DVD authoring and I was using the -T switch from dvdauthor to create a TOC from my *.xml file. From what I remember, you'll need to either explicitely define the TOC with that switch or let dvdauthor do it automatically. Either way, without a TOC DVDs simply won't work.

Last edited by skottish (2011-03-21 01:12:57)

Offline

#3 2011-03-21 13:36:05

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: help burnin a video dvd please

ninjaprawn wrote:

help burnin a video dvd please

I feel silly for asking but, have you tried DeVeDe? It's a simple GTK application that creates DVD images. It's ridiculously easy to use. I've used it to make many DVDs and SVCDs, and they always come out good.

Offline

#4 2011-03-21 21:15:12

evilgnome
Member
Registered: 2009-02-20
Posts: 62

Re: help burnin a video dvd please

I've also had only good experiences with DeVeDe. Super simple stuff.

Offline

#5 2011-03-22 12:07:43

pjnsmb
Member
From: Solihull.U.K
Registered: 2009-02-05
Posts: 29

Re: help burnin a video dvd please

I have had great success myself.............

but be aware of this thread :

https://bbs.archlinux.org/viewtopic.php?id=112219


pjnsmb

Man is still the most extraordinary computer of all.
Kennedy, John F.

Offline

#6 2011-03-25 09:30:30

ninjaprawn
Member
From: Manchester, UK
Registered: 2008-01-26
Posts: 485

Re: help burnin a video dvd please

Thanks for all this advice on using some different applications.

I have just tried DeVeDe and hmmmmm looks ok, but my screen resolution on my machine with the burner is something like 800x600 so it doesnt fit the screen. this makes it very awkward to use. Also, I got the no sound issue, thanks for the link @pjnsmb.
Hence i would still like to use the command line tools.
The commands I am using are;

export VIDEO_FORMAT=PAL 
mencoder -oac copy -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=720:576,harddup \-lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=15:aspect=16/9 \-ofps 25 -o your_video.mpg *.avi
cp /home/danny/scripts/dvd.xml ./dvd.xml
mkdir dvd
dvdauthor -o dvd -x dvd.xml
growisofs -Z /dev/sr0 -v -l -iso-level 3 -R -J -speed=4 -joliet-long -graft-points /files/=./dvd/
rm -r dvd
rm *.mpg dvd.xml
eject /dev/sr0

Any idea why these would'nt work? They produce a working .mpg and vob's, just once burt it wont read in the dvd player.

Last edited by ninjaprawn (2011-03-25 09:31:42)


2007 - Started using Arch Linux as my only/main OS
- Samsung Series 3, Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz - 8Gb DDR3 ram - 700Gb HDD
On board intel Graphics & Sound

Offline

#7 2011-05-06 02:54:11

stryder
Member
Registered: 2009-02-28
Posts: 500

Re: help burnin a video dvd please

I recently burned a video DVD using this guide: https://wiki.archlinux.org/index.php/Co … _DVD_Video

If you already have working vobs which you can play, then just make the iso and then burn.

mkisofs -dvd-video -udf -o dvd.iso dvd/

wodim -v dev=/dev/sr0 dvd.iso

dvd/ is the directory containing the vobs.

Edit: Also if you wish to test out your commands instead, the growisofs command needs the -dvd-video switch IMHO. Like this: growisofs -Z /dev/sr0 -dvd-video /path/to/video. The command you use writes a data disk, I think. You can read the wiki: https://wiki.archlinux.org/index.php/DVD_Burning

HTH.

Last edited by stryder (2011-05-06 03:11:54)

Offline

#8 2011-05-06 03:38:49

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,803

Re: help burnin a video dvd please

Gentoo has a really good article on this:  http://forums.gentoo.org/viewtopic.php?t=117709


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

Board footer

Powered by FluxBB