mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-30 04:02:04 +08:00 
			
		
		
		
	doc/filters: add quick emboss example
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
		| @@ -3388,6 +3388,12 @@ Generate a fancy enigmatic moving light: | ||||
| @example | ||||
| nullsrc=s=256x256,geq=random(1)/hypot(X-cos(N*0.07)*W/2-W/2\,Y-sin(N*0.09)*H/2-H/2)^2*1000000*sin(N*0.02):128:128 | ||||
| @end example | ||||
|  | ||||
| @item | ||||
| Generate a quick emboss effect: | ||||
| @example | ||||
| format=gray,geq=lum_expr='(p(X,Y)+(256-p(X-4,Y-4)))/2' | ||||
| @end example | ||||
| @end itemize | ||||
|  | ||||
| @section gradfun | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Paul B Mahol
					Paul B Mahol