1
0
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:
Stefano Sabatini
2010-12-28 01:01:09 +00:00
parent 28e5d45c68
commit b567020943
8 changed files with 134 additions and 1 deletions

View File

@@ -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}.