There is a simpler way of doing this. :-)
mplayer -vf screenshot tv:// driver=v4l2:width=800:height=600:device=/
+dev/video0 -fps 15
# and that gave me 800x600 video, and after I pressed 's' i obtained 8
+00x600 in the snapshot.
# q to quit
# I did the same for 1024x768, 1280x1024, and 1600x1200 and obtained a
+ 1024x768,
# 1280x1024, and 1600x1200 video and snapshot respectively.
# or get shots from a video
# mplayer -vf screenshot some.avi
# use keys
# 1 and 2 - Adjust contrast.
# 3 and 4 - Adjust brightness.
# 5 and 6 - Adjust hue.
# 7 and 8 - Adjust saturation.
I know it isn't Perl, but you can run it via Perl's system command. :-)
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.