Update api/ltx_server.py
Browse files- api/ltx_server.py +1 -1
api/ltx_server.py
CHANGED
|
@@ -539,7 +539,7 @@ class VideoService:
|
|
| 539 |
with tempfile.NamedTemporaryFile("w", delete=False, suffix=".txt") as f:
|
| 540 |
ind =0
|
| 541 |
for mp4 in mp4_list:
|
| 542 |
-
ind
|
| 543 |
print(f"frames {mp4} {self._get_total_frames}")
|
| 544 |
f.write(f"file '{os.path.abspath(mp4)}'\n")
|
| 545 |
list_path = f.name
|
|
|
|
| 539 |
with tempfile.NamedTemporaryFile("w", delete=False, suffix=".txt") as f:
|
| 540 |
ind =0
|
| 541 |
for mp4 in mp4_list:
|
| 542 |
+
ind =+ 1
|
| 543 |
print(f"frames {mp4} {self._get_total_frames}")
|
| 544 |
f.write(f"file '{os.path.abspath(mp4)}'\n")
|
| 545 |
list_path = f.name
|