khval / mplayer-amigaos

Automatically exported from code.google.com/p/mplayer-amigaos
1 stars 0 forks source link

Adding support for 's' key (making screenshots) #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Adding support for the 's' key in order to make quick screenshots

(This key is already working on the other version, however seems currently 
unsupported in LiveForIt release)

Original issue reported on code.google.com by s.hawam...@gmail.com on 21 May 2014 at 11:23

GoogleCodeExporter commented 9 years ago
This might already working if you configure mplayer using input.conf.
It might also be that its not supported in this old mplayer revision from 
MPlayer HQ.

Original comment by kjetil.h...@gmail.com on 22 May 2014 at 1:49

GoogleCodeExporter commented 9 years ago
Add a line like the one bellow to the input.conf file.

s screenshot 

as you see in the input.conf I linked to they use s for subtitles.

https://github.com/ssokolow/profile/blob/master/home/.mplayer/input.conf

Original comment by kjetil.h...@gmail.com on 22 May 2014 at 2:26

GoogleCodeExporter commented 9 years ago
Don't know where screen shout is saved if works, but I guess you find that out 
:-)

Original comment by kjetil.h...@gmail.com on 22 May 2014 at 2:27

GoogleCodeExporter commented 9 years ago
I Might have some problem related to the path because it doesn't seems to work 
here .. Just to understand better i verified how it is currently work in MUI 
MPlayer and in conf file i found this:

vf=screenshot

And so pressing "s" will works in MUI MPlayer without any problem and it save 
my grab in RAM Disk:

I will recheck in your version later

Aniway how about adding this "command" by default for the future conf file?

Original comment by s.hawam...@gmail.com on 23 May 2014 at 10:56

GoogleCodeExporter commented 9 years ago
This is working...

1) create a new file in progdir:conf/input.conf
2) type this in new file:

s screenshot

3) save the file.
4) start mplayer whit like this:

mplayer myfilm.avi -vf screenshot

5) press s on the keyboard
6) look in RAM Disk:

Original comment by kjetil.h...@gmail.com on 27 May 2014 at 4:21