shot_split_auto #6
2 Participants
Notifications
Due Date
No due date set.
Depends on
#1 Auto split for shot
autour_de_minuit/vse_toolbox
Reference: autour_de_minuit/vse_toolbox#6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "shot_split_auto"
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?
Related ticket
Modifications
Add Auto Splits Shots operator in the the Sequencer menu
I created a class AutoSplitter that use the filepath of a strip and then launch a ffmpeg command to write into a log file the timecode of the changed images (we can use a threshold to change the precision)
Main issue : it can be long
How to test it
Risk involved
@ -39,1 +38,4 @@
SPREADSHEET = []
AUTO_SPLITTER_LOG = CONFIG_DIR / 'auto_splitter.log'
Use Temp directory instead