Re: [FFmpeg-devel] x265 rpu processing

2023-09-28 Thread Robin van der Linden via ffmpeg-devel
What list would you suggest instead, main? The command was just a snipped, normally would do something like this: /usr/bin/ffmpeg -i "/home/robin/dolby_vision_test_8_1 - [2160p].mp4" -map 0:0 -c:v libx265 -preset slower -ss 00:00:00 -to 00:00:10 -crf 20 -vf zscale=3840:2160,hqdn3d=0.4:0.4:1.2

Re: [FFmpeg-devel] x265 rpu processing

2023-09-28 Thread Andreas Rheinhardt
Robin van der Linden via ffmpeg-devel: > Hello, > > I've observed that the "-x265-params dolby-vision-rpu /path/to/rpu" > doesn't seem to work in my ffmpeg command. Though the libx265 > documentation indicates the presence of this parameter, ffmpeg appears > to be having trouble recognizing it. In

[FFmpeg-devel] x265 rpu processing

2023-09-28 Thread Robin van der Linden via ffmpeg-devel
Hello, I've observed that the "-x265-params dolby-vision-rpu /path/to/rpu" doesn't seem to work in my ffmpeg command. Though the libx265 documentation indicates the presence of this parameter, ffmpeg appears to be having trouble recognizing it. In fact, ffmpeg reports it as an unknown paramet