gpx2video & hardware acceleration #29
progweb
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Branch "feature/qvc" starts the hardware acceleration development.
Of course, it's in progress.
NVEnc
Support for NVEnc h264 & hevc is implemented.
--video-preset: slow, medium, fast, hp, hq, bd, ll, llhq, llhp, lossless, losslesshp, p1, p2, p3, p4, p5, p6, p7
--video-crf: 0 - 51 (default 27 for H264 and 31 for HEV)
--video-bitrate: integer (default 16MB)
--video-min-bitrate: integer (default 0MB)
--video-max-bitrate; integer (default 32MB)
Set 'crf' to -1, to use bitrate, min-bitrate & max-bitrate.
QSV
Support in progress.
--video-preset: veryfast, faster, fast, medium, slow, slower, veryslow
VAAPI
Support in progress. To start to test, just enable "HW_VAAPI" in code to use VAAPI hardware acceleration.
permits to test CPU & GPU load.
Beta Was this translation helpful? Give feedback.
All reactions