mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-16 16:37:48 +01:00
Remove incompatible yuv444p16le from TIFF pix fmt list
This commit is contained in:
@@ -276,7 +276,7 @@ namespace Flowframes.MiscUtils
|
|||||||
return new EncoderInfoVideo
|
return new EncoderInfoVideo
|
||||||
{
|
{
|
||||||
Codec = Codec.Tiff,
|
Codec = Codec.Tiff,
|
||||||
PixelFormats = new List<PixFmt>() { PixFmt.Yuv420P, PixFmt.Yuv422P, PixFmt.Yuv444P, PixFmt.Yuv444P16Le, PixFmt.Rgb24, PixFmt.Rgba, PixFmt.Rgb48Le, PixFmt.Rgba64Le },
|
PixelFormats = new List<PixFmt>() { PixFmt.Yuv420P, PixFmt.Yuv422P, PixFmt.Yuv444P, PixFmt.Rgb24, PixFmt.Rgba, PixFmt.Rgb48Le, PixFmt.Rgba64Le },
|
||||||
PixelFormatDefault = PixFmt.Rgb24,
|
PixelFormatDefault = PixFmt.Rgb24,
|
||||||
Lossless = true,
|
Lossless = true,
|
||||||
IsImageSequence = true,
|
IsImageSequence = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user