Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentNightx authored Nov 7, 2024
1 parent cc40523 commit a78c351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/pi/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ esac

# Launch video player with settings that depend on color range config.
VIDEO_OUTPUT_LEVEL=$(/home/pi/getConfig.sh VIDEO_OUTPUT_LEVEL)
mpv av://v4l2:/dev/video0 --profile=low-latency --untimed --no-audio --opengl-glfinish=yes --opengl-swapinterval=0 --no-cache --really-quiet --fs --ontop --force-window=immediate --title=VitaDock+ --no-border --sws-scaler=lanczos --sws-fast=yes --scale=ewa_lanczossharp --video-output-levels="$VIDEO_OUTPUT_LEVEL" --osc=no || exit
mpv av://v4l2:/dev/video0 --profile=low-latency --untimed --no-audio --opengl-glfinish=yes --opengl-swapinterval=0 --no-cache --really-quiet --fs --force-window=immediate --title=VitaDock+ --no-border --sws-scaler=lanczos --sws-fast=yes --scale=ewa_lanczossharp --video-output-levels="$VIDEO_OUTPUT_LEVEL" --osc=no || exit

0 comments on commit a78c351

Please sign in to comment.