#7347: HEVC HDR playback issues
-------------------------------------+-------------------------------------
Reporter: enen92 | Owner:
Type: defect | Status: new
Priority: normal | Component: ffmpeg
Version: git-master | Resolution:
Keywords: hevc, hdr, | Blocked By:
dvvideo | Reproduced by developer: 0
Blocking: |
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by jkqxz):
The video stream is tagged as 'dvh1', indicating that it contains DVCPRO
HD video. It actually does contain a valid H.265 stream, but FFmpeg does
not probe the content of files where the container explicitly signals its
parameters (H.265 video should be tagged as 'hvc1' or 'hev1').
You can remux the file with:
{{{
ffmpeg -c:v hevc -i LA_A006_C008_2K_HDR_HEVC.mov -c:v copy remuxed.mov
}}}
to make it playable.
Do you know how the file was created? Maybe the muxer which made it is
misconfigured somehow?
--
Ticket URL: <https://trac.ffmpeg.org/ticket/7347#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac