[FFmpeg-trac] #7581(avcodec:closed): Main10 profile is not set for hevc_videotoolbox

FFmpeg trac at avcodec.org
Mon May 13 14:25:45 EEST 2019


#7581: Main10 profile is not set for hevc_videotoolbox
--------------------------------------+-----------------------------------
             Reporter:  Nomis101      |                    Owner:  kernrj
                 Type:  defect        |                   Status:  closed
             Priority:  normal        |                Component:  avcodec
              Version:  git-master    |               Resolution:  fixed
             Keywords:  videotoolbox  |               Blocked By:
             Blocking:                |  Reproduced by developer:  1
Analyzed by developer:  0             |
--------------------------------------+-----------------------------------

Comment (by Nomis101):

 Thanks for fixing this. What would be the complete command line command
 for encoding in 10-bit? I tried the one from the initial post, but this
 did not work. So I added "-require_sw 1" which made the encoding 6x
 slower, but the output still was only in profile "main" instead of
 "main10".

 ffmpeg -i input.mkv -acodec copy -vcodec hevc_videotoolbox -b:v 20000k
 -tag:v hvc1 -require_sw 1 -profile:v main10 output.mp4

 What do I need to change to make the output main10?

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


More information about the FFmpeg-trac mailing list