ffmpeginteropx / FFmpegInteropX

FFmpeg decoding library for Windows 10 UWP and WinUI 3 Apps
Apache License 2.0
205 stars 52 forks source link

[Request] Get for FFmpegVideoFilters and FFmpegAudioFilters #327

Closed NGame1 closed 1 year ago

NGame1 commented 1 year ago

Hi there, Please add a Get method for Audio and Video filters. I'm trying to apply filters using Extension methods, While I have multiple instances of FFmpegMediaSource. It will be so nice if you can add a get method for filters to just return the currently applied filters in a string. In this way, it will be easy to merge multiple filters. Thank you