This image's colours change dramatically with any ffmpeg commands I run on it. Even a basic command to create the same image. NOTE: you can run these commands as the image is public.
ffmpeg -i https://asset-info-examples.s3.eu-west-1.amazonaws.com/broken_color.jpg broken.jpg If you look at the original image or use -c:v copy it will keep the original colour profile and look fine. ffmpeg -i https://asset-info-examples.s3.eu-west-1.amazonaws.com/broken_color.jpg -c:v copy broken.jpg I have tried so many options to specify different colour formats but I can't get it to stop looking grey and washed out. _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
