Opened 19 years ago
Closed 18 years ago
#3413 closed defect (invalid)
Unknown error on transcode
| Reported by: | anonymous | Owned by: | Isaac Richards |
|---|---|---|---|
| Priority: | major | Milestone: | unknown |
| Component: | mythtranscode | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
This is the error:
stream: start_time: 13591.640 duration: 1195.939 bitrate=7754 kb/s [mpegts @ 0xb757f6b0]Parser not found for Codec Id: 94211 ! [mpegts @ 0xb757f6b0]Parser not found for Codec Id: 94212 ! [mpegts @ 0xb757f6b0]Parser not found for Codec Id: 94212 ! [mpegts @ 0xb757f6b0]Parser not found for Codec Id: 94212 ! [mpegts @ 0xb757f6b0]Parser not found for Codec Id: 94212 ! [mpegts @ 0xb757f6b0]Parser not found for Codec Id: 94212 ! [mpegts @ 0xb757f6b0]Parser not found for Codec Id: 94212 ! [mpegts @ 0xb757f6b0]Parser not found for Codec Id: 94212 ! [mpegts @ 0xb757f6b0]Parser not found for Codec Id: 94212 ! [mpegts @ 0xb757f6b0]Parser not found for Codec Id: 94212 ! 0: start_time: 1223.271 duration: 107.611 1: start_time: 1223.248 duration: 107.618 2: start_time: 1223.259 duration: 107.590
I have attached a full log of mythbackend where it says:
2007-05-05 14:00:25.740 Transcode: Using autodetect profile: MPEG2 2007-05-05 14:00:25.794 Copying Audio while transcoding Video 2007-05-05 14:01:32.912 AFD Error: Unknown decoding error
Attachments (1)
Change History (8)
by , 19 years ago
| Attachment: | mythtv.log added |
|---|
comment:1 by , 19 years ago
| Component: | mythtv → mythtranscode |
|---|---|
| Milestone: | 0.21 → unknown |
| Owner: | removed |
comment:2 by , 19 years ago
| Owner: | set to |
|---|
comment:3 by , 19 years ago
comment:4 by , 19 years ago
should be fixed in trunk [14800] (4 months ago) - ffmpeg sync to revision 10931 (the message got removed)
comment:5 by , 19 years ago
the "Parser not found for Codec ..." messages are unrelated to the problem. Is the recording playable in in mythfrontend?
comment:6 by , 19 years ago
| Status: | new → infoneeded_new |
|---|
comment:7 by , 18 years ago
| Resolution: | → invalid |
|---|---|
| Status: | infoneeded_new → closed |
Requested information not provided.
Note:
See TracTickets
for help on using tickets.

see also #3408, or just ask google for the two channel ids, I get these too
from avcodec.h:
94211 == 0x17003 == CODEC_ID_XSUB (picture subtitles, 4cc == DXSB) which is fun because that seems to be some strange DivX subtitle format in our DVB streams
94212 == 0x17004 == CODEC_ID_MPEG2VBI (Vertical Blank Interval encoded into DVB, could be useful if you play back on an analog TV)
Are these interesting to keep while remuxing and cutting? I'd vote yes for both. At least keep them on lossless transcode.