Skip to content

Commit

Permalink
Fix postfix
Browse files Browse the repository at this point in the history
  • Loading branch information
okorach committed Nov 17, 2024
1 parent 3a4a083 commit 8ff2a2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/encode.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ def main():
postfix += "." + kwargs["fps"] + "fps"
if postfix == "":
postfix = "encoded"
else:
postfix = postfix[1:]
for ifile in files_to_encode:
ofile = build_file_name(ifile, postfix)
vf.VideoFile(ifile).encode(target_file=ofile, profile=None, **kwargs)
Expand Down

0 comments on commit 8ff2a2b

Please sign in to comment.