Basic Ranger functions for cutting and splicing video clips.
The basic workflow is clip_start {[MM:]ss.ms}
-> clip_end {[MM:]ss.ms}
-> clip_join {output_fname.VIDFMT}
where VIDFMT
is a valid extension with a video mimetype.
Alternately use clip_cut {[MM:]ss.ms} {[MM:]ss.ms}
where arg[0]
is the start time arg[1]
is the end time.
ranger
ffmpeg
Both these prerequisites can be installed through your operating systems package manager.
git clone https://gitlab.com/Ragnyll/ranger-video-editor.git
cd ranger-video-editor
make install
make uninstall