Skip to content

Commit

Permalink
remove redundant filter since imageio-ffmpeg resizes automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Aug 14, 2024
1 parent a6b9709 commit e04743b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sleap/io/videowriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ def __init__(
preset,
"-crf",
str(crf),
"-vf",
"scale=trunc(iw/2)*2:trunc(ih/2)*2", # Ensure even dimensions
],
)

Expand Down

0 comments on commit e04743b

Please sign in to comment.