Create a commandline flag to render multiple scenes to one video #2782
WampyCakes
started this conversation in
Suggestions and Proposals
Replies: 1 comment
-
A scene is often quite long, especially if the movie lasts for several minutes. Typically, it needs to be split into multiple scenes for editing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description of proposed feature
A new commandline flag (what that flag should be called is open to debate) that when used would render the selected scenes to one video file. If
-a
is passed, it should render all of the scenes. If a comma separated list of scene names is passed, only those scenes should be written to the file. If neither are passed, default to all scenes.How can the new feature be used?
It removes the need to use/install video editing software or figure out ffmpeg commands for simple cases.
Additional comments
I think this should be achievable using ffmpeg by just joining the rendered scenes together into one video. Transitions between the scenes should be handled by the user either at the end or start of each scene, so no logic should be expected to handle transitions by this commandline feature.
Beta Was this translation helpful? Give feedback.
All reactions