Skip to content

Instantly share code, notes, and snippets.

@matiaspl
Created July 20, 2023 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matiaspl/78fad3a41d2acffec6b41b1e7bc3952d to your computer and use it in GitHub Desktop.
Save matiaspl/78fad3a41d2acffec6b41b1e7bc3952d to your computer and use it in GitHub Desktop.
chroma motion test cards
C:\ffmpeg\bin>ffplay -f lavfi testsrc=s=1080x1920:r=60 -vf format=yuv444p,transpose=1,scroll=horizontal=0.005,chromashift=cbh=-50:crh=-50,extractplanes=y+u+v[y][u][v],[y][u][v]hstack
C:\ffmpeg\bin>ffmpeg -f lavfi -i colorchart=patch_size=320x320:r=60:d=10 -vf format=yuv420p,scroll=horizontal=0.005:vertical=0.005 -c:v h264 -cq 0 -f mp4 chroma_motion_patch_test_420.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment