description | FFmpeg command utilities wrappers. |
owner | numbchild@gmail.com |
last change | Sun, 5 Mar 2023 07:09:56 +0000 (5 15:09 +0800) |
URL | git://repo.or.cz/ffmpeg-utils.git |
| https://repo.or.cz/ffmpeg-utils.git |
push URL | ssh://repo.or.cz/ffmpeg-utils.git |
| https://repo.or.cz/ffmpeg-utils.git (learn more) |
bundle info | ffmpeg-utils.git downloadable bundles |
content tags
|
|
README.org
* Intro
A ffmpeg command utils wrapper for Emacs.
* Installation
* Usage
** ffmpeg cut media file clip based on region selected start and end timestamps
For example, you have text like this:
#+begin_example
00:20:13 -- 01:04:15
#+end_example
Use region to select upper start/end timestamp part, then press command =[M-x ffmpeg-cut-clip]= to
select corresponding files following interactive prompt. It will invoke command-line =ffmpeg= to cut
media file clip and save to specific output file path.
This will save manually input command every time and calculating ffmpeg timestamp length.