descriptionFFmpeg command utilities wrappers.
ownernumbchild@gmail.com
last changeSun, 5 Mar 2023 07:09:56 +0000 (5 15:09 +0800)
content tags
add:
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.
shortlog
2023-03-05 stardivinerdefine alias for 'do-applescript to 'ns-do-applescriptmaster
2023-02-12 stardivinerFix osx-lib library function declaration warnings
2023-02-06 stardivinerChange osx-lib-notify2 to osx-lib-notify3
2023-02-06 stardivinerFix unused lexical argument `proc' and `event'
2023-02-06 stardivinerFix checkdoc warnings, package-lint errors, and melpazo...
2023-02-06 stardivinerAdd alert package as requirement
2023-02-04 stardivinerAdd function arguments to docstring.
2023-02-04 stardivinercomment out transient code
2023-02-04 stardivinerAdd optional function dependency "osx-lib"
2023-02-04 stardivinerUse `shell-command' to replace `start-process' and...
2023-02-04 stardivinerFix warning Unused lexical argument `proc' & `event'.
2022-12-22 stardivinerAdd macOS "say" AppleScript invocation in notify
2022-10-29 stardivinerupdate TODO comment
2022-10-29 stardivinerFix Warning: Pattern t is deprecated. Use `_' instead
2022-02-15 stardivinerChange library homepage from GitHUb.com to repo.or.cz
2022-02-15 stardivinerImprove the ffmpeg-notification-default function under...
...
heads
13 months ago master