Frame counting method takes a long time on large videos #17
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: 16mm/mcopy#17
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Improve the frame counting feature for filmout so that it determines frame count using better than
This has been resolved with commit
f239f862e8
. For every type of supported video format or container except .mkv (Matroska) there is a new ffprobe command which runs in a fraction of the time. For .mkv files, the old command is used.