Files
flowframes/Code/AudioVideo/FFmpegStrings.cs
N00MKRAD 1bce73dea6 Initial
2020-11-23 16:51:05 +01:00

14 lines
382 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Flowframes
{
class FFmpegStrings
{
public static string hdrFilter = @"-vf select=gte(n\,%frNum%),zscale=t=linear:npl=100,format=gbrpf32le,zscale=p=bt709,tonemap=tonemap=hable:desat=0,zscale=t=bt709:m=bt709:r=tv,format=yuv420p";
}
}