[FFmpeg-trac] #5227(undetermined:new): H265 nvenc HLS stream

FFmpeg trac at avcodec.org
Thu Aug 31 17:43:53 EEST 2017


#5227: H265 nvenc HLS stream
-------------------------------------+-------------------------------------
             Reporter:  milanc       |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:  nvenc        |               Resolution:
  bounty                             |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by milanc):

 Yes we solved it. It depends on video resolution.
 The width of video must be divisible only by 16 (not 32 or 64).
 The height of video must be divisible minimal 32 (can be 64 or more).

 Example:
 1904x1088 is OK, 1888x1056 is OK

 Try it. Good luck.

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


More information about the FFmpeg-trac mailing list