LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   DVD recording at random place & time questions (https://www.linuxquestions.org/questions/linux-hardware-18/dvd-recording-at-random-place-and-time-questions-151165/)

dinningc 02-27-2004 09:52 AM

DVD video recording at random place & time questions
 
Hello,

I’m a newbie for Linux and Video. I’m trying to stream mpeg video DVD at random place, random time, just like Sony DVR camcorder can record video on DVDs.

Andy mentioned that with -use-the-force-luke=seek:N and –Z /dev/dvd=/dev/fd/0 I should be able to record real-time stream from arbitrary location on DVD-RW restricted rewrite mode media. So I think I should get something like this to work

1. Create an empty UDF file system with VTS dir VIDEO_TS and so on.
2. Record raw video at random time, and mpeg encoding
3. Mplex to multiplex Audio/Video to mpg
4. Somehow dvdauthor to stdout instead of any directory under “dvdauthor –o” option.
5. Then feed this stdout to growisofs –use-the-force-luke=seek:N –Z /dev/dvd-/dev/fd/0
6. Somehow finalize dvdauthor –T to DVD media

Step 2 and 3 is as same as copy a DVD, but I have several questions for the other steps as follows,
1. Since I’m a newbie, anyone knows how to create an empty UDF file system with VTS dir VIDEO_TS and so on?
2. When using dvdauthor, -o option has to be a temporary directory, is it a way to get out to /dev/stdout or something, so I can feed it to growisofs?
3. In growisofs, what format I should have for “N” in seek:N? For example, I want to skip the VIDEO_TS.* until the end, where I suppose to start for value N?
4. Is dvdauthor’s VMGM should be recorded under the beginning sector of DVD?

I understand that I’m a newbie for Linux, UDF file system, and DVD as well. So I’d appreciate if you could help me with any of the questions I posted here. Thanks a bunch, Chen


All times are GMT -5. The time now is 02:40 PM.