obs-StreamFX/source/encoders/handlers
Michael Fabian 'Xaymar' Dirks cbd75767fa encoders/ffmpeg: Implement AMF H.264 and H.265 handlers
Adds support for the AMD Advanced Media Framework H.264 and H.265 encoders via FFmpeg. The majority of settings are supported, and the UI/UX experience mimics that of the NVENC implementation. Various settings are left out due to their complexity and should be controlled via the custom parameters field.
2020-12-04 08:32:20 +01:00
..
amf_h264_handler.cpp encoders/ffmpeg: Implement AMF H.264 and H.265 handlers 2020-12-04 08:32:20 +01:00
amf_h264_handler.hpp encoders/ffmpeg: Implement AMF H.264 and H.265 handlers 2020-12-04 08:32:20 +01:00
amf_hevc_handler.cpp encoders/ffmpeg: Implement AMF H.264 and H.265 handlers 2020-12-04 08:32:20 +01:00
amf_hevc_handler.hpp encoders/ffmpeg: Implement AMF H.264 and H.265 handlers 2020-12-04 08:32:20 +01:00
amf_shared.cpp encoders/ffmpeg: Implement AMF H.264 and H.265 handlers 2020-12-04 08:32:20 +01:00
amf_shared.hpp encoders/ffmpeg: Implement AMF H.264 and H.265 handlers 2020-12-04 08:32:20 +01:00
debug_handler.cpp encoders/handlers/debug: Always return something in to_string (#354) 2020-10-09 20:28:11 +02:00
debug_handler.hpp project: Refactor into namespace streamfx 2020-04-23 00:50:39 +02:00
handler.cpp encoders/ffmpeg: Rename files to match naming scheme 2020-06-21 19:24:59 +02:00
handler.hpp project: Remove non-standard std:: prefix from types 2020-08-10 19:51:21 +02:00
nvenc_h264_handler.cpp encoders/handlers/nvenc: Don't list encoders on unsupported systems 2020-08-10 20:39:08 +02:00
nvenc_h264_handler.hpp project: Remove non-standard std:: prefix from types 2020-08-10 19:51:21 +02:00
nvenc_hevc_handler.cpp encoders/handlers/nvenc: Don't list encoders on unsupported systems 2020-08-10 20:39:08 +02:00
nvenc_hevc_handler.hpp project: Remove non-standard std:: prefix from types 2020-08-10 19:51:21 +02:00
nvenc_shared.cpp encoders/handlers/nvenc: Don't list encoders on unsupported systems 2020-08-10 20:39:08 +02:00
nvenc_shared.hpp encoders/handlers/nvenc: Don't list encoders on unsupported systems 2020-08-10 20:39:08 +02:00
prores_aw_handler.cpp project: Remove non-standard std:: prefix from types 2020-08-10 19:51:21 +02:00
prores_aw_handler.hpp encoders/handlers/prores_aw: Fix override warning 2020-08-10 19:51:21 +02:00