You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-05-21 16:47:28 +02:00
Extend the frei0r filter syntax.
Make it accept the frei0r=filtername=params as alternative to frei0r=filtername:params. Originally committed as revision 25856 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+1
-1
@@ -293,7 +293,7 @@ header and configure FFmpeg with --enable-frei0r.
|
||||
|
||||
The filter supports the syntax:
|
||||
@example
|
||||
@var{filter_name}:@var{param1}:@var{param2}:...:@var{paramN}
|
||||
@var{filter_name}[@{:|=@}@var{param1}:@var{param2}:...:@var{paramN}]
|
||||
@end example
|
||||
|
||||
@var{filter_name} is the name to the frei0r effect to load. If the
|
||||
|
||||
Reference in New Issue
Block a user