Skip to content

Commit

Permalink
Add a null filter to re-enable frame count
Browse files Browse the repository at this point in the history
This aims at addressing imageio#99
  • Loading branch information
tvercaut authored Mar 7, 2024
1 parent 9ab981a commit e2ec5ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imageio_ffmpeg/_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ def count_frames_and_secs(path):
path,
"-map",
"0:v:0",
"-c",
"copy",
"-vf",
"null",
"-f",
"null",
"-",
Expand Down

0 comments on commit e2ec5ea

Please sign in to comment.