celluloid-player / celluloid

A simple GTK+ frontend for mpv
https://celluloid-player.github.io
GNU General Public License v3.0
1.13k stars 88 forks source link

Celluloid poor video and wrong language, VLC Ok #619

Open noloader opened 3 years ago

noloader commented 3 years ago

Hi Everyone,

I have a fresh install of Linux Mint 20 (Ulyana) on x86_64, fully patched. The machine has been through apt-get upgrade and apt-get dist-upgrade. The machine is an Acer Aspire 5. The Acer has AMD Ryzen 3 3200U with 2 cores/4 threads. The Acer has Radeon Vega 3 with 3 GPU cores.

I tested the movie The Natural for travel. The language is English, and region is Region 1. I used the command dd if=/dev/sr0 of=THE_NATURAL_1.mov.

Celluloid is having trouble with both playback and language. The playback problem may be related to Linux Mint Issue 287.

celluloid

VLC is not having trouble:

vlc


Here's another movie called The Patriot. This does not appear to be a one-off problem.

Celluloid:

celluloid-patriot

VLC:

vlc-patriot


This was also reported to the Linux Mint folks at Linux Mint Issue 287.

Regarding Issue 287... I looked at the man page for celluloid(1). I do not see an .ini or .rc file to add hwdec=auto to for Celluloid startup. I also searched for one.

# find /etc -name 'celluloid*'
#

Here is the Celluloid package info from Mint Linux.

$ apt-cache show celluloid
Package: celluloid
Version: 0.19-linuxmint1+ulyana
Architecture: amd64
Maintainer: Xu Zhen <xuzhen@fastmail.com>
Installed-Size: 965
Depends: libc6 (>= 2.14), libcairo2 (>= 1.2.4), libepoxy0 (>= 1.0), libglib2.0-0 (>= 2.44), libgtk-3-0 (>= 3.22.23), libmpv1 (>= 0.29.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), dconf-gsettings-backend | gsettings-backend, ffmpegthumbnailer
Recommends: youtube-dl
Breaks: gnome-mpv (<= 0.16)
Replaces: gnome-mpv (<= 0.16)
Homepage: https://github.com/gnome-mpv/gnome-mpv
Priority: optional
Section: video
Filename: pool/import/c/celluloid/celluloid_0.19-linuxmint1+ulyana_amd64.deb
Size: 194752
SHA256: cfbd593e17b3df2ed1a87a7312d7b82e059b6b71f3de03021c447622d0b40a61
SHA1: e9659f117bce9c5917b2482e4545b951c16d0331
MD5sum: 9cf6ebfa486a160ad78485f1da07b35c
Description: simple GTK+ frontend for mpv
 Celluloid (formerly GNOME MPV) interacts with mpv via the client API exported
 by libmpv, allowing access to mpv's powerful playback capabilities.
Description-md5: 8387b6d0002e227826ace3076eabed04

Package: celluloid
Architecture: amd64
Version: 0.18-2build1
Priority: optional
Section: universe/video
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 895
Depends: libc6 (>= 2.14), libcairo2 (>= 1.2.4), libepoxy0 (>= 1.0), libglib2.0-0 (>= 2.41.4), libgtk-3-0 (>= 3.22), libmpv1 (>= 0.29), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), dconf-gsettings-backend | gsettings-backend
Recommends: youtube-dl
Breaks: gnome-mpv (<< 0.17-1~)
Replaces: gnome-mpv (<< 0.17-1~)
Filename: pool/universe/c/celluloid/celluloid_0.18-2build1_amd64.deb
Size: 179200
MD5sum: b9fad3c8ba320135a9d3cf40185d38f1
SHA1: d4d21cc8fb164f48232237df266a19981112486e
SHA256: 799ebcac3196554711111518ebfe998d65bf5c3896555e10efd3792e482dd4bd
Homepage: https://github.com/celluloid-player/celluloid
Description-en: simple GTK+ frontend for mpv
 GNOME MPV is a simple GTK+ frontend for mpv. GNOME MPV interacts with mpv via
 the client API exported by libmpv, allowing access to mpv's powerful playback
 capabilities.
Description-md5: 36039aaa9324deae871f44000a6a65b0
Task: ubuntu-mate-desktop, ubuntu-budgie-desktop
gnome-mpv commented 3 years ago

This looks like it might be an mpv bug. Can you try playing the file with mpv and see if mpv also has trouble with the file?

Regarding Issue 287... I looked at the man page for celluloid(1). I do not see an .ini or .rc file to add hwdec=auto to for Celluloid startup. I also searched for one.

You can name the config file anything and put it anywhere you like, but the location has to be set in the Preferences dialog under the Config Files tab.