Changes between Version 58 and Version 59 of HWAccelIntro
- Timestamp:
- Dec 14, 2017, 10:51:33 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HWAccelIntro
v58 v59 151 151 Codec support varies by hardware. The full set of codecs being available only on Pascal hardware, which adds VP9 and 10 bit support. 152 152 153 While decoding 10 bit video is supported, it is not possible to do full hardware transcoding currently (see the partial hardware example below).154 155 153 Sample decode using CUVID, the cuvid decoder copies the frames to system memory in this case: 156 154 {{{ … … 163 161 }}} 164 162 165 Partial hardware transcode, with frames passed through system memory (This is necessary for transcoding 10bit content):163 Partial hardware transcode, with frames passed through system memory: 166 164 {{{ 167 165 ffmpeg -c:v h264_cuvid -i input -c:v h264_nvenc -preset slow output.mkv
