shot_split_auto #6

Merged
florentin.luce merged 6 commits from shot_split_auto into master 2024-05-28 15:27:01 +02:00

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

  1. Pull the PR
  2. In Blender import a video sequence in the sequencer editor
  3. Press the button Auto Splits Shots selecting the strips you want generate shots from

Risk involved

  • LOW
## Related ticket - https://git.autourdeminuit.com/autour_de_minuit/vse_toolbox/issues/1 ## 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 1. Pull the PR 2. In Blender import a video sequence in the sequencer editor 3. Press the button Auto Splits Shots selecting the strips you want generate shots from ## Risk involved - LOW
florentin.luce added the
wfa
label 2024-05-24 11:47:36 +02:00
christophe.seux was assigned by florentin.luce 2024-05-24 11:47:36 +02:00
florentin.luce added 2 commits 2024-05-24 11:47:36 +02:00
florentin.luce added a new dependency 2024-05-24 11:47:45 +02:00
florentin.luce added 1 commit 2024-05-27 14:40:26 +02:00
florentin.luce added 1 commit 2024-05-28 14:49:30 +02:00
florentin.luce added 1 commit 2024-05-28 14:58:51 +02:00
florentin.luce added 1 commit 2024-05-28 15:05:20 +02:00
florentin.luce added
done
and removed
wfa
labels 2024-05-28 15:05:28 +02:00
florentin.luce self-assigned this 2024-05-28 15:09:57 +02:00
christophe.seux was unassigned by florentin.luce 2024-05-28 15:09:57 +02:00
florentin.luce removed their assignment 2024-05-28 15:10:01 +02:00
christophe.seux was assigned by florentin.luce 2024-05-28 15:10:01 +02:00
christophe.seux approved these changes 2024-05-28 15:24:50 +02:00
constants.py Outdated
@ -39,1 +38,4 @@
SPREADSHEET = []
AUTO_SPLITTER_LOG = CONFIG_DIR / 'auto_splitter.log'

Use Temp directory instead

Use Temp directory instead
florentin.luce marked this conversation as resolved
christophe.seux approved these changes 2024-05-28 15:25:33 +02:00
florentin.luce merged commit 8e21dcc6f5 into master 2024-05-28 15:27:01 +02:00
florentin.luce deleted branch shot_split_auto 2024-05-28 15:27:01 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Depends on
#1 Auto split for shot
autour_de_minuit/vse_toolbox
Reference: autour_de_minuit/vse_toolbox#6
There is no content yet.