[FFmpeg-trac] #6860(avformat:new): hvc1 instead of hev1 in FourCC

FFmpeg trac at avcodec.org
Fri Nov 24 12:17:04 EET 2017


#6860: hvc1 instead of hev1 in FourCC
-------------------------------------+-------------------------------------
             Reporter:  AlexisMay    |                    Owner:
                 Type:  enhancement  |                   Status:  new
             Priority:  wish         |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  HEVC, Mac,   |               Blocked By:
  macOS 10.13,                       |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by heleppkes):

 Use this to set the codec tag

 {{{
 ffmpeg -i input -c:v hevc_videotoolbox -tag:v hvc1 output.mp4
 }}}

 Both hev1 and hvc1 are perfectly valid tags for HEVC according to the
 specification, it is impossible to know which one you would prefer without
 telling ffmpeg.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6860#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list