return correct value from postprocessor
This commit is contained in:
parent
2cd5408951
commit
90e4b63d4c
@ -517,6 +517,8 @@ class FFmpegConcatPP(FFmpegPostProcessor):
|
|||||||
for path in files:
|
for path in files:
|
||||||
os.remove(encodeFilename(path))
|
os.remove(encodeFilename(path))
|
||||||
|
|
||||||
|
return True, info
|
||||||
|
|
||||||
class FFmpegAudioFixPP(FFmpegPostProcessor):
|
class FFmpegAudioFixPP(FFmpegPostProcessor):
|
||||||
def run(self, info):
|
def run(self, info):
|
||||||
filename = info['filepath']
|
filename = info['filepath']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user