View Single Post
Old 12th February 2016, 13:04   #12  |  Link
Jamaika
Registered User
 
Join Date: Jul 2015
Posts: 697
Test decoder Cineform yuv422p10le:
Three films and three different screenshots output.

Code:
for %%f in ("%~dp1*.avi") do ffmpeg.exe -loglevel info -y -i %%f -ss 00:00:00.500 -f image2 -c:v png -frames:v 1 -pix_fmt rgb48be %%~nf.png
yuv422p10 noRGB, noBT709 | size file: 77.127.688
yuy422p10 RGB | size file: 83.961.528 --> color change
yuv422p10 BT709 | size file: 77.174.536 --> color change

Last edited by Jamaika; 12th February 2016 at 13:19.
Jamaika is offline   Reply With Quote