Skip to content

Instantly share code, notes, and snippets.

@privatezero
Last active March 14, 2019 21: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 privatezero/3e44bfb3a36656383f79fc18b0f8201a to your computer and use it in GitHub Desktop.
Save privatezero/3e44bfb3a36656383f79fc18b0f8201a to your computer and use it in GitHub Desktop.
osprey capture command
ffmpeg -f dshow -pixel_format yuyv422 -i video="Osprey-827e MFI Video Device 1":audio="Unbal Input 1 (Osprey-827e 1)" -color_primaries smpte170m -color_trc bt709 -colorspace smpte170m -c:a pcm_s24le -c:v ffv1 -level 3 -g 1 -slices 16 -slicecrc 1 -vf setsar=40/27,setdar=4/3,setfield=bff,fieldorder=bff -y OUTPUT -f nut -vf setsar=40/27,setdar=4/3 - | ffplay -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment