mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 13:54:22 -07:00
add post processor
This commit is contained in:
parent
98acdc895b
commit
0c14e2fbe3
4 changed files with 84 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
|
||||
from .atomicparsley import AtomicParsleyPP
|
||||
from .ffmpeg import (
|
||||
FFmpegMediaFixPP,
|
||||
FFmpegMergerPP,
|
||||
FFmpegMetadataPP,
|
||||
FFmpegVideoConvertor,
|
||||
|
@ -9,6 +11,8 @@ from .ffmpeg import (
|
|||
from .xattrpp import XAttrMetadataPP
|
||||
|
||||
__all__ = [
|
||||
'AtomicParsleyPP',
|
||||
'FFmpegMediaFixPP',
|
||||
'FFmpegMergerPP',
|
||||
'FFmpegMetadataPP',
|
||||
'FFmpegVideoConvertor',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue