UnkNow404 3 Posted December 1, 2025 Posted December 1, 2025 The current version cannot transcode DV Profile 5 content correctly. The transcoded video looks like this: And it should be: ffmpeg 5.0 support libplacebo to transcode DV Profile 5 to SDR correctly. Command example: ffmpeg -init_hw_device vulkan=vulkan -filter_hw_device vulkan -i ${VIDEO_FILE} -c:v hevc -crf 18 -c:a aac -b:a 320k -vf "hwupload,libplacebo=format=yuv420p:colorspace=bt709:color_primaries=bt709:color_trc=bt709,hwdownload,format=yuv420p,subtitles=${SUBTITLE_FILE}" ${OUTPUT}
Luke 42520 Posted December 1, 2025 Posted December 1, 2025 Hi, thanks. This is on our to do list for review. Thanks. 1
CFC 25 Posted May 23 Posted May 23 On 12/1/2025 at 9:48 AM, Luke said: Hi, thanks. This is on our to do list for review. Thanks. Hi, is this still in review, or has it been implemented? My DV Profile 5 file does not transcode with proper color, but wanted to check whether it should be expected to at the moment. Thanks!
Luke 42520 Posted Sunday at 08:49 PM Posted Sunday at 08:49 PM Hi, we will have a new ffmpeg build on the server beta channel in the near future, so stay tuned for that. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now