From: Petter Reinholdtsen Date: Sun, 8 May 2016 07:32:52 +0000 (+0200) Subject: New post. X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/commitdiff_plain/dabcfdbdd88abe8820cc490262e101b88eceb735?hp=593c044e495404e31dfa908b3606fa2890689f1f New post. --- diff --git a/blog/data/2016-05-08-debian-media-player.txt b/blog/data/2016-05-08-debian-media-player.txt new file mode 100644 index 0000000000..c47ece150e --- /dev/null +++ b/blog/data/2016-05-08-debian-media-player.txt @@ -0,0 +1,40 @@ +Title: What is the best multimedia player in Debian? +Tags: english, debian, debian edu, multimedia, video +Date: 2016-05-08 09:40 + +

Where I set out to figure out which multimedia player in +Debian claim support for most file formats.

+ +

A few years ago, I had a look at the media support for Browser +plugins in Debian, to get an idea which plugins to include in Debian +Edu. I created a script to extract the set of supported MIME types +for each plugin, and used this to find out which multimedia browser +plugin supported most file formats / media types. +The +result can still be seen on the Debian wiki, even though it have +not been updated for a while. But browser plugins are less relevant +these days, so I thought it was time to look at standalone +players.

+ +

A few days ago I was tired of VLC not being listed as a viable +player when I wanted to play videos from the Norwegian National +Broadcasting Company, and decided to investigate why. The cause is a +missing MIME type in the VLC +desktop file. In the process I wrote a script to compare the set +of MIME types announced in the desktop file and the browser plugin, +only to discover that there is quite a large difference between the +two for VLC. This discovery made me dig up the script I used to +compare browser plugins, and adjust it to compare desktop files +instead, to try to figure out which multimedia player in Debian +support most file formats.

+ +

The result can be seen on the Debian Wiki, as +a +table listing all MIME types supported by one of the packages included +in the table, with the package supporting most MIME types being +listed first in the table.

+ +

The best multimedia player in Debian? It is totem, followed by +parole, kplayer, mpv, vlc, smplayer mplayer-gui gnome-mpv and +kmplayer. Time for the other players to update their announced MIME +support?