You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
Add copy filter, useful for testing the avfilter_draw_slice() copy
code. Originally committed as revision 26112 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -183,6 +183,11 @@ threshold, and defaults to 98.
|
||||
@var{threshold} is the threshold below which a pixel value is
|
||||
considered black, and defaults to 32.
|
||||
|
||||
@section copy
|
||||
|
||||
Copy the input source unchanged to the output. Mainly useful for
|
||||
testing purposes.
|
||||
|
||||
@section crop
|
||||
|
||||
Crop the input video to @var{out_w}:@var{out_h}:@var{x}:@var{y}.
|
||||
|
||||
Reference in New Issue
Block a user