Add postprocessor for converting subtitles (closes #4954)
This commit is contained in:
		| @@ -11,6 +11,7 @@ from .ffmpeg import ( | ||||
|     FFmpegMergerPP, | ||||
|     FFmpegMetadataPP, | ||||
|     FFmpegVideoConvertorPP, | ||||
|     FFmpegSubtitlesConvertorPP, | ||||
| ) | ||||
| from .xattrpp import XAttrMetadataPP | ||||
| from .execafterdownload import ExecAfterDownloadPP | ||||
| @@ -31,6 +32,7 @@ __all__ = [ | ||||
|     'FFmpegMergerPP', | ||||
|     'FFmpegMetadataPP', | ||||
|     'FFmpegPostProcessor', | ||||
|     'FFmpegSubtitlesConvertorPP', | ||||
|     'FFmpegVideoConvertorPP', | ||||
|     'XAttrMetadataPP', | ||||
| ] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz