Replies: 1 comment 2 replies
-
What do you mean by skipped? Could you provide the output of The Testing locally, as a concrete example, if I take the following CSV and remove scenes 2-3:
After removing scenes 2 and 3, I see the correct scenes - scenes 1-3 have been merged into scene 1:
This seems to match what you expect, so some more information would be helpful. |
Beta Was this translation helpful? Give feedback.
-
I have this in development bash script that take arguments.
Step (1) produces list of scenes in CSV.
Step (2) process the CSV from source into several scene videos.
After the script is executed, list scene file produced and scene videos. This is the untouched CSV:
input-Scenes.csv
My idea: I want to combine several scenes into one from the saved list of scenes
Normally, I merge the processed videos by scene ranges into one video using ffmpeg. It is too much brain-power and the video is lossy because reencoding.
My expectation is,
This is the manually selected scenes:
input-stagged-Scenes.csv
Above is expecting to produces six videos:
and so on.
Beta Was this translation helpful? Give feedback.
All reactions