From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: VLC could not decode the format "ssa " (SubStation Alpha subtitles) Date: Mon, 12 Mar 2018 11:14:30 +0100 Message-ID: <87y3ixr46x.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evKTS-0002Gp-Vb for help-guix@gnu.org; Mon, 12 Mar 2018 06:14:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evKTS-0008EI-2N for help-guix@gnu.org; Mon, 12 Mar 2018 06:14:34 -0400 Received: from hera.aquilenet.fr ([2a0c:e300::1]:57078) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1evKTR-0008BW-RH for help-guix@gnu.org; Mon, 12 Mar 2018 06:14:33 -0400 In-Reply-To: (Dang Duong's message of "Sun, 11 Mar 2018 21:47:02 +0700") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Dang Duong Cc: help-guix@gnu.org Hello, Dang Duong skribis: > I have installed the latest version of VLC (2.2.8) on Trisquel 7.0 using > Guix. It works normally with .srt files but cannot open .ass files. I tri= ed > installing libass but it still doesn't work. It seems that our vlc package lacks libass as an input: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/video.scm#n8= 10 Could you try adding libass in the vlc package definition, then install it, and see if it works? If you=E2=80=99re not familiar with Guix packaging, see , and do not hesitate to ask for guidance here or on #guix on IRC! HTH, Ludo=E2=80=99.