Add alert package as requirement
[ffmpeg-utils.git] / README.org
bloba29046e109380908088fc266870fbe8216f53d95
1 * Intro
3 A ffmpeg command utils wrapper for Emacs.
5 * Installation
7 * Usage
9 ** ffmpeg cut media file clip based on region selected start and end timestamps
11 For example, you have text like this:
13 #+begin_example
14 00:20:13 -- 01:04:15
15 #+end_example
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.