LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-01-2010, 03:50 PM   #1
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Rep: Reputation: 76
pipe between mkisofs and cdrecord.


GNU/Linux kernel 2.6
Cdrecord-ProDVDClone 2.01

Hi:
I have dvd-video files under directory VIDEO_TS and want to make a dvd-video dvd with them. As my hd has no room for an image, I would like to know what would be a reliable cli that uses a pipe from mkisofs (with option -dvd-video I suppose) into cdrecord.

Some data:
Pentium Celeron @600MHz
320 MB RAM

Thanks for reading.
 
Old 03-01-2010, 03:53 PM   #2
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
try growisofs -Z /dev/dvd -dvd-video [folder with VIDEO_TS directory]
 
Old 03-01-2010, 04:17 PM   #3
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
But I have no room in my hard disk for an image 7.5G big. That's why I need a pipe.
 
Old 03-01-2010, 06:18 PM   #4
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
it grows it straight to the burner
 
Old 03-01-2010, 08:29 PM   #5
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Passing cdrecord an option through growisofs.

Hi:
I want to issue the command ´growisofs -dvd-compat -Z /dev/hdc -dvd-video [MY BASE DIRECTORY]'. bUT I want to run it with the laser turned off (cdrecord option -dummy). How do I do? Thanks.
 
Old 03-01-2010, 09:56 PM   #6
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Have you tried using the "-use-the-force-luke=dummy" flag of growisofs?

Evo2?
 
Old 03-02-2010, 03:10 AM   #7
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
I recommend making some room or using a buffer program to pipe it. I've had problems using even growisofs for on-the-fly burning, sometimes there is a buffer underrun and the DVD becomes a coaster.
 
Old 03-02-2010, 04:19 AM   #8
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Well then I'm extremly interested in knowing if there is some program, preferable free of charge, even if I have to compile it, for the purpose of fully testing the burner. And thanks for your post.
 
Old 03-02-2010, 06:49 AM   #9
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Quote:
Originally Posted by frieza View Post
try growisofs -Z /dev/dvd -dvd-video [folder with VIDEO_TS directory]
Well, here's an option that will increase the buffer size making a buffer underrun less likely:

Code:
growisofs -speed=4 -use-the-force-luke=bufsize:32m -Z /dev/dvdrw -dvd-video /path/to/video_ts
adjust the speed as necessary (too high increases the chances of underrun), the buffer size can also be adjusted I think.

Last edited by H_TeXMeX_H; 03-02-2010 at 06:50 AM.
 
Old 03-03-2010, 11:06 AM   #10
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Thanks again for your kind generosity.

Enrique.
 
Old 03-11-2010, 08:43 AM   #11
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
I've merged 2 closely-related threads. Please keep identical or similar question all in one thread.
 
Old 03-15-2010, 05:39 AM   #12
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
It's only way to get a reply when some time has passed by. But you're boss, of course.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Yast says cdrtools, cdrecord, mkisofs not there sirius57 Linux - Software 3 04-17-2006 08:34 PM
mkisofs/cdrecord question matsgl Linux - Newbie 6 09-04-2005 11:10 AM
cdrecord - mkisofs ahmed4linux Linux - General 2 06-15-2005 09:42 AM
questions on burning cd with mkisofs and cdrecord xround Linux - General 1 03-09-2005 10:51 AM
mkisofs/cdrecord and directories Pedroski Linux - Software 4 03-12-2004 03:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration