From 0cf201a013f339f502e4a30559828b6d91ed11ae Mon Sep 17 00:00:00 2001 From: N00MKRAD <61149547+n00mkrad@users.noreply.github.com> Date: Thu, 28 Dec 2023 15:01:46 +0100 Subject: [PATCH] Cleanup --- Code/Media/FfmpegCommands.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Code/Media/FfmpegCommands.cs b/Code/Media/FfmpegCommands.cs index 19f90ad..888d2ae 100644 --- a/Code/Media/FfmpegCommands.cs +++ b/Code/Media/FfmpegCommands.cs @@ -1,12 +1,10 @@ using Flowframes.Media; using Flowframes.Data; using Flowframes.IO; -using Flowframes.Main; using Flowframes.MiscUtils; using System; using System.Collections.Generic; using System.Drawing; -using System.Globalization; using System.IO; using System.Linq; using System.Threading.Tasks; @@ -16,7 +14,6 @@ namespace Flowframes { class FfmpegCommands { - //public static string padFilter = "pad=width=ceil(iw/2)*2:height=ceil(ih/2)*2:color=black@0"; public static string hdrFilter = @"-vf zscale=t=linear:npl=100,format=gbrpf32le,zscale=p=bt709,tonemap=tonemap=hable:desat=0,zscale=t=bt709:m=bt709:r=tv,format=yuv420p"; public static string pngCompr = "-compression_level 3";