From owner-freebsd-questions@FreeBSD.ORG Thu Jun 27 02:35:13 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B74F195D for ; Thu, 27 Jun 2013 02:35:13 +0000 (UTC) (envelope-from simon@optinet.com) Received: from cobra.acceleratedweb.net (cobra-gw.acceleratedweb.net [207.99.79.37]) by mx1.freebsd.org (Postfix) with SMTP id EF1FE1E2D for ; Thu, 27 Jun 2013 02:35:11 +0000 (UTC) Received: (qmail 33211 invoked by uid 110); 27 Jun 2013 02:35:10 -0000 Received: from ool-4571afe7.dyn.optonline.net (HELO desktop1) (simon@optinet.com@69.113.175.231) by cobra.acceleratedweb.net with SMTP; 27 Jun 2013 02:35:10 -0000 From: "Simon" To: "Waitman Gobble" Date: Wed, 26 Jun 2013 22:35:08 -0400 Priority: Normal X-Mailer: PMMail 2000 Professional (2.20.2717) For Windows 2000 (5.1.2600;3) In-Reply-To: MIME-Version: 1.0 Subject: Re: FFMpeg and FreeBSD Message-Id: <20130627023513.B74F195D@hub.freebsd.org> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jun 2013 02:35:13 -0000 On Wed, 26 Jun 2013 18:11:03 -0700, Waitman Gobble wrote: >On Jun 26, 2013 5:28 PM, "Simon" wrote: >> >> Hello Everyone, >> >> Does anyone use the latest FFMpeg version 1.2 and FreeBSD? >> >> How did you compile it? did you run into any issues? >> >> The FFMpeg port is 6+ months behind and I feel like I'm the only one who >uses >> this which would be very odd given everything uses video nowadays. >> >> Thanks, >> Simon >> >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to " >freebsd-questions-unsubscribe@freebsd.org" >i make extensive use of ffmpeg, try devel port or try build from ffmpeg >src, try gcc46. there arent issues i can think of. its pretty well put >together. if you install the port first then build src its easier b/c it >pulls in dependencies. just use something besides /usr/local for the prefix >of src install. >Waitman Gobble >San Jose California USA Thanks, can you confirm you compiled version 1.2 from source without issues? I saw a lot of patches in older port versions of it, so I assumed I will have many issues. The ffmpeg-develop port installs oct 2012 version which is even older than ffmpeg1 port, I believe. -Simon