mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +00:00
Add ability to get file list and download files from project output
This commit is contained in:
@@ -41,10 +41,10 @@ class FFMPEGRenderWorker(BaseRenderWorker):
|
||||
|
||||
def _generate_subprocess(self):
|
||||
|
||||
cmd = [self.renderer_path(), '-y', '-stats', '-i', self.input]
|
||||
cmd = [self.renderer_path(), '-y', '-stats', '-i', self.input_path]
|
||||
if self.args:
|
||||
cmd.extend(self.args)
|
||||
cmd.append(self.output)
|
||||
cmd.append(self.output_path)
|
||||
|
||||
return cmd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user