docstring
This commit is contained in:
parent
7dfbace4d1
commit
f764483627
1 changed files with 5 additions and 0 deletions
|
|
@ -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": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue