You are not logged in.
Do you want to create an AUR package for it?
Offline
Emendo 3.0.0 with tabs support, new find dialog based on Gtk.Popover and improved replace dialog.
Install with: packer -S emendo
If you notice some problem, good idea is to report it here, or on github:
https://github.com/alphaos/build/issues
Last edited by simargl (2014-08-03 10:28:21)
Offline
Hi simargl,
Nice work! gmp-video looks great. I have a question though - It appears that when I use it it does not respect the options set in ~/.mpv/config or ~/.mpv/input.conf
Is there a way around that or am I doing something wrong? I mostly want to be able to enable hardware decoding in ~/.mpv/config though it would be nice to be able to specify other options and I like f as a key for fullscreen in ~/.mpv/input.conf
My mpv config looks like this:
vo=vdpau
fs=yes
softvol=no
slang=en
hwdec=vdpau
vf-clr=yes
Thanks!
Offline
It appears that when I use it it does not respect the options set in ~/.mpv/config or ~/.mpv/input.conf
Hi,
I think mpv will use options from its config file, except for those which are defined when starting playback with gmp-video. In this case that is probably video output driver, because by default it uses xv and you want vdpau to have hardware decoding. You can change that option with dconf-editor in path /org/alphaos/gmp-video/preferences/.
I like f as a key for fullscreen in ~/.mpv/input.conf
Current key is F11, and this would require adding two accelerators for same action. I'm not sure if it's possible.
Offline
You can change that option with dconf-editor in path /org/alphaos/gmp-video/preferences/.
Works! Thanks.
Current key is F11, and this would require adding two accelerators for same action. I'm not sure if it's possible.
No problem, hardware acceleration was the main thing. I was just interested to know if there was a way to make it respect any/all MPV options but F11 is fine with me.
Offline
Offline