[embedthumbnail] Fix for missing output filename for ffmpeg call (Closes #38)
This commit is contained in:
parent
8d0ea5f955
commit
ece8a2a1b6
2 changed files with 2 additions and 2 deletions
|
|
@ -268,7 +268,7 @@ class FFmpegPostProcessor(PostProcessor):
|
|||
return stderr.decode('utf-8', 'replace')
|
||||
|
||||
def run_ffmpeg(self, path, out_path, opts):
|
||||
self.run_ffmpeg_multiple_files([path], out_path, opts)
|
||||
return self.run_ffmpeg_multiple_files([path], out_path, opts)
|
||||
|
||||
def _ffmpeg_filename_argument(self, fn):
|
||||
# Always use 'file:' because the filename may contain ':' (ffmpeg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue