Update api/ltx_server.py
Browse files- api/ltx_server.py +1 -1
api/ltx_server.py
CHANGED
|
@@ -799,7 +799,7 @@ class VideoService:
|
|
| 799 |
final_vid = os.path.join(results_dir, f"concat_fim_{used_seed}.mp4")
|
| 800 |
partes_mp4_fade = self._gerar_lista_com_transicoes(pasta=results_dir, video_paths=partes_mp4, crossfade_frames=8)
|
| 801 |
self._concat_mp4s_no_reencode(partes_mp4_fade, final_vid)
|
| 802 |
-
else
|
| 803 |
final_vid = partes_mp4[0]
|
| 804 |
|
| 805 |
|
|
|
|
| 799 |
final_vid = os.path.join(results_dir, f"concat_fim_{used_seed}.mp4")
|
| 800 |
partes_mp4_fade = self._gerar_lista_com_transicoes(pasta=results_dir, video_paths=partes_mp4, crossfade_frames=8)
|
| 801 |
self._concat_mp4s_no_reencode(partes_mp4_fade, final_vid)
|
| 802 |
+
else:
|
| 803 |
final_vid = partes_mp4[0]
|
| 804 |
|
| 805 |
|