Nyanmisaka
Nyanmisaka
FFmpeg 4.3 seems to be [coming soon](https://github.com/FFmpeg/FFmpeg/commit/c1ebaffba9fdc8948bce54b96c347ff960d1440c), the AMF decoder may not be able to catch up 😂
@OvchinnikovDmitrii Hi! I spent some time these days to merge old patches containing `hwcontext_amf` and `amfdec` into `ffmpeg` master to test. I found that when using the decoder, `AMF_MEMORY_DX11/DX9` does...
Thank you for your reply! Here are some of my questions: - Should we add `-hwaccel amf` or `-init_hw_device amf` to create a context when using this fully GPU accelerated...
Thanks for your work again! I have seen that patch series last year. Would be great If we can derive an AMF device from Vulkan and OpenCL, so as we...
Thanks for your quick response. 1. The line `AMF_VIDEO_ENCODER_HEVC_OUTPUT_HDR_METADATA` was commented out. Should I use `INPUT_HDR_METADATA` instead? https://github.com/GPUOpen-LibrariesAndSDKs/AMF/blob/3ee61d73b5599dcadbf86621a9f9c2d7e9c05811/amf/public/include/components/VideoEncoderHEVC.h#L208 3. As you said HDR to SDR is not allowed in the...
Self hosted media server like [Plex.tv](https://www.plex.tv/), [Emby.media](https://emby.media/) and [Jellyfin.org](https://jellyfin.org/) to utilize GPU to serve transcoded adaptive bitrate video streams in Dash/HLS to the PC/mobile client app. Since not all client/display...
APU: Ryzen 4000/5000/6000 series with Radeon Graphics. dGPU: Radeon RX 5000/6000 series, except RX 6300/6400/6500, which doesn't support video encoding.
Yeah. I just hope that AMD can extend its support for old GPUs as much as possible in such a hard period. But how about the DX12 support in AMF?...
AFAIK the upcoming [QSV AV1 encoder](https://github.com/intel-media-ci/cartwheel-ffmpeg/blob/ba93eaef201bcf329e28f93f8830c55bb042f165/patches/0058-libavcodec-qsvenc_av1-add-av1_qsv-encoder.patch#L4-L10) requires oneVPL to work.
That make sense. No hurry :)