Skip to content

Commit

Permalink
set frames to max
Browse files Browse the repository at this point in the history
  • Loading branch information
landmanbester committed Apr 18, 2024
1 parent 36b82fc commit a41dd9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pfb/workers/smoovie.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ def plot_frame(frame):
optimize=opts.optimize,
threads_per_worker=1,
fps=opts.fps,
max_frames=-1,
uri=f'{opts.outname}_band{b}_{idfy}.gif'
)
elif opts.out_format.lower() == 'mp4':
Expand All @@ -309,6 +310,7 @@ def plot_frame(frame):
write_kwargs={'crf':5},
threads_per_worker=1,
fps=opts.fps,
max_frames=-1,
uri=f'{opts.outname}_band{b}_{idfy}.mp4'
)
else:
Expand Down

0 comments on commit a41dd9a

Please sign in to comment.