[FFmpeg-trac] #7272(undetermined:closed): encoding with hevc_amf results in video where forwarting is a mess

FFmpeg trac at avcodec.org
Tue Jun 26 09:57:50 EEST 2018


#7272: encoding with hevc_amf results in video where forwarting is a mess
-------------------------------------+-------------------------------------
             Reporter:  sheepchen    |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:  hevc_amf     |               Resolution:  fixed
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
Changes (by sheepchen):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Yes, this solved the problem! Thanks!

 Here is the command: ffmpeg.exe -hwaccel dxva2 -i <inputfile> -c:v
 hevc_amf -gops_per_idr 1 -profile:v main -qmin 18 -qmax 24 -b:v 1000k
 -maxrate 3000k -rc-lookahead 32 -g 250 -c:a copy -c:s copy -map 0
 <outputfile>

 Here is the command output:
 https://sheepchen.net/nextcloud/index.php/s/n7Y85DfDRkotQX5
 And here is the encoded videofile:
 https://sheepchen.net/nextcloud/index.php/s/HGoovTtsqOlJCvP

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


More information about the FFmpeg-trac mailing list