Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[clipper] Allow splicing of external video clips #5

Open
lae opened this issue Sep 25, 2020 · 1 comment
Open

[clipper] Allow splicing of external video clips #5

lae opened this issue Sep 25, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@lae
Copy link
Member

lae commented Sep 25, 2020

via lyger

another neat feature would be to allow the user to select an external video segment to use as an outro
or more robustly to allow you to define a segment
where you put something like external in the effect field
and the full filepath of the video file in the line body
and that segment could be at any position
the hard part is validating that the file is compatible (framerate, resolution)
and possibly converting it first if it isn't

@lae lae added the enhancement New feature or request label Sep 25, 2020
@lae lae changed the title Allow splicing of external video clips [clipper] Allow splicing of external video clips Sep 25, 2020
@lyger
Copy link
Contributor

lyger commented Sep 25, 2020

For user friendliness, using "import" as the keyword may be more familiar.

Matching resolution/framerate could be done using ffprobe? Would those be the only compatibility issues?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants