obs-StreamFX/source/encoders/handlers
Michael Fabian 'Xaymar' Dirks ff3f8cff03 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.
2023-03-28 13:11:06 +02:00
..
amf_h264_handler.cpp encoders/ffmpeg: Implement AMF H.264 and H.265 handlers 2023-03-28 13:11:06 +02:00
amf_h264_handler.hpp encoders/ffmpeg: Implement AMF H.264 and H.265 handlers 2023-03-28 13:11:06 +02:00
amf_hevc_handler.cpp encoders/ffmpeg: Implement AMF H.264 and H.265 handlers 2023-03-28 13:11:06 +02:00
amf_hevc_handler.hpp encoders/ffmpeg: Implement AMF H.264 and H.265 handlers 2023-03-28 13:11:06 +02:00
amf_shared.cpp encoders/ffmpeg: Implement AMF H.264 and H.265 handlers 2023-03-28 13:11:06 +02:00
amf_shared.hpp encoders/ffmpeg: Implement AMF H.264 and H.265 handlers 2023-03-28 13:11:06 +02:00
debug_handler.cpp encoders/handlers/debug: Always return something in to_string (#354) 2023-03-28 13:11:01 +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 2023-03-28 12:52:11 +02:00
handler.hpp project: Remove non-standard std:: prefix from types 2023-03-28 12:52:22 +02:00
nvenc_h264_handler.cpp encoders/handlers/nvenc: Don't list encoders on unsupported systems 2023-03-28 12:52:23 +02:00
nvenc_h264_handler.hpp project: Remove non-standard std:: prefix from types 2023-03-28 12:52:22 +02:00
nvenc_hevc_handler.cpp encoders/handlers/nvenc: Don't list encoders on unsupported systems 2023-03-28 12:52:23 +02:00
nvenc_hevc_handler.hpp project: Remove non-standard std:: prefix from types 2023-03-28 12:52:22 +02:00
nvenc_shared.cpp encoders/handlers/nvenc: Don't list encoders on unsupported systems 2023-03-28 12:52:23 +02:00
nvenc_shared.hpp encoders/handlers/nvenc: Don't list encoders on unsupported systems 2023-03-28 12:52:23 +02:00
prores_aw_handler.cpp project: Remove non-standard std:: prefix from types 2023-03-28 12:52:22 +02:00
prores_aw_handler.hpp encoders/handlers/prores_aw: Fix override warning 2023-03-28 12:52:22 +02:00