0
I know I can set up the lossless mode for x265 as follows:
ffmpeg -i input.mp4 -c:v libx265 -x265-params lossless=1 output.mp4
How can I do this using the FFmpeg API?
0
I know I can set up the lossless mode for x265 as follows:
ffmpeg -i input.mp4 -c:v libx265 -x265-params lossless=1 output.mp4
How can I do this using the FFmpeg API?
Start by looking at the encoding example in the ffmpeg source code. – szatmary – 2019-08-08T14:01:51.420