mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 12:36:41 +08:00 
			
		
		
		
	doc/filters: blend terminates on longest input
Signed-off-by: Mulvya <mulvya@gmail.com> Signed-off-by: Lou Logan <lou@lrcd.com>
This commit is contained in:
		| @@ -4534,7 +4534,7 @@ Blend two video frames into each other. | ||||
|  | ||||
| The @code{blend} filter takes two input streams and outputs one | ||||
| stream, the first input is the "top" layer and second input is | ||||
| "bottom" layer.  Output terminates when shortest input terminates. | ||||
| "bottom" layer.  By default, the output terminates when the longest input terminates. | ||||
|  | ||||
| The @code{tblend} (time blend) filter takes two consecutive frames | ||||
| from one single stream, and outputs the result obtained by blending | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Mulvya
					Mulvya