Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Convert DVD to VDR



Hi,

can anybody tell me, how to convert a DVD to a VDR recording without 
recompressing the picture?
What I tried:
- reading DVD
> tccat -i /dev/dvd -T 1 >test.vob
- demuxing
> tcdemux -i test.vob -a 0,0 -M2 >test.mpg
- extracting ac3 audio
> tcextract -i test.mpg -x ac3 >test.ac3
- decoding ac3 audio
> tcdecode -x ac3 -i test.ac3 >test.raw
- encoding to audio to mp2
> toolame -s 48 -b 256 test.raw test.mp2
- extracting video stream
> pes2vid_es test.mpg >test.m2v
- multiplexing mp2 audio and video stream
> mplex -t MPEG2 -o 001.vdr -i ES_STREAM test.mp2 test.m1v
here come the first errors:
  Multiplexing file 001.vdr
    video DTS (132940.00ms) > 1 second from SCR (131902.37) at pack 48894 by 
37.63ms
    video DTS (133140.00ms) > 1 second from SCR (132100.26) at pack 48912 by 
39.74ms
    video DTS (133260.00ms) > 1 second from SCR (132253.30) at pack 48915 by 
6.70ms
    video DTS (133380.00ms) > 1 second from SCR (132340.37) at pack 48948 by 
39.63ms
    video DTS (133420.00ms) > 1 second from SCR (132393.14) at pack 48957 by 
26.86ms
  Finished multiplexing 001.vdr

What does this mean?

when trying to run genindex this error comes:
Error while scanning file 001.vdr, broken mpeg file?
very oftenly repeated

resulting index.vdr has a size 48 bytes and replay does not work.

when deleting index.vdr replay works, but there seems to be some kind of audio 
synchronisation problem: every few seconds there is a short break in audio 
replay.

so, what's wrong here, any other solutions?

mfG.

Andreas

-- 
Andreas Gebel                                   _._     _,-'""`-._
andreas@xcapenet.de   Tel: 0345/6782511        (,-.`._,'(       |\`-/|
Diese Nachricht wurde ohne Zuhilfenahme            `-.-' \ )-`( , o o)
von Microsoft-Produkten erstellt.              -bf-      `-    \`_`"'-





Home | Main Index | Thread Index