meowmoriaoi

Colorspace

Apr 4th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. "Tools\ffmpeg41.exe" -i input.mkv -an -sn -vf "select=gte(n\,360),format=yuv420p16le,zscale=w=-2:h=720:f=spline36:d=none:r=limited:pin=709:p=709:tin=709:t=709:min=709:m=709,format=yuv420p10" -vframes 1 output.png
  2.  
  3.  
  4. "Tools\ffmpeg41.exe" -i input.mkv -an -sn -vf "select=gte(n\,360),format=yuv420p16le,colorspace=ispace=bt709:space=bt709:itrc=bt709:trc=bt709:iprimaries=bt709:primaries=bt709:irange=tv:range=tv:format=yuv420p10" -vframes 1 output.png
  5.  
  6. "Tools\ffmpeg41.exe" -i input.mkv -an -sn -vf "select=gte(n\,360),format=yuv420p16le,colorspace=iall=bt709:all=bt709:format=yuv420p10" -vframes 1 output.png
  7.  
  8.  
  9. "Tools\ffmpeg41.exe" -i input.mkv -an -sn -vf "select=gte(n\,360),format=yuv420p16le,colorspace=ispace=bt709:space=bt709:itrc=bt709:trc=bt709:iprimaries=bt709:primaries=bt709:irange=tv:range=tv:dither=fsb:format=yuv420p10" -vframes 1 output.png
  10.  
  11.  
  12. "Tools\ffmpeg41.exe" -i input.mkv -an -sn -vf "select=gte(n\,360),format=yuv420p16le,colorspace=ispace=bt709:space=bt709:itrc=bt709:trc=bt709:iprimaries=bt709:primaries=bt709:irange=tv:range=tv:wpadapt=vonkries:format=yuv420p10" -vframes 1 output.png
Add Comment
Please, Sign In to add comment