From owner-freebsd-questions@freebsd.org Wed May 25 00:13:36 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 248D1B481AA for ; Wed, 25 May 2016 00:13:36 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.225]) by mx1.freebsd.org (Postfix) with ESMTP id E27311156 for ; Wed, 25 May 2016 00:13:35 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [75.187.32.8] ([75.187.32.8:46543] helo=raspberrypi.bildanet.com) by cdptpa-oedge03 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id A2/AF-07124-7EDE4475; Wed, 25 May 2016 00:12:23 +0000 Received: from [192.168.1.40] (helo=baho-utot.bildanet.com) by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1b5MQx-00029K-Aw for freebsd-questions@freebsd.org; Tue, 24 May 2016 20:12:23 -0400 Subject: Re: Matroska video format To: freebsd-questions@freebsd.org References: <37fefe15-0f0c-31d0-8192-d49735f89b43@columbus.rr.com> <20160524133246.2bb528a21dfd14290e536b5f@yahoo.es> From: Baho Utot Message-ID: Date: Tue, 24 May 2016 20:12:23 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <20160524133246.2bb528a21dfd14290e536b5f@yahoo.es> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.142:25 X-Cloudmark-Score: 0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2016 00:13:36 -0000 On 05/24/16 07:32, Eduardo Morras via freebsd-questions wrote: > On Sun, 22 May 2016 20:42:41 -0400 > Baho Utot wrote: > >> I would like to play a Matroskavisoe using vlc, Is this possible? > vlc supports mkv container format. > >> It starts to play but the picture goes in and out of grey > It's a video codec problem, not mkv. > > If it happens once or mixed with other defects, it's (>90%) a tiny corruption on video file. > > If it happens too often and in the same way (you see 1-2 pictures and goes grey, 1-2 pictures and again grey repeteadly) then the video was codified with a feature vlc can't decode. Upgrade vlc and it's dependence libraries or use other viewer (ffplay from ffmepg) that uses other library (for H264 you have OpenH264, ffmpeg, x264, etc.. and not all of them supports all H264 subformats/modes). > > If you transcode it with ffmpeg check first ffmpeg/ffplay can play it nicely. It does indeed appear as a codec problem, windog 7 will play the video just fine. I tried to transcode it but it did not work I am now trying to find out which codec are availiable and if I have them installed.