Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nico-lab/a7871b7c52e65e70b16c to your computer and use it in GitHub Desktop.
Save nico-lab/a7871b7c52e65e70b16c to your computer and use it in GitHub Desktop.
ffmpeg で指定した場所にフィルタを当てる
ffplay -f lavfi -i smptebars \
-vf "split[0][1];[0]colorkey=0x00bc00,\
lutrgb=val:val:val:if(val\,0\,1)*255,noise=alls=80:allf=t+u[0a];[1][0a]overlay"
ffmpeg -f lavfi -i smptebars \
-vf "split[0][1];[0]colorkey=0x00bc00,\
lutrgb=val:val:val:if(val\,0\,1)*255,noise=alls=80:allf=t+u[0a];\
[1][0a]overlay=format=rgb" -vframes 1 0x00bc00.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment