#6422 closed defect (fixed)
cannot parser ts file when like this format: (AUD)(PPS)(SPS)(PPS)(I-Slice)
Reported by: | yunhai2009 | Owned by: | |
---|---|---|---|
Priority: | important | Component: | avcodec |
Version: | git-master | Keywords: | h264 regression |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
cannot parser ts file when like this format: (AUD)(PPS)(SPS)(PPS)(I-Slice)
Attachments (2)
Change History (13)
by , 8 years ago
Attachment: | playlist-05672.txt added |
---|
comment:1 by , 8 years ago
Expected Behavior:
ffmpeg can parse ts,and display video
Actual Behavior:
ffmpeg cannot parse ts
Steps to Reproduce:
1、txt to ts
2、use ffmpeg parse ts
follow-ups: 3 7 comment:2 by , 8 years ago
Keywords: | h264 regression added; TS removed |
---|---|
Priority: | normal → important |
Reproduced by developer: | set |
Version: | 3.2.4 → git-master |
Regression since 0bf5fd2e / 98c97994
Not reproducible with --disable-bsf=extract_extradata
.
follow-up: 4 comment:3 by , 8 years ago
Replying to cehoyos:
Regression since 0bf5fd2e / 98c97994
Not reproducible with--disable-bsf=extract_extradata
.
what do you mine by "not reproducible with"? you mine that i need edit configure in order to solve this problem. in addition,is this a bug?
follow-ups: 5 6 comment:4 by , 8 years ago
Replying to yunhai2009:
Replying to cehoyos:
Regression since 0bf5fd2e / 98c97994
Not reproducible with--disable-bsf=extract_extradata
.
what do you mine by "not reproducible with"?
I was unable to reproduce the issue you describe if I use the configure option --disable-bsf=extract_extradata
.
you mine that i need edit configure in order to solve this problem.
I don't think solve is the right word, it may be a work-around.
in addition,is this a bug?
I believe so and I set the status to reproduced.
comment:5 by , 8 years ago
using 2.8.11 that is not unable to reproduce the issue,and i do not edit configure.if i use 3.3.1 that need use the configure option --disable-bsf=extract_extradata.
comment:6 by , 8 years ago
Replying to cehoyos:
using 2.8.11 that is not unable to reproduce the issue,and i do not edit configure.if i use 3.3.1 that need use the configure option --disable-bsf=extract_extradata.
i have a question how to use function to disable-bsf=extract_extradata, 3.3.1 version.thanks.
comment:7 by , 7 years ago
Replying to cehoyos:
Regression since 0bf5fd2e / 98c97994
Not reproducible with--disable-bsf=extract_extradata
.
The same regression can be reproduced with http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket6961/
by , 6 years ago
Attachment: | video-H264-1 added |
---|
comment:8 by , 6 years ago
I attached a possible related sample that shows a regression reported on the user mailing list:
http://ffmpeg.org/pipermail/ffmpeg-user/2018-November/042045.html
comment:9 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Well, all samples work now.
First and second (m)ts samples have
[h264 @ 0000027b6aa58a00] sps_id 0 out of range [h264 @ 0000027b6aa58a00] Error decoding the extradata [NULL @ 0000027b612a8d80] sps_id 0 out of range
Third has:
[NULL @ 000001ccbb4e76c0] time_scale/num_units_in_tick invalid or unsupported (0/5625) [h264 @ 000001ccc4c5c300] time_scale/num_units_in_tick invalid or unsupported (0/5625) [NULL @ 000001ccbb4e76c0] Overread VUI by 8 bits
comment:11 by , 2 years ago
This ticket was fixed in d41faffb533d899ecd67f3427914153b5a5dcffb, the unrelated sample in 0b34cdf424d665d7d9b92aefdff49a5acc398a6d (#6591)
TS