Update ffmpeg.py
This commit is contained in:
parent
7baed6e4f2
commit
79c634dfe0
@ -550,7 +550,7 @@ class FFmpegFixupStretchedPP(FFmpegPostProcessor):
|
|||||||
return [], info
|
return [], info
|
||||||
|
|
||||||
def _configuration_args(self, default=[]):
|
def _configuration_args(self, default=[]):
|
||||||
return [] # Make sure the users extra arguments don't mess up the fix
|
return [] # Make sure the users extra arguments don't mess up the fix
|
||||||
|
|
||||||
|
|
||||||
class FFmpegFixupM4aPP(FFmpegPostProcessor):
|
class FFmpegFixupM4aPP(FFmpegPostProcessor):
|
||||||
@ -571,7 +571,7 @@ class FFmpegFixupM4aPP(FFmpegPostProcessor):
|
|||||||
return [], info
|
return [], info
|
||||||
|
|
||||||
def _configuration_args(self, default=[]):
|
def _configuration_args(self, default=[]):
|
||||||
return [] # Make sure the users extra arguments don't mess up the fix
|
return [] # Make sure the users extra arguments don't mess up the fix
|
||||||
|
|
||||||
class FFmpegFixupM3u8PP(FFmpegPostProcessor):
|
class FFmpegFixupM3u8PP(FFmpegPostProcessor):
|
||||||
def run(self, info):
|
def run(self, info):
|
||||||
@ -588,7 +588,7 @@ class FFmpegFixupM3u8PP(FFmpegPostProcessor):
|
|||||||
return [], info
|
return [], info
|
||||||
|
|
||||||
def _configuration_args(self, default=[]):
|
def _configuration_args(self, default=[]):
|
||||||
return [] # Make sure the users extra arguments don't mess up the fix
|
return [] # Make sure the users extra arguments don't mess up the fix
|
||||||
|
|
||||||
|
|
||||||
class FFmpegSubtitlesConvertorPP(FFmpegPostProcessor):
|
class FFmpegSubtitlesConvertorPP(FFmpegPostProcessor):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user