* detect avisynth demuxer * cache ffmpeg capabilities * check for working avisynth * scan avs files in all local libraries * update changelog
4 lines
119 B
C#
4 lines
119 B
C#
namespace ErsatzTV.Application.FFmpeg;
|
|
|
|
public record RefreshFFmpegCapabilities : IRequest, IBackgroundServiceRequest;
|