04:31
does anyone have an idea how I need to edit these ffmpeg settings to keep the original colors? I'm trying to convert a video, but need to absolutely keep the rgb colors, as it's going to be embedded into a website with a background color.
The parameters look currently like this:
'-acodec aac -ac 2 -ab 160k '
'-vcodec libx264 -preset slow -profile:v baseline -level 25 '
'-maxrate 10000000 -bufsize 10000000 -vb 1200k -f mp4 '
'-threads 0'
(...)