mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-08 11:39:14 -05: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);
|
|
} |