diff --git a/src/ytdl_sub/plugins/file_convert.py b/src/ytdl_sub/plugins/file_convert.py index 74ddd7f1..8b47bfc2 100644 --- a/src/ytdl_sub/plugins/file_convert.py +++ b/src/ytdl_sub/plugins/file_convert.py @@ -45,6 +45,11 @@ class FileConvertPlugin(Plugin[FileConvertOptions]): plugin_options_type = FileConvertOptions def ytdl_options(self) -> Optional[Dict]: + """ + Returns + ------- + ffmpeg video remuxing post processing dict + """ return { "postprocessors": [ {