[FFmpeg-user] Color problems

Александр Кошеверов iworb.ne at gmail.com
Wed Apr 27 12:53:19 CEST 2016


I have problem with color untill watermarking video (1080p and 720p).
Here's image sample (original in the top and converted in the bottom):
http://www.imghost.in/img/2016-04/27/o32sehmjst43t5urqnd13nizl.png
I'm using this command to convert: "C:\Program Files\ffmpeg\bin\ffmpeg.exe"
-y -ss 0 -i "d:\WEB\VIDEOS\__TEMP__\test.mp4" -i "d:\WEB\ClearMark.png"
-filter_complex "[0:0]scale=1920:1080 [vid]; [vid][1:0]overlay=1320:850
[ovr]; [vid] scale=1920:1080 [vid2];
[ovr][vid2]blend=all_mode='overlay':all_opacity=0.8 [out]" -map "[out]"
-map 0:1 -b:v 6000k -minrate 6000k -maxrate 8000k -r 25 result.mp4
Files MediaInfo's here: http://pastebin.com/TiXpjRuH


More information about the ffmpeg-user mailing list