Skip to content

Commit e1729c0

Browse files
committed
Merge pull request #182 from mithro/mplayer-fix
scripts: Enable screen shots in mplayer by default.
2 parents a245e08 + 94a5407 commit e1729c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/view-hdmi2usb.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ done
2424
WIDTH=1024
2525
HEIGHT=768
2626

27-
mplayer tv:// -tv driver=v4l2:width=$WIDTH:height=$HEIGHT:device=$HDMI2USB -vo xv
27+
mplayer tv:// -tv driver=v4l2:width=$WIDTH:height=$HEIGHT:device=$HDMI2USB -vf screenshot -vo xv
2828
#guvcview --device=$HDMI2USB --show_fps=1 --size=$WIDTHx$HEIGHT

0 commit comments

Comments
 (0)