MY Friendly Greetings

2017-10-17 Thread Grifols, Albert
You have a notification from ONU

contact: {wuclaim...@gmail.com } For more info...

MY Friendly Greetings
Grifols Albert









































































































































































































Re: Greetings..

2002-04-03 Thread Matthias Schniedermeyer

 the current mkisofs  cdrecord-ProDVD should give you all you need for 
 Video DVDs. What is your problem?

If i take a non-CSSed DVD (*1) What do i have to burn a DVD(-R)-Video

mkisofs -udf -o image1.raw path to dvd-contents

and then just burn this image to a DVD-R?

If thats what it needs to burn a DVD-Video. Then it sounds much to easy.
:-)


*1: AFAIK there is no tool available to create the data-files for a
DVD-Video (*.ifo, *.vob ..) So i can just use the contents of
another DVD-Video to get the necessary data-files.





Bis denn

-- 
Real Programmers consider what you see is what you get to be just as 
bad a concept in Text Editors as it is in women. No, the Real Programmer
wants a you asked for it, you got it text editor -- complicated, 
cryptic, powerful, unforgiving, dangerous.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Greetings..

2002-04-03 Thread Joerg Schilling

From: Matthias Schniedermeyer [EMAIL PROTECTED]

 Video DVDs. What is your problem?

If i take a non-CSSed DVD (*1) What do i have to burn a DVD(-R)-Video

mkisofs -udf -o image1.raw path to dvd-contents

and then just burn this image to a DVD-R?

If thats what it needs to burn a DVD-Video. Then it sounds much to easy.
:-)

From what I have been told, there must only be a set of files in the right
order:

  VIDEO_TS.IFO 
  VIDEO_TS.VOB
  VIDEO_TS.BUP 
  VTS_01_0.IFO
  VTS_01_0.VOB
  VTS_01_1.VOB
  VTS_01_2.VOB
  ...
  VTS_01_n.VOB (n less equal than 9)
  VTS_01_0.BUP
  VTS_02_0.IFO (second title set)
  VTS_02_0.VOB
  VTS_02_1.VOB
  ...
  VTS_02_0.BUP

which may be obtained with the -sort option of mkisofs.

*1: AFAIK there is no tool available to create the data-files for a
DVD-Video (*.ifo, *.vob ..) So i can just use the contents of
another DVD-Video to get the necessary data-files.

This seems to be the main problem :-(
But it is not directly related to cdrecord or mkisofs. If you have the
needed files you enter the scope of cdrtools and will be able to write
the Video DVD.

Jörg

 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
   [EMAIL PROTECTED]   (uni)  If you don't have iso-8859-1
   [EMAIL PROTECTED]   (work) chars I am Jorg Schilling
 URL:  http://www.fokus.gmd.de/usr/schilling   ftp://ftp.fokus.gmd.de/pub/unix


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Greetings..

2002-04-03 Thread LJKnews

[EMAIL PROTECTED] (Glenn Sieb) quoted and then wrote:

On 01:01 AM 4/3/2002 +0200, Joerg Schilling wrote:
the current mkisofs  cdrecord-ProDVD should give you all you need for
Video DVDs. What is your problem?

No no no :) Not his problem.. mine.. and it's not Video DVDs I'm having 
problems with. We've been using mkisofs on FreeBSD for almost 2 years now 
to create ISOs that we then haul over to a Windows machine to burn--now 
we're up to needing to burn DVDs, and the ISOs we create (so far up to 
1.8gig) don't seem to be dvd-compatible as far as the windows dvd burning 
software we've tried say...

Nero seems to have a separate dvd-iso format, but what I don't get 
is--what's the difference between an ISO made for a CD and one made for a 
DVD? We typically use this command to make our ISOs:

Out of curiosity (since I have no involvement with DVDs)
do ISO9660 DVDs still use a 2048 byte sector size ?

Is anyone aware of a medium where ISO9660 is used with a
sector size greater than 2048 ?

How about a block size different from 2048 ?  ISO9660 seems
to allow any power of 2 down to 512 bytes, but all samples
I have seen use a block size and sector size both of 2048.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Greetings..

2002-04-02 Thread Chris Lawrence

On Apr 02, Glenn Sieb wrote:
 Apologies if this topic has come up already...
 
 Is there any way to get an ISO image to burn to a DVD? Here we typically 
 use mkisofs to create an ISO image, then one of us pulls the image locally 
 and burns copies (either using something like Nero, or EZ CD Creator 
 Platinum, etc) of the ISOs..
 
 Are we better off trying the burns on a *nix box using cdrecord? Or does 
 anyone have any ideas on how to get mkisofs to make a dvd-compatible ISO?

I believe Joerg Schilling's cdrecord-ProDVD will do what you want (see
the cdrecord website); you can also use the patch by Nicolae Mihalache
available at http://www.abcpages.com/~mache/cdrecord-dvd.html to roll
your own, unsupported DVD recording solution.

I've used the latter with no real hitches so far (fingers crossed!).


Chris
-- 
Chris Lawrence [EMAIL PROTECTED] - http://www.lordsutch.com/chris/

Instructor and Ph.D. Candidate, Political Science, Univ. of Mississippi
208 Deupree Hall - 662-915-5765


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Greetings..

2002-04-02 Thread Mike Fox Morrey


I believe Joerg Schilling's cdrecord-ProDVD will do what you want (see
the cdrecord website); you can also use the patch by Nicolae Mihalache
available at http://www.abcpages.com/~mache/cdrecord-dvd.html to roll
your own, unsupported DVD recording solution.
I've used the latter with no real hitches so far (fingers crossed!).

 Same here, on a Pioneer DVR-A03, and any size disk. Linux 7.2 AND 
6.2.. Data only, of course. No video DVDs..

Me.

---
Fox Morrey - Noble Systems Support
Where are we going? ... And why are we in this handbasket?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Greetings..

2002-04-02 Thread Joerg Schilling

From: Glenn Sieb [EMAIL PROTECTED]

Is there any way to get an ISO image to burn to a DVD? Here we typically 
use mkisofs to create an ISO image, then one of us pulls the image locally 
and burns copies (either using something like Nero, or EZ CD Creator 
Platinum, etc) of the ISOs..

Are we better off trying the burns on a *nix box using cdrecord? Or does 
anyone have any ideas on how to get mkisofs to make a dvd-compatible ISO?

I am not sure what you like..

mkisofs supports even UDF in a first attempt.

If you like to write to a DVD, look at 

ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/ProDVD/

Jörg

 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
   [EMAIL PROTECTED]   (uni)  If you don't have iso-8859-1
   [EMAIL PROTECTED]   (work) chars I am Jorg Schilling
 URL:  http://www.fokus.gmd.de/usr/schilling   ftp://ftp.fokus.gmd.de/pub/unix


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Greetings..

2002-04-02 Thread Joerg Schilling

From: Mike Fox Morrey [EMAIL PROTECTED]


I believe Joerg Schilling's cdrecord-ProDVD will do what you want (see
the cdrecord website); you can also use the patch by Nicolae Mihalache
available at http://www.abcpages.com/~mache/cdrecord-dvd.html to roll
your own, unsupported DVD recording solution.
I've used the latter with no real hitches so far (fingers crossed!).

 Same here, on a Pioneer DVR-A03, and any size disk. Linux 7.2 AND 
6.2.. Data only, of course. No video DVDs..

the current mkisofs  cdrecord-ProDVD should give you all you need for 
Video DVDs. What is your problem?


Jörg

 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
   [EMAIL PROTECTED]   (uni)  If you don't have iso-8859-1
   [EMAIL PROTECTED]   (work) chars I am Jorg Schilling
 URL:  http://www.fokus.gmd.de/usr/schilling   ftp://ftp.fokus.gmd.de/pub/unix


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Greetings..

2002-04-02 Thread Glenn Sieb

On 01:01 AM 4/3/2002 +0200, Joerg Schilling wrote:
the current mkisofs  cdrecord-ProDVD should give you all you need for
Video DVDs. What is your problem?

No no no :) Not his problem.. mine.. and it's not Video DVDs I'm having 
problems with. We've been using mkisofs on FreeBSD for almost 2 years now 
to create ISOs that we then haul over to a Windows machine to burn--now 
we're up to needing to burn DVDs, and the ISOs we create (so far up to 
1.8gig) don't seem to be dvd-compatible as far as the windows dvd burning 
software we've tried say...

Nero seems to have a separate dvd-iso format, but what I don't get 
is--what's the difference between an ISO made for a CD and one made for a 
DVD? We typically use this command to make our ISOs:

mkisofs -D -l -J -r -L -f -P Lumeta Corporation -V Test Base -o 
./Test-Base-04-02-2002.iso /home/ges/Directoryname_of_source_files

Thanks in advance!
Glenn


---
Glenn E. Sieb, System Administrator
Lumeta Corp. mailto:[EMAIL PROTECTED]
+1 732 357-3514 (V)
+1 732 564-0731 (Fax)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Greetings..

2002-04-02 Thread Joerg Schilling

From: Glenn Sieb [EMAIL PROTECTED]

On 01:01 AM 4/3/2002 +0200, Joerg Schilling wrote:
the current mkisofs  cdrecord-ProDVD should give you all you need for
Video DVDs. What is your problem?

No no no :) Not his problem.. mine.. and it's not Video DVDs I'm having 
problems with. We've been using mkisofs on FreeBSD for almost 2 years now 
to create ISOs that we then haul over to a Windows machine to burn--now 
we're up to needing to burn DVDs, and the ISOs we create (so far up to 
1.8gig) don't seem to be dvd-compatible as far as the windows dvd burning 
software we've tried say...

Nero seems to have a separate dvd-iso format, but what I don't get 
is--what's the difference between an ISO made for a CD and one made for a 
DVD? We typically use this command to make our ISOs:

mkisofs -D -l -J -r -L -f -P Lumeta Corporation -V Test Base -o 
./Test-Base-04-02-2002.iso /home/ges/Directoryname_of_source_files


I don't understand your problem.

Did you read the README at ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/ProDVD/

Altough in theory a DVD requires UDF, all known systems acept ISO-o660 too.

Nero may not be the ultimate gauge to compare to

Jörg

 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
   [EMAIL PROTECTED]   (uni)  If you don't have iso-8859-1
   [EMAIL PROTECTED]   (work) chars I am Jorg Schilling
 URL:  http://www.fokus.gmd.de/usr/schilling   ftp://ftp.fokus.gmd.de/pub/unix


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]