From owner-freebsd-multimedia@FreeBSD.ORG Sun Aug 12 12:20:07 2007 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D32B16A41A for ; Sun, 12 Aug 2007 12:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5F6F213C45B for ; Sun, 12 Aug 2007 12:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7CCK7Wx083510 for ; Sun, 12 Aug 2007 12:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7CCK7Jg083509; Sun, 12 Aug 2007 12:20:07 GMT (envelope-from gnats) Date: Sun, 12 Aug 2007 12:20:07 GMT Message-Id: <200708121220.l7CCK7Jg083509@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: Thierry Thomas Cc: Subject: Re: ports/115428: multimedia/ffmpeg & multimedia/vlc: fix ffmpeg support in VLC X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thierry Thomas List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2007 12:20:07 -0000 The following reply was made to PR ports/115428; it has been noted by GNATS. From: Thierry Thomas To: "Mars G. Miro" , FreeBSD-gnats-submit@FreeBSD.org Cc: bug-followup@FreeBSD.org, edwin@FreeBSD.org, jonc@chen.org.nz Subject: Re: ports/115428: multimedia/ffmpeg & multimedia/vlc: fix ffmpeg support in VLC Date: Sun, 12 Aug 2007 13:58:28 +0200 On Sun 12 aug 07 at 12:30:42 +0200, Mars G. Miro wrote: > Hi there, Hello, > Does this fffmpeg fix fix the problem describe at > http://lists.freebsd.org/pipermail/freebsd-multimedia/2007-August/007268.html > ? I'll see if I can test the patch w/in a couple of days, and report > back. Yes, this is exactly the same problem: if you try to watch a video stream with VLC, and ffmpeg is not usable, you get a message like: main decoder error: no suitable decoder module for fourcc `xxx'. VLC probably does not support this sound or video format. xxx being the requested module. Regards, -- Th. Thomas.