Opened 11 years ago
Closed 11 years ago
#3275 closed defect (invalid)
the video stream returned by av_find_best_stream is different than the stream played by ffplay
Reported by: | hxuanyu | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | |
Cc: | cus@passwd.hu | Blocked By: | |
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
For the attached file, av_find_best_stream(pFormatCtx, AVMEDIA_TYPE_VIDEO) returns 4
But ffplay plays another stream.
Test file is here https://dl.dropboxusercontent.com/u/89678527/aaaaaaaavvv_mpeg2video_30_yuv420p_dar4x3_sar10x11_ac3_48000_1_0.ts
Change History (3)
follow-up: 2 comment:1 by , 11 years ago
Cc: | added |
---|
comment:2 by , 11 years ago
Replying to cus:
It plays stream 4 for me: the pink guy with green belly...
Which stream is played for you?
Thanks, I think the stream returned by av_find_best_stream is also 4, so it might be our application's problem for showing different content (totally black) than ffplay.
So could you please close this ticket?
comment:3 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
There is of course the problem that ffmpeg
does not use av_find_best_stream()...
It plays stream 4 for me: the pink guy with green belly...
Which stream is played for you?