mythtranscode failing on one recording

For discussion related to MythTV which doesn't belong in another forum.

Moderator: Forum Moderators

Post Reply
bpmod
Junior
Posts: 32
Joined: Fri Mar 25, 2016 3:42 pm
Canada

mythtranscode failing on one recording

Post by bpmod »

Hello All!

I am sure that it is the recording, as the same command line has been working on over a thousand recording for years.

Here is the command line:

Code: Select all

mythtranscode --chanid 1231 --starttime 20210319232900 --mpeg2 --honorcutlist -o ./temp/sIhjJxx.mpg
Here is the output:

Code: Select all

2021-11-26 18:20:02.818983 C  mythtranscode version:  [v29.1] www.mythtv.org
2021-11-26 18:20:02.818998 C  Qt version: compile: 5.5.1, runtime: 5.9.5
2021-11-26 18:20:02.819002 N  Enabled verbose msgs:  general
2021-11-26 18:20:02.819009 N  Setting Log Level to LOG_INFO
2021-11-26 18:20:02.829655 I  Setup Interrupt handler
2021-11-26 18:20:02.829665 I  Setup Terminated handler
2021-11-26 18:20:02.829671 I  Setup Segmentation fault handler
2021-11-26 18:20:02.829674 I  Setup Aborted handler
2021-11-26 18:20:02.829679 I  Setup Bus error handler
2021-11-26 18:20:02.829682 I  Setup Floating point exception handler
2021-11-26 18:20:02.829687 I  Setup Illegal instruction handler
2021-11-26 18:20:02.829691 I  Setup Real-time signal 0 handler
2021-11-26 18:20:02.829697 I  Setup Hangup handler
2021-11-26 18:20:02.829775 N  Using runtime prefix = /usr
2021-11-26 18:20:02.829778 N  Using configuration directory = /home/brian/.mythtv
2021-11-26 18:20:02.829849 I  Assumed character encoding: en_CA.UTF-8
2021-11-26 18:20:02.830139 N  Empty LocalHostName.
2021-11-26 18:20:02.830146 I  Using localhost value of jack
2021-11-26 18:20:02.830181 I  Start up testing connections. DB localhost, BE , attempt 0, status dbAwake
2021-11-26 18:20:02.830656 I  Added logging to the console
2021-11-26 18:20:03.841081 N  Setting QT default locale to en_CA
2021-11-26 18:20:03.841091 I  Current locale en_CA
2021-11-26 18:20:03.841135 N  Reading locale defaults from /usr/share/mythtv//locales/en_ca.xml
2021-11-26 18:20:03.845540 I  Loading en_ca translation for module mythfrontend
2021-11-26 18:20:03.846948 N  Transcoding from /bri/recordings/1231_20210319232900.ts to ./temp/sIhjJxx.mpg
2021-11-26 18:20:03.846954 I  Honoring the cutlist while transcoding
2021-11-26 18:20:03.850098 I  Opening /bri/recordings/1231_20210319232900.ts
2021-11-26 18:20:03.863718 I  PES packet size mismatch
2021-11-26 18:20:03.863743 I  Input #0, mpegts, from '/bri/recordings/1231_20210319232900.ts':
2021-11-26 18:20:03.863749 I    Duration: 00:32:19.37, start: -16.759356, bitrate: 6385 kb/s
2021-11-26 18:20:03.863791 I      Stream #0:0[0x31]: Video: mpeg2video (Main), yuv420p(tv, top first), 1920x1080 [SAR 1:1 DAR 16:9], 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
2021-11-26 18:20:03.864051 I      Stream #0:1[0x34](eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s
2021-11-26 18:20:03.864064 I      Stream #0:2[0x35](spa): Audio: ac3, 48000 Hz, mono, fltp, 96 kb/s
2021-11-26 18:20:03.864070 E  Skipping audio stream: 2
2021-11-26 18:20:03.868964 I  #0 PTS:-00:00:15.793 Delta: 0.0ms queue: 29
2021-11-26 18:20:03.868987 I  #1 PTS:-00:00:15.799 Delta: 6.06667ms queue: 2
2021-11-26 18:20:03.869014 N  MPEG2fixup::InitReplex(): High Definition input, increasing replex buffers
2021-11-26 18:20:03.962325 I  Del map found 0 at 2460 (2460)
2021-11-26 18:20:03.974096 E  Deadlock detected.  One buffer is full when the other is empty!  Aborting
2021-11-26 18:20:03.974494 E  Transcoding /bri/recordings/1231_20210319232900.ts failed
I have transcoded many recording that have been damaged, usually due to reception problems, but even on those, mythtrancode has never given up.

Also, mythtv *usually* tells me when a recording has been damaged. this one has no indication of that.

Running v29 fixes on Ubuntu 18.04 if that is important.

Thanks for any help anyone can give.

Brian
Post Reply