EuuIia commited on
Commit
900b6bd
·
verified ·
1 Parent(s): 3a01b5e

Update api/ltx_server.py

Browse files
Files changed (1) hide show
  1. api/ltx_server.py +1 -1
api/ltx_server.py CHANGED
@@ -519,7 +519,7 @@ class VideoService:
519
 
520
  total_frames = self._get_total_frames(video_clone)
521
  start_frame = total_frames - poda
522
- cmd_fim = f'ffmpeg -y -hide_banner -loglevel error -i "{vide_oclone}" -vf "trim=start_frame={start_frame},setpts=PTS-STARTPTS" -an "{video_fade_fim}"'
523
  subprocess.run(cmd_fim, shell=True, check=True)
524
  video_anterior_fade_fim = video_fade_fim
525
  print(f"[DEBUG] Fade_fim preparado -> {video_fade_fim}")
 
519
 
520
  total_frames = self._get_total_frames(video_clone)
521
  start_frame = total_frames - poda
522
+ cmd_fim = f'ffmpeg -y -hide_banner -loglevel error -i "{video_clone}" -vf "trim=start_frame={start_frame},setpts=PTS-STARTPTS" -an "{video_fade_fim}"'
523
  subprocess.run(cmd_fim, shell=True, check=True)
524
  video_anterior_fade_fim = video_fade_fim
525
  print(f"[DEBUG] Fade_fim preparado -> {video_fade_fim}")