Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nico-lab/b1d4fc6ad0b702c279b7 to your computer and use it in GitHub Desktop.
Save nico-lab/b1d4fc6ad0b702c279b7 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[0a];[1]noise=alls=80:allf=t+u[1a];[1a][0a]overlay"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment