idolactivities / vtuber-things

Tools to help create subtitles and clips
MIT License
14 stars 3 forks source link

[clipper] Allow splicing of external video clips #5

Open lae opened 4 years ago

lae commented 4 years ago

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

lyger commented 4 years ago

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?