Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Play videos side-by-side

License

NotificationsYou must be signed in to change notification settings

vzhd1701/gridplayer

Repository files navigation

GridPlayer

PyPI versionGithub All ReleasesCrowdin

Screenshots

Screenshot 1Screenshot 2Screenshot 3Screenshot 4

About

Simple VLC-based media player that can play multiple videos at the same time. You canplay as many videos as you like, the only limit is your hardware. It supports all videoformats that VLC supports (which is all of them). You can save your playlist retaininginformation about the position, sound volume, loops, aspect ratio, etc.

Features

  • Cross-platform (Linux, Mac, and Windows)
  • Support for any video and audio format (VLC)
  • Support for (almost) any streaming URLs (streamlink +yt-dlp)
  • Hardware & software video decoding
  • Control video aspect, playback speed, zoom
  • Set loop fragments with frame percision
  • Configurable grid layout
  • Easy swap videos with drag-n-drop
  • Playlist retains settings for each video

Translation

GridPlayer now supports internationalization! Anyone with a handful of free time anddesire to support this project iswelcome to contribute.No coding skills or special software required, all dialogs are well documented andthere are not many strings to translate.

Huge thanks toevery contributor!

Installation

Windows

Download Windows InstallerDownload Windows Portable

Viascoop:

$ scoop install gridplayer

Compatible with Windows 7, 8, 10, 11.

Linux

Get it from the FlathubGet it from the Snap StoreDownload AppImage

For better system integration install via Flathub.

Note on AppImage

The AppImage was built using Ubuntu Focal Fossa libraries, so compatibility is Ubuntu 20+.

You may need to set execute permissions on AppImage file in order to run it:

$ chmod +x GridPlayer-0.5.3-x86_64.AppImage

MacOS

Download DMG

DMG image is not signed. You will have to add an exception to run this app.

If you get "GridPlayer is damaged and can't be opened" error, run this command in the Terminal app:

$ sudo xattr -rd com.apple.quarantine /Applications/GridPlayer.app

PIP

$ pip install -U gridplayer

Python 3.8 or later required.

This type of installation will also require avlc package present in your system.Please refer toVLC official page for instructions on how to install it.

Some distros (e.g. Ubuntu) might also requirelibxcb-xinerama0 package.

From source

This project usespoetry for dependency management and packaging. You will have to install it first. Seepoetry official documentation for instructions.

$ git clone https://github.com/vzhd1701/gridplayer.git$cd gridplayer/$ poetry install --no-dev$ poetry run gridplayer

The same notes about the Python version and external packages fromPIP installation apply here.

Video Decoder settings

GridPlayer supports two video output modes:

  • Hardware (default) mode uses available GPU to render video. This mode offers high performance and is a recommended mode.
  • Software mode is entirely independent of GPU and only uses the CPU to render video. This mode may cause a high CPU load with high-resolution videos.

Due to libvlc software library limitations, video decoding is split into parallel processes. You can control how many videos are handled by a single decoder process using the "Videos per process" setting. Setting this option too high may cause a high CPU load and application freeze. The optimal value is 4 videos per process.

There is also "Hardware SP" mode. It handles video decoding within the same process in which GridPlayer runs. It is not recommended to use with many videos (>4-6) because it may cause high CPU load and application freeze.

Due to OS inter-process restrictions, "Hardware SP" is the only available hardware mode in macOS.

Known issues

Linux (Snap): Error when opening a file from the mounted disk

You need to allow GridPlayer snap to access removable storage devices via Snap Store or by running:

$ sudo snap connect gridplayer:removable-media

Linux (Snap): mounted drives are not visible in file selection dialog

You will also see following error if you run GridPlayer from terminal:

GLib-GIO-WARNING**: Error creating IO channelfor /proc/self/mountinfo: Permission denied (g-file-error-quark, 2)

To fix this, you need to allow GridPlayer snap to access system mount information and disk quotas via Snap Store or by running:

$ sudo snap connect gridplayer:mount-observe

Linux: black screen issue when using hardware decoder

Switch on "Opaque overlay (fix black screen)" checkbox in settings.

Depending on the window manager, the overlay might be a bit glitchy with the hardware decoder. Enabling compositor might help.

Geting help

If you found a bug or have a feature request, pleaseopen a new issue.

If you have a question about the program or have difficulty using it, you are welcome tothe discussions page. You can also mail me directly, I'm always happy to help.

Attributions

This software was build using

Python packages

Graphics

Translations

Arabic

German

Spanish

French

Hungarian

Italian

Japanese

Korean

Dutch

Polish

Portuguese, Brazilian

Chinese Simplified

License

This software is licensed under the terms of the GNU General Public License version 3 (GPLv3). Full text of the license is available in theLICENSE file andonline.


[8]ページ先頭

©2009-2025 Movatter.jp