View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 11 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: How do I burn a dvd ?
PostPosted: Tue Nov 02, 2004 4:33 am 
Offline
Joined: Wed Jun 16, 2004 12:25 pm
Posts: 27
Please excuse my ignorance here, but I can't seem to find a simple answer to this simple question....How do I copy files to a DVD in linux? Here's some background info: I have a working install of KnoppMyth, with all features working. I picked up an inexpensive TDK multi-format DVD burner which I know is working (I just used Norton Ghost to image my machine to DVD), but I can't find a simple example of how to burn a data disc. I have some experience with linux (Debian,RH, Fedora) but have always relied on the gnome gui a bit too much...burning a cd was as easy as burn:/// in nautilus. I tried installing k3b a little while back, ran into various Qt errors, and ended up re-building my box. Now that I have KnoppMyth back, I like fvwm and don't want to install gnome or kde....I just want something that will let me move my transcoded /nuvexported files to disc. ...no menus, no mythtv modules, just a simple command to copy data to a disc. I've done a little research, and I know theres a lot of tools out there, but everything seems too complex for what I'm trying to do. Most of my research leads me to instructions on how to create menus on dvd, assuming you already know how to get the files there. Is it mkisofs that I want? I imagine it's very simple, but as I said I can't find a simple explaination. Any help is appreciated. Thanks in advance..


Top
 Profile  
 
 Post subject:
PostPosted: Tue Nov 02, 2004 8:45 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
http://www.mythtv.org/docs/mythtv-HOWTO-21.html#ss21.18


Top
 Profile  
 
 Post subject: Thanks but....
PostPosted: Wed Nov 03, 2004 10:09 am 
Offline
Joined: Wed Jun 16, 2004 12:25 pm
Posts: 27
....I forgot to mention I'm using a Hauppuage wintv401 card (software encoding). I've read that part of the docs before, but unless I'm mis-reading it, it's not what I'm asking. In the both examples it uses mpeg2 files, I have mpeg4 .nuvs. Also, it is creating an iso file so that it will be playable in a standalone dvd player....I don't need this. The very first line says "The easiest thing to do is to simply burn the MythTV files onto the DVD and treat the DVD as if it were a hard drive." What part of the included script (if any) takes care of this part? Again, I don't want to do any transcoding, authoring etc.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 03, 2004 12:32 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
I take it this means you just want to use the DVD as a data storage disk?

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject: Exactly!
PostPosted: Wed Nov 03, 2004 3:37 pm 
Offline
Joined: Wed Jun 16, 2004 12:25 pm
Posts: 27
Yes, that is exactly what I'm wanting to do. I guess my confusion comes from the numerous dvd writing tools, most of which look to be designed for creating menus, converting other types of video to mpeg 1-2, and which assume you already know how to copy data to the disk. My question is simply: Which dvd writing utility should I start with knowing that I just want store data for now, and that the more simple it is the better? Thanks for the patience.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 03, 2004 10:12 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
I tend to use k3b on my workstation with the DVD burner.

A word of warning, the ISO filesystem used to burn CDs and DVDs can't handle "large" files. Most video recordings meet this definition of large. I was trying to do almost exactly what you're talking about and created several coasters learning this. This is why the standard video DVD format breaks the recording up into a number of files seperate for both sound and video...


Top
 Profile  
 
 Post subject: Thanks....
PostPosted: Thu Nov 04, 2004 2:21 am 
Offline
Joined: Wed Jun 16, 2004 12:25 pm
Posts: 27
Thanks....I'm hesitant to use k3b though, as last time I tried to install it I ran into apt issues similar to what you get when installing xine, only with a lot more files. After doing the dpkg --force routine the install completed, but I ended up with qt errors that were a bit beyond my understanding. After researching more, I think I'm leaning towards giving dvdrecord a try. So I guess the simple answer is "There is no simple answer". Just out of curiosity, do you run k3b with fvwm as a window manager? Thanks again for the input.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 04, 2004 9:11 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
I don't run k3b on my KnoppMyth box, I run it on a different machine, my workstation (vs. my set top box), because the workstation is currently the only one that has a DVD burner. The workstation is running Mandrake with a pretty vanilla KDE desktop.

I seem to remember having to update the version of k3b to get one that had DVD support. I've also used dvdrecord, nautilus, growisofs, x-cd-roast, ... More often than not I generate the ISO FS ahead of time myself using mkisofs and then use the various utilities to copy the image to the DVD.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 17, 2004 11:48 pm 
Offline
Joined: Wed Nov 17, 2004 10:55 pm
Posts: 2
I've never used a gui for DVD burning. Might give it a go one day though.

normally I'd

Code:
growisofs -Z /path/to/dvdwriter -R -J /some/files



full details of what to use and how to set it up are here


Top
 Profile  
 
 Post subject: Thanks
PostPosted: Wed Dec 22, 2004 10:38 am 
Offline
Joined: Wed Jun 16, 2004 12:25 pm
Posts: 27
Thanks, that's just what I was looking for.


Top
 Profile  
 
 Post subject: Re: Thanks
PostPosted: Tue Sep 20, 2005 9:18 am 
Offline
Joined: Fri May 13, 2005 8:46 am
Posts: 48
Location: Grand Rapids, MI
Cave Monkey wrote:
Thanks, that's just what I was looking for.


me too! after several days of fighting with cdrecord, dvdrecord since they are used by mythburn growisofs finally let me simply burn data to a DVD!

_________________
ASUS P5N7A-VM, 2.5gHz E5200, 2GB crucial DDR2, pvr-250, hdhomerun, URC-8820 remote, Panasonic TH-42PZ80U, LinHES 6.01.00


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 9 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu