Mbonea commited on
Commit
ecbe9a9
1 Parent(s): 3765e28

changed the output dir

Browse files
Files changed (1) hide show
  1. App/Worker.py +1 -1
App/Worker.py CHANGED
@@ -85,7 +85,7 @@ def celery_task(links, script=""):
85
  remotion_app_dir = os.path.join("/srv", "Remotion-app")
86
  project_id = str(uuid.uuid4())
87
  temp_dir = f"/tmp/{project_id}"
88
- output_dir = f"/tmp/{project_id}/{project_id}.mp4"
89
 
90
  chain(
91
  copy_remotion_app.si(remotion_app_dir, temp_dir),
 
85
  remotion_app_dir = os.path.join("/srv", "Remotion-app")
86
  project_id = str(uuid.uuid4())
87
  temp_dir = f"/tmp/{project_id}"
88
+ output_dir = f"/tmp/{project_id}/out/video.mp4"
89
 
90
  chain(
91
  copy_remotion_app.si(remotion_app_dir, temp_dir),