Files
ersatztv/ErsatzTV.Scanner/Application/FFmpeg/Commands/RefreshFFmpegCapabilities.cs
T
Jason DoveandGitHub 132466b3d3 add avisynth script support to all local libraries (#2612)
* detect avisynth demuxer

* cache ffmpeg capabilities

* check for working avisynth

* scan avs files in all local libraries

* update changelog
2025-11-07 20:48:54 -06:00

4 lines
100 B
C#

namespace ErsatzTV.Scanner.Application.FFmpeg;
public record RefreshFFmpegCapabilities : IRequest;