mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-10 03:50:15 -06:00
6 lines
167 B
C#
6 lines
167 B
C#
namespace FileFlows.VideoNodes.FfmpegBuilderNodes.EncoderAdjustments;
|
|
|
|
public interface IEncoderAdjustment
|
|
{
|
|
List<string> Run(ILogger logger, List<string> args);
|
|
} |