* Added link to ffmpeg filter documentation and fixed custom filter description in...
authorUrban Wallasch <urban.wallasch@freenet.de>
Mon, 24 May 2021 13:20:58 +0000 (15:20 +0200)
committerUrban Wallasch <urban.wallasch@freenet.de>
Mon, 24 May 2021 13:20:58 +0000 (15:20 +0200)
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