Resource icon

Video Vectorscopes for program out (windows)

Tools you need


How to use this

Go to your ffmpeg/bin folder and make following file files:

Analyser.bat
Code:
ffplay.exe -f dshow -i video="OBS Virtual Camera" -vf "scale=960:540:force_original_aspect_ratio=decrease,split=4[UL][UR][LL][LR];[UL]pad=960:540:(ow-iw)/2:(oh-ih)/2[UL];[UR]format=yuv444p10le,waveform=filter=lowpass:graticule=invert:display=parade:scale=digital:flags=numbers+dots:i=0.4:components=7:display=parade,scale=960:540[UR];[LL]format=yuv444p10le,waveform=filter=lowpass:graticule=invert:display=parade:scale=digital:flags=numbers+dots:i=0.4,scale=960:540[LL];[LR]format=yuv444p10le,vectorscope=b=0.7:m=color3:g=green,scale=960:540:force_original_aspect_ratio=decrease,pad=960:540:(ow-iw)/2:(oh-ih)/2[LR];[UL][UR]hstack[top];[LL][LR]hstack[bottom];[top][bottom]vstack,scale=1280x720"

Scope.bat
Code:
ffplay.exe -f dshow -i video="OBS Virtual Camera" -vf "scale=1280:720:force_original_aspect_ratio=decrease,format=yuv422p10le,waveform=filter=lowpass:graticule=invert:display=parade:flags=numbers+dots:i=0.4"

Colors.bat
Code:
ffplay.exe -f dshow -i video="OBS Virtual Camera" -vf "vectorscope=b=0.7:m=color3:g=green"

To start the analyzers
  1. Press Start Virtual Camera button
  2. Go to your ffmpeg/bin folder and double click any of the .bat files you created.
  3. Enjoy vector scopes of program out
  • scope.jpg
    scope.jpg
    435.9 KB · Views: 1,463
Author
Reaby
Views
5,589
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Reaby

Top