Opened 10 years ago
Closed 10 years ago
#3821 closed defect (fixed)
aac_latm in a transport stream not detected
Reported by: | Carl Eugen Hoyos | Owned by: | |
---|---|---|---|
Priority: | important | Component: | avformat |
Version: | git-master | Keywords: | latm probe regression |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
One of two latm streams in a sample from ticket #3768 is not correctly detected since 9f6f4962
$ ffmpeg -i sample_cut.ts ffmpeg version N-65141-g62baf5b Copyright (c) 2000-2014 the FFmpeg developers built on Aug 1 2014 00:25:17 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl libavutil 52. 94.100 / 52. 94.100 libavcodec 55. 71.100 / 55. 71.100 libavformat 55. 50.100 / 55. 50.100 libavdevice 55. 13.102 / 55. 13.102 libavfilter 4. 11.102 / 4. 11.102 libswscale 2. 6.100 / 2. 6.100 libswresample 0. 19.100 / 0. 19.100 libpostproc 52. 3.100 / 52. 3.100 [mp3 @ 0x33f23a0] Header missing Last message repeated 3 times [h264 @ 0x33f18c0] reference picture missing during reorder [h264 @ 0x33f18c0] Missing reference picture, default is 65522 [h264 @ 0x33f18c0] mmco: unref short failure [mp3 @ 0x33f23a0] Header missing Last message repeated 16 times [mpegts @ 0x33edb20] PES packet size mismatch Input #0, mpegts, from 'sample_cut.ts': Duration: 00:00:06.07, start: 0.085178, bitrate: 3376 kb/s Program 1 Stream #0:0[0x907]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709), 1280x720 [SAR 1:1 DAR 16:9], 50 fps, 50 tbr, 90k tbn, 100 tbc Stream #0:1[0x911](dan): Audio: mp3 ([17][0][0][0] / 0x0011), 44100 Hz, stereo, s16p, 384 kb/s Stream #0:2[0x915](dan): Audio: aac_latm ([17][0][0][0] / 0x0011), 48000 Hz, 5.1, fltp Stream #0:3[0x7ef](dan): Subtitle: dvb_teletext ([6][0][0][0] / 0x0006) Stream #0:4[0x91f](dan): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) Stream #0:5[0x920](dan): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) (hearing impaired) At least one output file must be specified
Attachments (1)
Change History (3)
by , 10 years ago
Attachment: | sample_cut.ts added |
---|
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.