added -vf screenshot
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 14 Oct 2009 17:23:53 +0000 (19:23 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 14 Oct 2009 17:23:53 +0000 (19:23 +0200)
s keyboard shortcut can now save screens if we don't have source
presentation

bin/mplayer.pl

index a12309e..a0613ae 100755 (executable)
@@ -36,6 +36,7 @@ my $pid = open3( $to_mplayer, $from_mplayer, $err_mplayer,
                '-quiet',
                '-edlout', $edl,
                '-osdlevel', 3,
+               '-vf' => 'screenshot',
 );
 
 my $epfd = epoll_create(10);