Full screen video player?

Moderators: peebee, Forum moderators

Post Reply
User avatar
Jasper
Posts: 1821
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 895 times
Been thanked: 384 times

Full screen video player?

Post by Jasper »

I have tried different video media players which I have had some limited success ...... my main issue was that I could not playback the media 'fullscreen'.

In the end I ended up using VLC.

This does not 'run as root' natively but using @rockedge tip it does :thumbup:

viewtopic.php?p=123390#p123390

Install VLC in terminal

vpm i vlc

then enter

sed -i 's/geteuid/getppid/' /usr/bin/vlc

You should be good to go :thumbup2:

Last edited by Flash on Tue Dec 31, 2024 4:28 am, edited 1 time in total.
Reason: To make the subject line better reflect the subject of the post
User avatar
N97
Posts: 128
Joined: Tue Dec 10, 2024 3:27 am
Has thanked: 6 times
Been thanked: 24 times

Re: Video player

Post by N97 »

mpv works, but no 'skin'. Can't play multiple clips. So i installed smplayer... worked fine before shutdown... then epic mpv fail. I had to reload voidpup... borked lib files. :roll:

From Netscape to AI scrape. We're running short of bandages.

hikohan
Posts: 48
Joined: Wed Mar 13, 2024 12:08 am
Has thanked: 8 times
Been thanked: 13 times

Re: Video player

Post by hikohan »

FullScreen Video Play

FFPLAY from FFMPEG

Code: Select all

ffplay -fs foo.mp4

or

MPV aka mplayer

Code: Select all

mpv --fs foo.mp4

or

VLC

Code: Select all

vlc -f  foo.mp4
User avatar
N97
Posts: 128
Joined: Tue Dec 10, 2024 3:27 am
Has thanked: 6 times
Been thanked: 24 times

Re: Full screen video player?

Post by N97 »

mpv will resize fullscreen when playing, and works fine alone... just click on a media file. Nearly invisible.

From Netscape to AI scrape. We're running short of bandages.

User avatar
Jasper
Posts: 1821
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 895 times
Been thanked: 384 times

Re: Full screen video player?

Post by Jasper »

@hikohan

By default VoidPup64 does not include FFPlay, nor MPV.

Your contribution is therefore worthless.

Please, refrain from contributions unless you are using this OS.

User avatar
Wiz57
Moderator
Posts: 785
Joined: Fri Dec 13, 2019 3:54 pm
Location: Chickasha, OK USA
Has thanked: 104 times
Been thanked: 188 times

Re: Full screen video player?

Post by Wiz57 »

Jasper wrote: Wed Jan 01, 2025 3:16 am

@hikohan

By default VoidPup64 does not include FFPlay, nor MPV.

Your contribution is therefore worthless.

Please, refrain from contributions unless you are using this OS.

Just who the hell are you to say another's contributions are worthless? You obnoxious ass! YOU are the one that has
cost multiple moderators and admins considerable time and effort cleaning up your empty posts!

Signature available upon request

hikohan
Posts: 48
Joined: Wed Mar 13, 2024 12:08 am
Has thanked: 8 times
Been thanked: 13 times

Re: Full screen video player?

Post by hikohan »

Jasper wrote: Wed Jan 01, 2025 3:16 am

@hikohan

By default VoidPup64 does not include FFPlay, nor MPV.

Your contribution is therefore worthless.

Please, refrain from contributions unless you are using this OS.

Why can't you download or compile it yourself?

`Your contribution is therefore worthless.` :lol:

User avatar
N97
Posts: 128
Joined: Tue Dec 10, 2024 3:27 am
Has thanked: 6 times
Been thanked: 24 times

Re: Full screen video player?

Post by N97 »

mpv is d/l by void package manager (vpm) thats included.
IF your computer is new enough, all you need do is open a terminal

vpm install mpv-0.38.0_3

NOTES: this is the latest showing up in my repo-list found in root
I am using an intel N97 cube-puter that was offered for sale about 9 months ago... the k6.6.53 works with this simple method.
HOWEVER, putting on a skin such as smplayer is a bunch of bloat... just click on a media file to play! ninja-like.

Jasper the troll strikes again, don't forget to include dependencies needed... yah extra work b/4 post LOL.

From Netscape to AI scrape. We're running short of bandages.

User avatar
Jasper
Posts: 1821
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 895 times
Been thanked: 384 times

Re: Full screen video player?

Post by Jasper »

@hikohan

I am Dog Ninja of compiling

Image

User avatar
N97
Posts: 128
Joined: Tue Dec 10, 2024 3:27 am
Has thanked: 6 times
Been thanked: 24 times

Re: Full screen video player?

Post by N97 »

Thats true, many of your posts vanish.

From Netscape to AI scrape. We're running short of bandages.

User avatar
Jasper
Posts: 1821
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 895 times
Been thanked: 384 times

Re: Full screen video player?

Post by Jasper »

a did a bit research ..... hahahaha mpv does not come with vaapi enabled ............... mpv --list-options :lol:

User avatar
N97
Posts: 128
Joined: Tue Dec 10, 2024 3:27 am
Has thanked: 6 times
Been thanked: 24 times

Re: Full screen video player?

Post by N97 »

and voidpup does not have Qt4/5/6, but it has gtk2/3/4
NOT BOTH :P

From Netscape to AI scrape. We're running short of bandages.

User avatar
Jasper
Posts: 1821
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 895 times
Been thanked: 384 times

Re: Full screen video player?

Post by Jasper »

Screenshot_8-2-2025_124030_github.com.jpeg
Screenshot_8-2-2025_124030_github.com.jpeg (121.87 KiB) Viewed 501 times

GUI ?? Gtk 2/3/ ............. 4?

Screenshot(4).png
Screenshot(4).png (30.31 KiB) Viewed 501 times

If you need Qt .... just install it :roll:

https://ibb.co/nqVP95Cc

Added CMake (Qt GUI) to my DevX

https://ibb.co/4ZzKbRQg

https://ibb.co/Gvf4XQhW

Post Reply

Return to “VoidPup”