3 A ffmpeg command utils wrapper for Emacs.
9 ** ffmpeg cut media file clip based on region selected start and end timestamps
11 For example, you have text like this:
17 Use region to select upper start/end timestamp part, then press command =[M-x ffmpeg-cut-clip]= to
18 select corresponding files following interactive prompt. It will invoke command-line =ffmpeg= to cut
19 media file clip and save to specific output file path.
21 This will save manually input command every time and calculating ffmpeg timestamp length.