GUI based video player PI3
Omxplayer does a great job playing videos, found that VLC does not. Would like however a GUI based player like VLC that does the trick, maybe with some options like playing all videos in a folder with a shuffle option? Anything available? Like Omxplayer and I could write a script I suppose but just want to check if I have other options. -- thank you
-
- Raspberry Pi Engineer & Forum Moderator
- Posts: 5708
- Joined: Wed Aug 17, 2011 7:41 pm
- Location: Cambridge
Re: GUI based video player PI3
Are you on debian stretch? VLC is hardware accelerated.
https://www.raspberrypi.org/blog/raspbi ... mber-2018/
https://www.raspberrypi.org/blog/raspbi ... mber-2018/
Re: GUI based video player PI3
omxplayerGUI does all that.mmkw43 wrote: ↑Tue Jun 18, 2019 5:23 pmOmxplayer does a great job playing videos, found that VLC does not. Would like however a GUI based player like VLC that does the trick, maybe with some options like playing all videos in a folder with a shuffle option? Anything available? Like Omxplayer and I could write a script I suppose but just want to check if I have other options. -- thank you
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Re: GUI based video player PI3
Oh -- my bad. I thought it was just a command line player. I'll look into that. !
Re: GUI based video player PI3
It wraps a GUI around omxplayer.
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Re: GUI based video player PI3
So if I'm on the latest version of Raspian with a PI3 will that give me the platform for a better VLC ? I know Raspian is based on Debian but too much lingo throws me. -- thanksdom wrote: ↑Tue Jun 18, 2019 6:46 pmAre you on debian stretch? VLC is hardware accelerated.
https://www.raspberrypi.org/blog/raspbi ... mber-2018/
My version of Raspian is a couple of years old -- does it upgrade with a sudo update or upgrade? or do I have to reinstall? -- thanks much
-
- Raspberry Pi Engineer & Forum Moderator
- Posts: 5708
- Joined: Wed Aug 17, 2011 7:41 pm
- Location: Cambridge
Re: GUI based video player PI3
You can apt upgrade to get updates for the same rasbian version.
The raspbian versions are based on debian version.
Current version is stretch. See: https://en.wikipedia.org/wiki/Debian_version_history
If you are on stretch (lsb_release -a) will tell you, then apt upgrade and VLC will have hardware acceleration.
If you have an older version (jessie or wheezy) then a new sdcard image would be best.