Frame counting method takes a long time on large videos #17

Closed
opened 2019-06-21 15:31:41 +00:00 by sixteenmillimeter · 1 comment
sixteenmillimeter commented 2019-06-21 15:31:41 +00:00 (Migrated from github.com)

Improve the frame counting feature for filmout so that it determines frame count using better than

ffprobe -v error -count_frames -select_streams v:0 -show_entries stream=nb_read_frames -of default=nokey=1:noprint_wrappers=1 "${video}"
Improve the frame counting feature for filmout so that it determines frame count using better than ``` ffprobe -v error -count_frames -select_streams v:0 -show_entries stream=nb_read_frames -of default=nokey=1:noprint_wrappers=1 "${video}" ```
sixteenmillimeter commented 2019-07-03 22:28:10 +00:00 (Migrated from github.com)

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.

This has been resolved with commit f239f862e8b44f925d5ec8c7ab943d622c73ff56. 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.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 16mm/mcopy#17
No description provided.