Do BMP and TIFF support YUV?
Also, in ffmpeg, what the command line for getting information on an encoder or codec? When I use it and Shutter Encoder make png files, they are 48bit instead of 24bit. How do I fix that?
+ Reply to Thread
Results 1 to 7 of 7
-
-
BMP does not , TIFF support some YUV pixel types
Also, in ffmpeg, what the command line for getting information on an encoder or codec?Code:ffmpeg -h encoder=blah
When I use it and Shutter Encoder make png files, they are 48bit instead of 24bit. How do I fix that? -
-
You can check it yourself . 8bit YUV 420,422,444 are supported - these are yuv420p, yuv422p, yuv444p . The "p" stands for planar
Code:ffmpeg -h encoder=tiff
Encoder tiff [TIFF image]:
General capabilities: dr1 threads
Threading capabilities: frame
Supported pixel formats: rgb24 rgb48le pal8 rgba rgba64le gray ya8 gray16le ya16le monob monow yuv420p yuv422p yuv440p yuv444p yuv410p yuv411p
TIFF encoder AVOptions:
-dpi <int> E..V....... set the image resolution (in dpi) (from 1 to 65536) (default 72)
-compression_algo <int> E..V....... (from 1 to 32946) (default packbits)
packbits 32773 E..V.......
raw 1 E..V.......
lzw 5 E..V.......
deflate 32946 E..V.......
Similar Threads
-
InpaintDelogo - .bmp image not working
By DaintyTurnip39 in forum EditingReplies: 11Last Post: 22nd Jan 2024, 08:34 -
ffmpeg convert jpeg to tiff
By oduodui in forum Video ConversionReplies: 3Last Post: 26th Nov 2022, 13:33 -
Stitching TIFF images back together?
By jedi55 in forum Video ConversionReplies: 14Last Post: 7th Mar 2021, 14:58 -
Batch Script for FFMPEG TIFF Conversion
By Jolly Green in forum ProgrammingReplies: 5Last Post: 30th Sep 2020, 14:11 -
Can't convert .tiff's to lossless video [color problem]
By eobardthawne in forum Video ConversionReplies: 6Last Post: 8th Oct 2019, 12:39