projects
/
ffpreview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44dbdd1
)
* Added link to ffmpeg filter documentation and fixed custom filter description in...
author
Urban Wallasch
<urban.wallasch@freenet.de>
Mon, 24 May 2021 13:20:58 +0000
(15:20 +0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Mon, 24 May 2021 13:20:58 +0000
(15:20 +0200)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 73f33395466249cabd3bb765777255e56ec71aeb..225f796d4042d344dd3fc34a2e61c30f4e887e02 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-50,10
+50,11
@@
to `ffmpeg` filters as follows:
> `-vf select=not(mod(n,NUM_SECONDS*FPS)), ...`
`customvf` (_--customvf_, custom video filter):
-> `-vf
select=
YOUR_CUSTOM_FILTER, ...`
+> `-vf YOUR_CUSTOM_FILTER, ...`
-Please consult the `ffmpeg` documentation to learn more about video filter
-expressions.
+Please consult the official `ffmpeg`
+[documentation](https://ffmpeg.org/ffmpeg-filters.html#select_002c-aselect)
+to learn more about video frame select filter expressions.
## Usage