[FFmpeg-user] Color Difference on ffmpeg Outputs

Mark Scott mark_scott at charlietango.com
Thu Jan 24 21:32:18 EET 2019


Command line:  ffmpeg -i TEST.mov -c:v prores -acodec pcm_s24le
TEST_ProRes.mov

[image: ffmpeg console.png]

On Thu, Jan 24, 2019 at 1:18 PM Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:

> 2019-01-24 20:05 GMT+01:00, Mark Scott <mark_scott at charlietango.com>:
> > I noticed a color difference between my master video file and the
> > output file from ffmpeg. My master file is Apple ProRes 422 HQ .mov. I
> > converted it to Apple ProRes 422 (not HQ).mov, using ffmpeg. There is
> > a significant color difference on the converted file that is
> > noticeable in the graphics.
> > The RGB values are: Master file: R:221 G:49 B:42  Converted file:
> > R:202 G:24 B:32. All lower numbers on the converted file. I'm
> > attaching a screenshot to show the difference. Is there a filter or
> > something that I can add to this command line to solve this?
> >
> > mkdir outputs
> > for f in *.mov; do ffmpeg -i "$f" -c:v prores -c:a pcm_s24le
> > "outputs/${f%.*}.mov"; done
>
> Please provide the actual command line that you tested (without
> variables) together with the complete, uncut console output and
> please remember that only current FFmpeg git head is
> supported here.
>
> Carl Eugen
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".



-- 
mark scott | video distribution
<http://www.charlieuniformtango.com/>
1722 routh street
suite 204
dallas, tx 75201
214-922-9222 t
972-740-4734 c

<https://www.facebook.com/charlieuniformtango/>
<http://twitter.com/CUTango>
<http://instagram.com/charlieuniformtango>
charlie <http://www.charlieuniformtango.com/>uniform
<http://www.charlieuniformtango.com/>tango
<http://www.charlieuniformtango.com/>.com
<http://www.charlieuniformtango.com/>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg console.png
Type: image/png
Size: 262440 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20190124/51b6dd4d/attachment.png>


More information about the ffmpeg-user mailing list