Hi all-- I'm new to transcode and was hoping to use it with my MythTV installation. I've tried 1.1.0 and 1.1.5 now and I'm getting the same error. Or at least here's things seem to go wrong:
[transcode] AVI stream: format=0x55, rate=48000 Hz, bits=16, channels=2, bitrate=128 [demuxer.c] (pid=11724) PTS reset (1446.520->0.002) in packet 483075 for PU [1] [demuxer.c] (pid=11724) PTS reset (1446.153->0.002) in packet 956344 for PU [2] [demuxer.c] (pid=11724) PTS reset (1446.387->0.002) in packet 1447974 for PU [3] ---> [clone.c] tc_pread error (0/56) [demuxer.c] (pid=11724) 0/1921225 packets discarded [tcextract] (pid=11725) exit (code 0) [tcdecode] (pid=11726) exit (code 0) [import_vob.so] end of stream - failed to sync video frame [dl_loader.c] video import module error [decoder.c] (V) data read failed - end of stream [transcode] flushing 768 audio bytes [encoder.c] encoder closed [decoder.c] cancelling the import threads [decoder.c] video thread exit (ret_code=0) (status_code=0) [decoder.c] audio thread exit (ret_code=0) (status_code=0) clean up | frame threads |[decoder.c] unloading audio import module [decoder.c] unloading video import module [encoder.c] unloading export modules unload modules | cancel signal | internal threads | control socket | done [transcode] encoded 0 frames (1 dropped, 0 cloned), clip length 0.00 s [transcode] buffer released I am running the transcode command that the mythtv application was trying to run automatically. the rip of the dvd to a vob file seems to work fine. here's the commandline: $ transcode -q2 -i /var/lib/mythdvd/temp/Unknown/vob/ -g 720x480 -M 2 -j 0,8,0,8 -B 0,2 -y xvid -w 1618 -o /var/media/videos/Unknown.avi --log_no_color searches on 'tc_pread error' get me nowhere so I was hoping someone on the list could point me in the right direction to solving this. thanks!