Hi,
I want to digitise my old analogue tapes, so that I can play-back them with VDR 1.3.27.
For the recording/multiplexing proccess I used the following commands:
streamer -t 10:00 -s 720x576 -r 25 -o video.yuv -O audio.wav -F stereo mp2enc -o audio.mp2 < audio.wav mpeg2enc -f 9 -q 1 -o video.m1v -V 1024 --no-constraints < video.yuv mplex audio.mp2 video.m1v -o 001.vdr -f 9
With the program genindex I created the index.vdr.
The recorded files are playable but the fast-forward/rewind stucks. (guess 0.25 fps)
While fast-forwarding/rewinding, there appear lots of the following messages:
Aug 24 22:13:06 vcr vdr[15601]: fixIFrame: PES start code not found at offset 19460 (data length: 67584)!
So what's my fault? (I guess at the multiplexing proccess)
Regards, Fabian