Opened 8 years ago

Closed 8 years ago

#4959 closed defect (needs_more_info)

1st frame duplicated when HEVC decoding

Reported by: Gabriel Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords: hevc
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Hello,
I would like to report a strange behaviour when I decode a hevc elementary stream. Actually, the first frame is duplicated an I finally get a additional frame compare to the original file.
I already try to decode the same file with openHEVC and the HM decoder (v16.7) and I do not have this behaviour.
Below, how to reproduce:
encoding:

% ffmpeg -f rawvideo -s 1920x1080 -pix_fmt yuv420p -r 60 -i video_raw.yuv -vcodec libx265 -f hevc -b:v 5M video.265
ffmpeg version N-76224-ga7c5005 Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 4.9.2 (Ubuntu 4.9.2-10ubuntu13)

decoding:

% ffmpeg -i video.265 output.yuv
ffmpeg version N-76224-ga7c5005 Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 4.9.2 (Ubuntu 4.9.2-10ubuntu13)

thank you!

Gabriel

Change History (2)

comment:1 by Carl Eugen Hoyos, 8 years ago

Keywords: hevc added

Please provide the command line that allows to reproduce the issue together with the complete, uncut console output to make this a valid ticket.

comment:2 by Carl Eugen Hoyos, 8 years ago

Resolution: needs_more_info
Status: newclosed

Please reopen if you can add the missing information.

Note: See TracTickets for help on using tickets.