
lists at manor-farm
Mar 17, 2008, 6:16 AM
Views: 151
Permalink
|
|
Transcode Found end of file without fining any frames
|
|
I have got a number of mpg files recorded from DVB-T where I can't remove the commercials. I am using 0.21 fixes. The command I am using is: mythtranscode --showprogress --honorcutlist --mpeg2 -c $CHANID -s $STARTTIME -o $VIDEODIR/$FILENAME.tmp Output below: mythtv[at]mythtv:/usr/local/bin$ ./removecommercials.sh /home/mythmedia/ 1012_20080229165900.mpg 1012 20080229165900 2008-03-14 13:07:11.414 Using runtime prefix = /usr/local, libdir = /usr/local/lib 2008-03-14 13:07:11.488 Empty LocalHostName. 2008-03-14 13:07:11.642 New DB connection, total: 1 2008-03-14 13:07:11.658 Closing DB connection named 'DBManager0' 2008-03-14 13:07:11.659 Enabled verbose msgs: important 2008-03-14 13:07:11.671 New DB connection, total: 2 2008-03-14 13:07:35.693 Found end of file without finding any frames Transcoding failed for 1012_20080229165900.mpg with error 247 If I try to rebuild the seek table (command below) I get no progress info from transcode and the resulting output file is zero bytes in length. mythtv[at]mythtv:/home/ian/devel/mythtv-0.21/mythtv/contrib$ mythtranscode --showprogress --mpeg2 --buildindex --infile /home/mythmedia/1012_20080313165900.mpg --outfile /home/mythmedia/1012_20080313165900.mpg.tmp The files themselves play back with no problem. Ian. _______________________________________________ mythtv-users mailing list mythtv-users[at]mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
|