Maybe I am not even using the right tool here...but I have a DVD (or actually a set of DVD's) to which my client holds full rights, they are unencumbered by any CSS copy control system.
We have a solid state media playback system that we want to play back the DVD content from a memory card. From what I can tell from the Engrish manual that came with the media player the video format needs to be VCD (which I gather is mpeg1)
Try as I might I can't get transcode to do anything but come up with cryptic error messages, first it was complaining that-
[transcode] warning : (encoder.c) audio codec not supported by export module
That was using the following command transcode -i vts_01_1.vob -o /home/wayne/wayne.mpg -x mpeg2 -y mpeg2enc -F vcd
Now I am not bothered about audio for this task....so I tried
transcode -i vts_01_1.vob -o /home/wayne/wayne.mpg -x mpeg2,null -y mpeg2enc,null -F vcd
Which gives me the following output at the bottom of this message.
Anybody able to point me at a readable howto or tell me what I am doing wrong..I am sure it shouldn't be this hard.
transcode v0.6.12 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg [transcode] (probe) suggested AV correction -D 0 (0 ms) | AV 0 ms | 0 ms [transcode] auto-probing source vts_01_1.vob (ok) [transcode] V: import format | MPEG-2 (V=mpeg2|A=null) [transcode] V: AV demux/sync | (1) sync AV at initial MPEG sequence [transcode] V: import frame | 720x576 1.25:1 encoded @ 4:3 [transcode] V: bits/pixel | 0.174 [transcode] V: decoding fps,frc | 25.000,3 [transcode] A: import format | 0x10001 LPCM [48000,16,2] 1536 kbps [transcode] A: export | disabled [transcode] V: encoding fps,frc | 25.000,3 [transcode] A: bytes per frame | 7680 (7680.000000) [transcode] A: adjustment | 0@1000 [transcode] V: video buffer | 10 @ 720x576 [import_null.so] v0.2.0 (2002-01-19) (video) null | (audio) null [import_mpeg2.so] v0.4.0 (2003-10-02) (video) MPEG2 [export_null.so] v0.1.2 (2001-08-17) (video) null | (audio) null [export_mpeg2enc.so] v1.1.10 (2003-10-30) (video) MPEG 1/2 [import_mpeg2.so] tcextract -x mpeg2 -i "vts_01_1.vob" -d 0 | tcdecode -x mpeg2-d 0 [export_mpeg2enc.so] *** init-v *** ! [export_mpeg2enc.so] cmd=mpeg2enc -v 0 -I 0 -q 3 -f 0 -4 2 -2 3 -b 1800 -F 3 -np -a 2 -o "/home/wayne/wayne.mpg.m1v" sh: line 1: mpeg2enc: command not found wayne@linux:/media/dvd/video_ts>
On Wednesday 22 Dec 2004 18:25, Wayne Stallwood wrote:
sh: line 1: mpeg2enc: command not found
erm, you don't have mpeg2enc installed? I think it's part of mjpegtools.
When I was trying to make DVDs recently I found all this stuff very confusing and difficult. As well as transcode there's also mencoder (part of mplayer) and its frontend konverter - might be worth a look. Unfortunately I discovered konverter after I needed it so I can't say how well it works.
Good luck.
On Wednesday 22 December 2004 18:25, Wayne Stallwood wrote:
Maybe I am not even using the right tool here...but I have a DVD (or actually a set of DVD's) to which my client holds full rights, they are unencumbered by any CSS copy control system.
We have a solid state media playback system that we want to play back the DVD content from a memory card. From what I can tell from the Engrish manual that came with the media player the video format needs to be VCD (which I gather is mpeg1)
Try as I might I can't get transcode to do anything but come up with cryptic error messages
Try http://tovid.sourceforge.net/.
(I've been away on holiday or I'd have replied sooner)
-- GT
On Friday 31 December 2004 10:57 am, Graham wrote:
On Wednesday 22 December 2004 18:25, Wayne Stallwood wrote:
Maybe I am not even using the right tool here...but I have a DVD (or actually a set of DVD's) to which my client holds full rights, they are unencumbered by any CSS copy control system.
We have a solid state media playback system that we want to play back the DVD content from a memory card. From what I can tell from the Engrish manual that came with the media player the video format needs to be VCD (which I gather is mpeg1)
Try as I might I can't get transcode to do anything but come up with cryptic error messages
Try http://tovid.sourceforge.net/.
(I've been away on holiday or I'd have replied sooner)
-- GT
Ah cheers that looks most usefull
Wayne