From owner-freebsd-multimedia Sun Oct 6 5: 3: 8 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4C1237B401 for ; Sun, 6 Oct 2002 05:03:07 -0700 (PDT) Received: from brain.stagecraft.cx (CPE-203-51-30-109.nsw.bigpond.net.au [203.51.30.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 987CD43E42 for ; Sun, 6 Oct 2002 05:03:06 -0700 (PDT) (envelope-from carl@stagecraft.cx) Received: from stagecraft.cx (26.stagecraft.cx [203.37.99.26]) by brain.stagecraft.cx (8.12.6/8.12.6) with ESMTP id g96C30Oe051131; Sun, 6 Oct 2002 22:03:00 +1000 (EST) (envelope-from carl@stagecraft.cx) Date: Sun, 6 Oct 2002 22:02:59 +1000 Subject: Re: mplayer patch for brooktree realtime grabbing Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v546) Cc: freebsd-multimedia@FreeBSD.ORG To: Peter B From: Carl Makin In-Reply-To: <200210020551.g925pYa23137@brother.ludd.luth.se> Message-Id: <8E975C0A-D923-11D6-A5F6-0050E445BE6D@stagecraft.cx> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.546) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Peter, On Wednesday, October 2, 2002, at 03:51 PM, Peter B wrote: > I posted earlier about using mencoder from the mplayer package with > brooktree > cards. It turned out to be hard to get it working. However I have now > modified > mplayer source to accomplish this. Thanks for the patch. I've applied it here and it also works. The one problem I'm having is that it always encodes at 16 fps. Top is showing 60% to 80% CPU. I specify -ofps=25 which seems to make the output a little smoother and mplayer then reports the avi as having 25 fps, but it is obviously still encoding at 16 fps. Anyone know how to specify framerate to the avcodec encoder? Carl. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Oct 6 5:21:18 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26D0437B401 for ; Sun, 6 Oct 2002 05:21:17 -0700 (PDT) Received: from mother.ludd.luth.se (mother.ludd.luth.se [130.240.16.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD6EE43E4A for ; Sun, 6 Oct 2002 05:21:15 -0700 (PDT) (envelope-from pb@ludd.luth.se) Received: from brother.ludd.luth.se (brother.ludd.luth.se [130.240.16.78]) by mother.ludd.luth.se (8.11.6+Sun/8.9.3) with ESMTP id g96CLDw21323; Sun, 6 Oct 2002 14:21:13 +0200 (MEST) From: Peter B Received: (from pb@localhost) by brother.ludd.luth.se (8.11.6+Sun/8.9.3) id g96CLDk22983; Sun, 6 Oct 2002 14:21:13 +0200 (MEST) Message-Id: <200210061221.g96CLDk22983@brother.ludd.luth.se> Subject: Re: mplayer patch for brooktree realtime grabbing In-Reply-To: <8E975C0A-D923-11D6-A5F6-0050E445BE6D@stagecraft.cx> from Carl Makin at "Oct 6, 2002 10:02:59 pm" To: carl@stagecraft.cx (Carl Makin) Date: Sun, 6 Oct 2002 14:21:13 +0200 (MEST) Cc: freebsd-multimedia@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Carl Makin wrote: >Hi Peter, > >On Wednesday, October 2, 2002, at 03:51 PM, Peter B wrote: > >> I posted earlier about using mencoder from the mplayer package with >> brooktree >> cards. It turned out to be hard to get it working. However I have now >> modified >> mplayer source to accomplish this. > >Thanks for the patch. I've applied it here and it also works. The one >problem I'm having is that it always encodes at 16 fps. Top is showing >60% to 80% CPU. I specify -ofps=25 which seems to make the output a cpu, mobo? >little smoother and mplayer then reports the avi as having 25 fps, but >it is obviously still encoding at 16 fps. Anyone know how to specify >framerate to the avcodec encoder? In libmpdemux/tvi_bsdbt848.c at line 624: priv->fps = 16; /* ! */ Change this value to alter fps. This should be done in another way, but hey it's still at hack status ;) I also discovered that using mplayer to view tv will result in rgb32 being converted into uyvy. So this format will be added later to minimize overhead. (it's avail in the unmodified driver) /Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Oct 6 6:22:23 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CEC537B401 for ; Sun, 6 Oct 2002 06:22:22 -0700 (PDT) Received: from brain.stagecraft.cx (CPE-203-51-30-109.nsw.bigpond.net.au [203.51.30.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EF7D43E42 for ; Sun, 6 Oct 2002 06:22:21 -0700 (PDT) (envelope-from carl@stagecraft.cx) Received: from stagecraft.cx (26.stagecraft.cx [203.37.99.26]) by brain.stagecraft.cx (8.12.6/8.12.6) with ESMTP id g96DMHOe051651; Sun, 6 Oct 2002 23:22:18 +1000 (EST) (envelope-from carl@stagecraft.cx) Date: Sun, 6 Oct 2002 23:22:16 +1000 Subject: Re: mplayer patch for brooktree realtime grabbing Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v546) Cc: freebsd-multimedia@FreeBSD.ORG To: Peter B From: Carl Makin In-Reply-To: <200210061221.g96CLDk22983@brother.ludd.luth.se> Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.546) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sunday, October 6, 2002, at 10:21 PM, Peter B wrote: > In libmpdemux/tvi_bsdbt848.c at line 624: > priv->fps = 16; /* ! */ Much better! :) 19fps at 384x288 and 25fps at 192x144 using mjpeg. Thanks! Obviously I need a slightly faster CPU. :( Carl. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Oct 6 6:32:23 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C79737B401 for ; Sun, 6 Oct 2002 06:32:23 -0700 (PDT) Received: from smtp6.wanadoo.nl (smtp6.wanadoo.nl [194.134.35.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8927A43E65 for ; Sun, 6 Oct 2002 06:32:22 -0700 (PDT) (envelope-from steve@sohara.org) Received: from ams-gw.sohara.org (i0593.vwr.wanadoo.nl [194.134.210.84]) by smtp6.wanadoo.nl (Postfix) with SMTP id 0A2806F2FF; Sun, 6 Oct 2002 15:32:13 +0200 (CEST) Date: Sun, 6 Oct 2002 15:32:16 +0200 From: Steve O'Hara-Smith To: Peter B Cc: carl@stagecraft.cx, freebsd-multimedia@FreeBSD.ORG Subject: Re: mplayer patch for brooktree realtime grabbing Message-Id: <20021006153216.78120bd6.steve@sohara.org> In-Reply-To: <200210061221.g96CLDk22983@brother.ludd.luth.se> References: <8E975C0A-D923-11D6-A5F6-0050E445BE6D@stagecraft.cx> <200210061221.g96CLDk22983@brother.ludd.luth.se> X-Mailer: Sylpheed version 0.8.5 (GTK+ 1.2.10; i386-portbld-freebsd4.7) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX,Kv^-GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, 6 Oct 2002 14:21:13 +0200 (MEST) Peter B wrote: PB> In libmpdemux/tvi_bsdbt848.c at line 624: PB> priv->fps = 16; /* ! */ Ouch, doesn't that practically guarantee catching partially updated frames given that the incoming rate is 25 or 30 fps ? The grab_bsdbktr.c I wrote for ffmpeg uses the signalling available from the bktr driver to ensure proper frame capture (and runs at 25 or 30 fps or an exact fraction if the CPU can't keep up). The older MPlayer-0.90pre4 works fine with bktr too. -- C:>WIN | Directable Mirrors The computer obeys and wins. |A Better Way To Focus The Sun You lose and Bill collects. | licenses available - see: | http://www.sohara.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Oct 6 6:59:19 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF86F37B404 for ; Sun, 6 Oct 2002 06:59:18 -0700 (PDT) Received: from mother.ludd.luth.se (mother.ludd.luth.se [130.240.16.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74B1D43E3B for ; Sun, 6 Oct 2002 06:59:17 -0700 (PDT) (envelope-from pb@ludd.luth.se) Received: from brother.ludd.luth.se (brother.ludd.luth.se [130.240.16.78]) by mother.ludd.luth.se (8.11.6+Sun/8.9.3) with ESMTP id g96DxGw26593; Sun, 6 Oct 2002 15:59:16 +0200 (MEST) From: Peter B Received: (from pb@localhost) by brother.ludd.luth.se (8.11.6+Sun/8.9.3) id g96DxF223298; Sun, 6 Oct 2002 15:59:15 +0200 (MEST) Message-Id: <200210061359.g96DxF223298@brother.ludd.luth.se> Subject: Re: mplayer patch for brooktree realtime grabbing In-Reply-To: <20021006153216.78120bd6.steve@sohara.org> from "Steve O'Hara-Smith" at "Oct 6, 2002 03:32:16 pm" To: steve@sohara.org (Steve O'Hara-Smith) Date: Sun, 6 Oct 2002 15:59:15 +0200 (MEST) Cc: freebsd-multimedia@freebsd.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Steve O'Hara-Smith wrote: >On Sun, 6 Oct 2002 14:21:13 +0200 (MEST) >Peter B wrote: > >PB> In libmpdemux/tvi_bsdbt848.c at line 624: >PB> priv->fps = 16; /* ! */ > > Ouch, doesn't that practically guarantee catching partially >updated frames given that the incoming rate is 25 or 30 fps ? The >grab_bsdbktr.c I wrote for ffmpeg uses the signalling available >from the bktr driver to ensure proper frame capture (and runs at >25 or 30 fps or an exact fraction if the CPU can't keep up). You should be right, however I have experienced it just won't work like that in practice. I'm concentrated on the video encoding (uyvy,rgb32,yv12 etc..). And more compact sound encoding. So I deal with the fps problem later. I have tested some fullframe recordings without proper results. It might be a sync or bus problem. /Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Oct 6 8: 1:18 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1F6F37B401 for ; Sun, 6 Oct 2002 08:01:17 -0700 (PDT) Received: from pfepb.post.tele.dk (pfepb.post.tele.dk [193.162.153.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 272BC43E3B for ; Sun, 6 Oct 2002 08:01:17 -0700 (PDT) (envelope-from freebsd.nospam@mekanix.dk) Received: from frodo.my.domain (0x3ef34d88.albnxx2.adsl.tele.dk [62.243.77.136]) by pfepb.post.tele.dk (Postfix) with ESMTP id 488785EF11B for ; Sun, 6 Oct 2002 17:01:15 +0200 (CEST) Content-Type: text/plain; charset="iso-8859-1" From: Bjarne Wichmann Petersen To: freebsd-multimedia@freebsd.org Subject: [mplayer] Real and divx Date: Sun, 6 Oct 2002 17:01:18 +0200 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200210061701.18744.freebsd.nospam@mekanix.dk> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! Got a few issues with mplayer. First, how do I enable support for divx en|decoder in mplayer? Secondly I can't get mplayer to play real-codecs. Should be there according to the configure-process: Enabled optional drivers: Input: network tv-bsdbt848 tv mpdvdkit2 vcd Codecs: libavcodec real xanim directshow win32 libvorbis libmad Audio output: arts oss sdl mpegpes(file) Video output: sdl gif89a jpeg png mpegpes(file) svga aa opengl dga xv x11 Disabled optional drivers: Input: tv-v4l cdda dvdnav dvdread dvdcss Codecs: opendivx xvid Audio output: sgi sun alsa dxr2 nas Video output: xvidix bl zr dxr3 dxr2 vesa fbdev ggi xmga mga directfb tdfxfb 3dfx But every time I try to play a real-stream, mplayer tells me it doesn't recognise the codec? Bjarne -- Homepage: http://www.mekanix.dk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Oct 6 9:57:55 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA8AD37B401 for ; Sun, 6 Oct 2002 09:57:54 -0700 (PDT) Received: from smtp5.wanadoo.nl (smtp5.wanadoo.nl [194.134.35.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6948743E77 for ; Sun, 6 Oct 2002 09:57:54 -0700 (PDT) (envelope-from steve@sohara.org) Received: from ams-gw.sohara.org (p3355.vwr.wanadoo.nl [212.129.225.35]) by smtp5.wanadoo.nl (Postfix) with SMTP id A9CB374693; Sun, 6 Oct 2002 18:57:43 +0200 (CEST) Date: Sun, 6 Oct 2002 18:57:47 +0200 From: Steve O'Hara-Smith To: Peter B Cc: freebsd-multimedia@freebsd.org Subject: Re: mplayer patch for brooktree realtime grabbing Message-Id: <20021006185747.2ccd1724.steve@sohara.org> In-Reply-To: <200210061359.g96DxF223298@brother.ludd.luth.se> References: <20021006153216.78120bd6.steve@sohara.org> <200210061359.g96DxF223298@brother.ludd.luth.se> X-Mailer: Sylpheed version 0.8.5 (GTK+ 1.2.10; i386-portbld-freebsd4.7) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX,Kv^-GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, 6 Oct 2002 15:59:15 +0200 (MEST) Peter B wrote: PB> You should be right, however I have experienced it just won't work PB> like that in practice. It works fine for me in ffmpeg, my old timer based code quite often caught the frame break. PB> I have tested some fullframe recordings without proper results. It PB> might be a sync or bus problem. Full frame (I assume you mean full resolution frames) has broken sync handling in the kernel. The patch at ftp.sohara.org/pub/bktr.patch makes it work (thanks go to Charles Henrich). My vcr script (a wrapper around ffmpeg) grabs full resolution PAL reliably as long as I disable motion estimation. -- C:>WIN | Directable Mirrors The computer obeys and wins. |A Better Way To Focus The Sun You lose and Bill collects. | licenses available - see: | http://www.sohara.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Oct 6 10:36:54 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4060E37B401 for ; Sun, 6 Oct 2002 10:36:53 -0700 (PDT) Received: from srv2.resnet.ohio-state.edu (srv2.resnet.ohio-state.edu [164.107.3.56]) by mx1.FreeBSD.org (Postfix) with SMTP id 6207D43E7B for ; Sun, 6 Oct 2002 10:36:52 -0700 (PDT) (envelope-from mistry.7@osu.edu) Received: (qmail 7798 invoked by uid 506); 6 Oct 2002 17:41:48 -0000 Received: from mistry.7@osu.edu by srv2.resnet.ohio-state.edu by uid 503 with qmail-scanner-1.14 ( Clear:. Processed in 0.018586 secs); 06 Oct 2002 17:41:48 -0000 Received: from rdrt-164-107-205-104.resnet.ohio-state.edu (HELO bigguy.am-productions.biz) (164.107.205.104) by srv2.resnet.ohio-state.edu with SMTP; 6 Oct 2002 17:41:48 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Anish Mistry To: freebsd-multimedia@freebsd.org Subject: Re: mplayer patch for brooktree realtime grabbing Date: Sun, 6 Oct 2002 13:36:27 -0400 User-Agent: KMail/1.4.3 References: <20021006153216.78120bd6.steve@sohara.org> <200210061359.g96DxF223298@brother.ludd.luth.se> <20021006185747.2ccd1724.steve@sohara.org> In-Reply-To: <20021006185747.2ccd1724.steve@sohara.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200210061336.27551.mistry.7@osu.edu> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sunday 06 October 2002 12:57 pm, Steve O'Hara-Smith wrote: > On Sun, 6 Oct 2002 15:59:15 +0200 (MEST) > Peter B wrote: >=20 > PB> You should be right, however I have experienced it just won't work > PB> like that in practice. >=20 > =09It works fine for me in ffmpeg, my old timer based code quite > often caught the frame break. >=20 > PB> I have tested some fullframe recordings without proper results. It > PB> might be a sync or bus problem. >=20 > =09Full frame (I assume you mean full resolution frames) has broken > sync handling in the kernel. The patch at ftp.sohara.org/pub/bktr.patch > makes it work (thanks go to Charles Henrich). My vcr script (a wrapper > around ffmpeg) grabs full resolution PAL reliably as long as I disable > motion estimation. >=20 Is there a chance of getting this patch commited? Does someone just need= to=20 send in a pr? --=20 Anish Mistry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Oct 6 19:38:15 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9459C37B401 for ; Sun, 6 Oct 2002 19:38:13 -0700 (PDT) Received: from aeimail.aei.ca (aeimail.aei.ca [206.123.6.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 744FD43E3B for ; Sun, 6 Oct 2002 19:38:11 -0700 (PDT) (envelope-from anarcat@anarcat.ath.cx) Received: from shall.anarcat.ath.cx (01drzzdq3c08l90z@dsl-128-90.aei.ca [66.36.128.90]) by aeimail.aei.ca (8.11.6/8.10.1) with ESMTP id g972blw20023; Sun, 6 Oct 2002 22:37:55 -0400 (EDT) Received: from lenny.anarcat.ath.cx (lenny.anarcat.ath.cx [192.168.0.4]) by shall.anarcat.ath.cx (Postfix) with SMTP id 8625196; Sun, 6 Oct 2002 22:43:05 -0400 (EDT) Received: by lenny.anarcat.ath.cx (sSMTP sendmail emulation); Sun, 6 Oct 2002 22:36:57 -0400 Date: Sun, 6 Oct 2002 22:36:57 -0400 From: The Anarcat To: Bjarne Wichmann Petersen Cc: freebsd-multimedia@freebsd.org Subject: Re: [mplayer] Real and divx Message-ID: <20021007023657.GB580@lenny.anarcat.ath.cx> Mail-Followup-To: Bjarne Wichmann Petersen , freebsd-multimedia@freebsd.org References: <200210061701.18744.freebsd.nospam@mekanix.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UlVJffcvxoiEqYs2" Content-Disposition: inline In-Reply-To: <200210061701.18744.freebsd.nospam@mekanix.dk> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This does not belong to freebsd-multimedia. I think you'd have more luck talking to authoritative sources at mplayer hqs itself. A. On Sun Oct 06, 2002 at 05:01:18PM +0200, Bjarne Wichmann Petersen wrote: > Hi! >=20 > Got a few issues with mplayer. >=20 > First, how do I enable support for divx en|decoder in mplayer? >=20 > Secondly I can't get mplayer to play real-codecs. Should be there accordi= ng to=20 > the configure-process: >=20 > Enabled optional drivers: > Input: network tv-bsdbt848 tv mpdvdkit2 vcd > Codecs: libavcodec real xanim directshow win32 libvorbis libmad > Audio output: arts oss sdl mpegpes(file) > Video output: sdl gif89a jpeg png mpegpes(file) svga aa opengl dga xv= x11 > Disabled optional drivers: > Input: tv-v4l cdda dvdnav dvdread dvdcss > Codecs: opendivx xvid > Audio output: sgi sun alsa dxr2 nas > Video output: xvidix bl zr dxr3 dxr2 vesa fbdev ggi xmga mga directfb= =20 > tdfxfb 3dfx >=20 > But every time I try to play a real-stream, mplayer tells me it doesn't= =20 > recognise the codec? >=20 > Bjarne > --=20 > Homepage: http://www.mekanix.dk >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message >=20 --=20 =46rom the age of uniformity, from the age of solitude, from the age of Big Brother, from the age of doublethink - greetings! --UlVJffcvxoiEqYs2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9oPNIttcWHAnWiGcRAkyaAJ0dl9ANtqmzmhK9gTUAi2Z/f8cAUACfVEXX UvYimZqSXdUgPiII7yMa7+A= =MHrc -----END PGP SIGNATURE----- --UlVJffcvxoiEqYs2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Oct 6 21: 0:52 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35D8D37B401 for ; Sun, 6 Oct 2002 21:00:52 -0700 (PDT) Received: from web21103.mail.yahoo.com (web21103.mail.yahoo.com [216.136.227.105]) by mx1.FreeBSD.org (Postfix) with SMTP id E650343E77 for ; Sun, 6 Oct 2002 21:00:51 -0700 (PDT) (envelope-from geekvinod@yahoo.com) Message-ID: <20021007040051.57414.qmail@web21103.mail.yahoo.com> Received: from [152.15.26.29] by web21103.mail.yahoo.com via HTTP; Sun, 06 Oct 2002 21:00:51 PDT Date: Sun, 6 Oct 2002 21:00:51 -0700 (PDT) From: Vinod Subject: Help with Streaming media and MPEG files To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Can anyone please tell me more about MPEG files and Streaming Media files(.rm files for example). Aren't .rm (real media streaming format) files encoded using the MPEG encoding scheme? if yes,how can you know whether MPEG 1 or MPEG 2 encoding was used for the file? Thanks, Vinod __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Oct 6 21:20:53 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F25A737B401 for ; Sun, 6 Oct 2002 21:20:51 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id A874443E4A for ; Sun, 6 Oct 2002 21:20:50 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 32178 invoked by uid 0); 7 Oct 2002 04:20:49 -0000 Received: from pd9003296.dip.t-dialin.net (HELO gmx.net) (217.0.50.150) by mail.gmx.net (mp003-rz3) with SMTP; 7 Oct 2002 04:20:49 -0000 Message-ID: <3DA10BA5.9090609@gmx.net> Date: Mon, 07 Oct 2002 06:20:53 +0200 From: Michael Nottebrock User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vinod Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Help with Streaming media and MPEG files References: <20021007040051.57414.qmail@web21103.mail.yahoo.com> X-Enigmail-Version: 0.63.3.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigDA91B54C2AC17685C3E67ABB" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigDA91B54C2AC17685C3E67ABB Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Vinod wrote: > Can anyone please tell me more about MPEG files and > Streaming Media files(.rm files for example). > Aren't .rm (real media streaming format) files encoded > using the MPEG encoding scheme? RealMedia files and streams are encoded with proprietary software in proprietary formats, RealVideo and RealAudio. The only kind of commitment to MPEG from RealNetworks that I'm aware of, is that the Universal HelixServer products support some MPEG-4 encoders and players. Regards, -- Michael Nottebrock "And the reasons? There are no reasons." --------------enigDA91B54C2AC17685C3E67ABB Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) Comment: Using GnuPG with Netscape - http://enigmail.mozdev.org iD4DBQE9oQunXhc68WspdLARAuv3AJ0Yv9di9lSkjzpKqOtA8oQ/INTnTQCUD/JJ MEzLyTBUMxyUK/G59d1g1w== =LuaY -----END PGP SIGNATURE----- --------------enigDA91B54C2AC17685C3E67ABB-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Oct 7 5:33:30 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6F3337B401 for ; Mon, 7 Oct 2002 05:33:29 -0700 (PDT) Received: from pfepb.post.tele.dk (pfepb.post.tele.dk [193.162.153.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5454643E6E for ; Mon, 7 Oct 2002 05:33:29 -0700 (PDT) (envelope-from freebsd.nospam@mekanix.dk) Received: from frodo.my.domain (0x3ef34db0.albnxx2.adsl.tele.dk [62.243.77.176]) by pfepb.post.tele.dk (Postfix) with ESMTP id BE61E5EE492; Mon, 7 Oct 2002 14:33:26 +0200 (CEST) Content-Type: text/plain; charset="iso-8859-1" From: Bjarne Wichmann Petersen To: The Anarcat Subject: Re: [mplayer] Real and divx Date: Mon, 7 Oct 2002 14:33:28 +0200 User-Agent: KMail/1.4.3 Cc: freebsd-multimedia@freebsd.org References: <200210061701.18744.freebsd.nospam@mekanix.dk> <20021007023657.GB580@lenny.anarcat.ath.cx> In-Reply-To: <20021007023657.GB580@lenny.anarcat.ath.cx> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200210071433.28803.freebsd.nospam@mekanix.dk> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Monday 07 October 2002 04:36, The Anarcat wrote: > This does not belong to freebsd-multimedia. I think you'd have more > luck talking to authoritative sources at mplayer hqs itself. Why do you think so? I don't really think the lads at mplayerHQ knows much about how ports works? Eg. mplayer supports xvid and I've installed it through ports, but the mplayer config-scripts apparently doesn't recognise it. Question is, am I doing something wrong, or doesn't the ports-version of mplayer support this? Bjarne -- Homepage: http://www.mekanix.dk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Oct 7 7:18: 2 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D227337B401 for ; Mon, 7 Oct 2002 07:18:00 -0700 (PDT) Received: from aeimail.aei.ca (aeimail.aei.ca [206.123.6.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBCAA43E75 for ; Mon, 7 Oct 2002 07:17:59 -0700 (PDT) (envelope-from anarcat@anarcat.ath.cx) Received: from shall.anarcat.ath.cx (lc2drgcq8wkma40u@dsl-130-129.aei.ca [66.36.130.129]) by aeimail.aei.ca (8.11.6/8.10.1) with ESMTP id g97EHrM13641; Mon, 7 Oct 2002 10:17:53 -0400 (EDT) Received: from lenny.anarcat.ath.cx (lenny.anarcat.ath.cx [192.168.0.4]) by shall.anarcat.ath.cx (Postfix) with SMTP id D99AD3E1; Mon, 7 Oct 2002 10:23:16 -0400 (EDT) Received: by lenny.anarcat.ath.cx (sSMTP sendmail emulation); Mon, 7 Oct 2002 10:17:04 -0400 Date: Mon, 7 Oct 2002 10:17:04 -0400 From: The Anarcat To: Bjarne Wichmann Petersen Cc: freebsd-multimedia@freebsd.org Subject: Re: [mplayer] Real and divx Message-ID: <20021007141704.GA309@lenny.anarcat.ath.cx> Mail-Followup-To: Bjarne Wichmann Petersen , freebsd-multimedia@freebsd.org References: <200210061701.18744.freebsd.nospam@mekanix.dk> <20021007023657.GB580@lenny.anarcat.ath.cx> <200210071433.28803.freebsd.nospam@mekanix.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline In-Reply-To: <200210071433.28803.freebsd.nospam@mekanix.dk> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Well, I think so because the mplayer manual specifies which codecs mplayer can read. Real is one of those, but mplayer can't read *all* of them. Also, you might be right in your question since the mplayer port only recently had support for activating real stuff in it: =2Eif exists(${LOCALBASE}/lib/RealPlayer8/realplay) WITH_REALPLAYER=3D yes =2Eendif In other words, realplayer needs to be installed before mplayer is compiled in order to make mplayer look for realplay libraries. Hope this helps, A. On Mon Oct 07, 2002 at 02:33:28PM +0200, Bjarne Wichmann Petersen wrote: > On Monday 07 October 2002 04:36, The Anarcat wrote: >=20 > > This does not belong to freebsd-multimedia. I think you'd have more > > luck talking to authoritative sources at mplayer hqs itself. >=20 > Why do you think so? I don't really think the lads at mplayerHQ knows muc= h=20 > about how ports works? Eg. mplayer supports xvid and I've installed it=20 > through ports, but the mplayer config-scripts apparently doesn't recognis= e=20 > it. Question is, am I doing something wrong, or doesn't the ports-version= of=20 > mplayer support this? >=20 > Bjarne > --=20 > Homepage: http://www.mekanix.dk >=20 --=20 Imagination is more important than knowledge - Albert Einstein --dDRMvlgZJXvWKvBx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9oZdfttcWHAnWiGcRAuLOAJ9zx7DPTPZm2u4cdXogtbfKVA/1OgCeNx/R p5Rw335QQm8cgaPTRDiESwA= =DTbI -----END PGP SIGNATURE----- --dDRMvlgZJXvWKvBx-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Oct 7 9: 8:30 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B58737B401 for ; Mon, 7 Oct 2002 09:08:28 -0700 (PDT) Received: from pgh.nepinc.com (pgh.nepinc.com [66.207.129.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A8CF43E88 for ; Mon, 7 Oct 2002 09:08:27 -0700 (PDT) (envelope-from jimd@nepinc.com) Received: from jimslaptop.int (jimslaptop.int [192.100.100.107]) by pgh.nepinc.com (8.11.4/8.11.3) with ESMTP id g97G8Rc32966 for ; Mon, 7 Oct 2002 12:08:27 -0400 (EDT) (envelope-from jimd@nepinc.com) Content-Type: text/plain; charset="us-ascii" From: Jim Durham Reply-To: jimd@nepinc.com Organization: NEP Supershooters To: freebsd-multimedia@freebsd.org Subject: Kmixer devices wrong Date: Mon, 7 Oct 2002 12:08:24 -0400 User-Agent: KMail/1.4.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200210071208.24352.jimd@nepinc.com> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am running kde3.0.2 on 4.7-PRERELEASE on a Dell 4000 laptop with the Maestro 3 soundcard. I noticed that the device "faders" in Kmixer are controlling the wrong sound devices, etc. For instance, the "microphone" fader seems to control the speaker, record gain seems to control the microphone input. Anyone else noticed this? I saw nothing about this on google. -Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Oct 7 9:16:48 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA9F737B401 for ; Mon, 7 Oct 2002 09:16:46 -0700 (PDT) Received: from sunshine.math.utah.edu (sunshine.math.utah.edu [128.110.198.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EB4643E81 for ; Mon, 7 Oct 2002 09:16:46 -0700 (PDT) (envelope-from cjs@sunshine.math.utah.edu) Received: from sunfish.math.utah.edu (IDENT:bTBy/BOcmkojM0rTHBqb6f2Ry1tOGdcg@sunfish.math.utah.edu [128.110.198.233]) by sunshine.math.utah.edu (8.9.3/8.9.3) with ESMTP id KAA23730; Mon, 7 Oct 2002 10:16:44 -0600 (MDT) Received: from localhost (cjs@localhost) by sunfish.math.utah.edu (8.9.3/8.9.3) with ESMTP id KAA07475; Mon, 7 Oct 2002 10:16:42 -0600 (MDT) X-Authentication-Warning: sunfish.math.utah.edu: cjs owned process doing -bs Date: Mon, 7 Oct 2002 10:16:42 -0600 (MDT) From: Chris Staskewicz To: Karl Ewald Cc: multimedia@FreeBSD.ORG Subject: RE: sound recording problems In-Reply-To: <077097E85A6BD3119E910800062786A90512DD56@muc-mail5.ixos.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Still no luck. However, if I reduce the record rate to 8 bits instead of 16, the sound comes out a little more clearer. This uses the recording program supplied with the Gnome. I think it's called "grecord". But there's still too much static and squeeking. I guess I'm confused about the recording rate. There's a sample rate, which is set to 48000 I believe. "grecord" lets you set this, as well as another parameter with values 8 or 16 (bit is the unit). Thanks, Chris. On Fri, 4 Oct 2002, Karl Ewald wrote: > I wrote something along these lines to a different list the other day: > > While the mixer will pick up several sources and mix them to analog output, > to have to select one input for digitizing sound to the dsp interface. xmix > lets you select that and adjust the recording level. It defaults to > microphone input. > > Changing it to line-in and adjusting the recording level to >0 should help. > the other mixer settings are relevant for analog output only. > > Karl > > -----Original Message----- > From: Chris Staskewicz [mailto:cjs@math.utah.edu] > Sent: Freitag, 4. Oktober 2002 07:10 > To: multimedia@FreeBSD.ORG > Subject: RE: sound recording problems > > > Hi BSD fans :) > > Right now I can send analog sound (from my mini-disc, stero, microphone, > etc.) into my soundcard (Soundblaster ???) via the Line-in or mic port, > and sure enough, the sound comes out very clear through the PC speakers > attached to the output. I can open a variety of mixer applications (gmix, > xmix, awemix, etc) and tinker with the sound. However, when I try to > record the sound with programs like (audacity, grecord, etc.) I get > nothing but high pitched squelching and ear-popping white noise. All > these programs attempt to read of /dev/dsp, the bit-rates can be set to 8 > or 16, and the sample rates can be set as well. But none of this seems to > work. Any help??? Thanks so much! > > Chris. > > PS when I used Linux in the past, this attempt to record worked just fine. > I've also noticed that a lot of people are coming up with some unique > ideas of their own by piping info off of /dev/dsp to raw files and then > doing some more magic to get the desired sounds. I'm not too savvy to > this... yet... > > -------------------------------------------------------------------- > Chris Staskewicz > http://www.ZyGob.com/cjs > http://www.math.utah.edu/~cjs > -------------------------------------------------------------------- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > -------------------------------------------------------------------- Chris Staskewicz http://www.ZyGob.com/cjs http://www.math.utah.edu/~cjs -------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Oct 7 10: 3:30 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2942037B401 for ; Mon, 7 Oct 2002 10:03:29 -0700 (PDT) Received: from smtp6.wanadoo.nl (smtp6.wanadoo.nl [194.134.35.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3F2743E75 for ; Mon, 7 Oct 2002 10:03:28 -0700 (PDT) (envelope-from steve@sohara.org) Received: from ams-gw.sohara.org (rot2-p2524.dial.wanadoo.nl [194.134.139.220]) by smtp6.wanadoo.nl (Postfix) with SMTP id 9F6D46F3E5; Mon, 7 Oct 2002 19:03:13 +0200 (CEST) Date: Mon, 7 Oct 2002 19:03:19 +0200 From: Steve O'Hara-Smith To: Anish Mistry Cc: freebsd-multimedia@freebsd.org Subject: Re: mplayer patch for brooktree realtime grabbing Message-Id: <20021007190319.64a2894a.steve@sohara.org> In-Reply-To: <200210061336.27551.mistry.7@osu.edu> References: <20021006153216.78120bd6.steve@sohara.org> <200210061359.g96DxF223298@brother.ludd.luth.se> <20021006185747.2ccd1724.steve@sohara.org> <200210061336.27551.mistry.7@osu.edu> X-Mailer: Sylpheed version 0.8.5 (GTK+ 1.2.10; i386-portbld-freebsd4.7) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX,Kv^-GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, 6 Oct 2002 13:36:27 -0400 Anish Mistry wrote: AM> Is there a chance of getting this patch commited? Does someone just AM> need to send in a pr? I cannot speak for Charles Henrich - so I'll let his comment do so (see below), my own contribution is definitely a hack of which I am far from proud. IMHO it works for the wrong reasons. I think the real problem lies in the YUV generation code for the on board processor and the patch works around it. It would be nice to add YUV420P to the on board set too but it made my brain ache badly last time I looked at it (see /usr/src/sys/dev/bktr/bktr_core.c *_prog() functions and you'll understand why). 2.19 19 Feb 2002 Charles Henrich (henrich@sigbus.com) Modified frame synchronization code to allow arbitrary field pattern matchin (i.e. 2 even, 1 odd makes one clean frame). This is probably bogus, but necessary for YUV format capture and frame signaling. (its also cleaner code in my book :) -- C:>WIN | Directable Mirrors The computer obeys and wins. |A Better Way To Focus The Sun You lose and Bill collects. | licenses available - see: | http://www.sohara.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Oct 7 15:39: 6 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8217237B404 for ; Mon, 7 Oct 2002 15:39:05 -0700 (PDT) Received: from intra.bootstraplab.org (port-212-202-128-197.reverse.qsc.de [212.202.128.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CFE343E6E for ; Mon, 7 Oct 2002 15:38:58 -0700 (PDT) (envelope-from uzs106@ibm.rhrz.uni-bonn.de) Received: from intra.bootstraplab.org (localhost [127.0.0.1]) by intra.bootstraplab.org (8.12.3/8.12.3/Debian -4) with ESMTP id g97MlfFT010318 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=FAIL); Tue, 8 Oct 2002 00:47:42 +0200 Received: from localhost (uzs106@localhost) by intra.bootstraplab.org (8.12.3/8.12.3/Debian -4) with ESMTP id g97MleIH010315; Tue, 8 Oct 2002 00:47:40 +0200 X-Authentication-Warning: intra.bootstraplab.org: uzs106 owned process doing -bs Date: Tue, 8 Oct 2002 00:47:40 +0200 (CEST) From: Heiko Recktenwald X-X-Sender: To: Michael Nottebrock Cc: Vinod , Subject: Re: Help with Streaming media and MPEG files In-Reply-To: <3DA10BA5.9090609@gmx.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, On Mon, 7 Oct 2002, Michael Nottebrock wrote: > Vinod wrote: > > Can anyone please tell me more about MPEG files and > > Streaming Media files(.rm files for example). > > Aren't .rm (real media streaming format) files encoded > > using the MPEG encoding scheme? > > RealMedia files and streams are encoded with proprietary software in > proprietary formats, RealVideo and RealAudio. The only kind of > commitment to MPEG from RealNetworks that I'm aware of, is that the > Universal HelixServer products support some MPEG-4 encoders and players. Realplayer (8 etc) downloads and installs envivio 1.1, when it sees an mp4. But compatibility... There was an envivio 1.2 some time ago at www.envivio.com. Well, Envivio is not Real, but Real does it automatically. H. -- http://www.uni-bonn.de/~uzs106/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Oct 7 16: 5: 2 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E50B37B401 for ; Mon, 7 Oct 2002 16:05:00 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 4FF1643E91 for ; Mon, 7 Oct 2002 16:04:59 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 25832 invoked by uid 0); 7 Oct 2002 23:04:57 -0000 Received: from pd9003296.dip.t-dialin.net (HELO gmx.net) (217.0.50.150) by mail.gmx.net (mp004-rz3) with SMTP; 7 Oct 2002 23:04:57 -0000 Message-ID: <3DA2131C.5000509@gmx.net> Date: Tue, 08 Oct 2002 01:05:00 +0200 From: Michael Nottebrock User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Heiko Recktenwald Cc: Vinod , freebsd-multimedia@FreeBSD.ORG Subject: Re: Help with Streaming media and MPEG files References: X-Enigmail-Version: 0.63.3.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig84D78FC2CA9FD75323790D88" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig84D78FC2CA9FD75323790D88 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Heiko Recktenwald wrote: > Hi, > > On Mon, 7 Oct 2002, Michael Nottebrock wrote: > > >>Vinod wrote: >> >>>Can anyone please tell me more about MPEG files and >>>Streaming Media files(.rm files for example). >>>Aren't .rm (real media streaming format) files encoded >>>using the MPEG encoding scheme? >> >>RealMedia files and streams are encoded with proprietary software in >>proprietary formats, RealVideo and RealAudio. The only kind of >>commitment to MPEG from RealNetworks that I'm aware of, is that the >>Universal HelixServer products support some MPEG-4 encoders and players. > > > Realplayer (8 etc) downloads and installs envivio 1.1, when it sees an > mp4. On any other platform besides windows, too? Regards, -- Michael Nottebrock "And the reasons? There are no reasons." --------------enig84D78FC2CA9FD75323790D88 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) Comment: Using GnuPG with Netscape - http://enigmail.mozdev.org iD8DBQE9ohMfXhc68WspdLARAkiHAJwKYTExpzBFJwj91o305zYOc9wP1wCeN3d2 94sUdLtbImlM7O6wMiaKVuo= =s9gi -----END PGP SIGNATURE----- --------------enig84D78FC2CA9FD75323790D88-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Oct 7 16: 9:24 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D11937B401 for ; Mon, 7 Oct 2002 16:09:23 -0700 (PDT) Received: from intra.bootstraplab.org (port-212-202-128-197.reverse.qsc.de [212.202.128.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F82D43E4A for ; Mon, 7 Oct 2002 16:09:22 -0700 (PDT) (envelope-from uzs106@ibm.rhrz.uni-bonn.de) Received: from intra.bootstraplab.org (localhost [127.0.0.1]) by intra.bootstraplab.org (8.12.3/8.12.3/Debian -4) with ESMTP id g97NI8FT015793 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=FAIL); Tue, 8 Oct 2002 01:18:09 +0200 Received: from localhost (uzs106@localhost) by intra.bootstraplab.org (8.12.3/8.12.3/Debian -4) with ESMTP id g97NI7lp015790; Tue, 8 Oct 2002 01:18:07 +0200 X-Authentication-Warning: intra.bootstraplab.org: uzs106 owned process doing -bs Date: Tue, 8 Oct 2002 01:18:07 +0200 (CEST) From: Heiko Recktenwald X-X-Sender: To: Michael Nottebrock Cc: Vinod , Subject: Re: Help with Streaming media and MPEG files In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Realplayer (8 etc) downloads and installs envivio 1.1, when it sees an > mp4. But compatibility... There was an envivio 1.2 some time ago at > www.envivio.com. Well, Envivio is not Real, but Real does it > automatically. An envivio plugin for linux was announced. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Oct 7 16:43: 5 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B783737B401 for ; Mon, 7 Oct 2002 16:43:02 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 19E6243E3B for ; Mon, 7 Oct 2002 16:43:01 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 11533 invoked by uid 0); 7 Oct 2002 23:42:55 -0000 Received: from pd9003296.dip.t-dialin.net (HELO gmx.net) (217.0.50.150) by mail.gmx.net (mp012-rz3) with SMTP; 7 Oct 2002 23:42:55 -0000 Message-ID: <3DA21C04.2010706@gmx.net> Date: Tue, 08 Oct 2002 01:43:00 +0200 From: Michael Nottebrock User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Heiko Recktenwald Cc: Vinod , freebsd-multimedia@FreeBSD.ORG Subject: Re: Help with Streaming media and MPEG files References: X-Enigmail-Version: 0.63.3.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig3243BE0C241357B8DAB1965E" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig3243BE0C241357B8DAB1965E Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Heiko Recktenwald wrote: >>Realplayer (8 etc) downloads and installs envivio 1.1, when it sees an >>mp4. But compatibility... There was an envivio 1.2 some time ago at >>www.envivio.com. Well, Envivio is not Real, but Real does it >>automatically. > > > An envivio plugin for linux was announced. Given the fact that I had to install the decoding-bits for RealVideo9 by hand for both Linux-RealPlayer8 and Linux-RealOnePlayer-Alpha, I'm not too optimistic concerning the arrival of a working autoupdate too soon. ;) However, I'm getting offtopic here... Regards, -- Michael Nottebrock "And the reasons? There are no reasons." --------------enig3243BE0C241357B8DAB1965E Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) Comment: Using GnuPG with Netscape - http://enigmail.mozdev.org iD8DBQE9ohwHXhc68WspdLARArUjAJ9wm9Z3bO8qscudV3qyoucpdZgExgCfRY6v I8c7r3hJQUlmH7O8ls1N2XU= =3grV -----END PGP SIGNATURE----- --------------enig3243BE0C241357B8DAB1965E-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Oct 8 9:34:59 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F017437B401 for ; Tue, 8 Oct 2002 09:34:57 -0700 (PDT) Received: from intra.bootstraplab.org (port-212-202-128-197.reverse.qsc.de [212.202.128.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DE1543E6A for ; Tue, 8 Oct 2002 09:34:49 -0700 (PDT) (envelope-from uzs106@ibm.rhrz.uni-bonn.de) Received: from intra.bootstraplab.org (localhost [127.0.0.1]) by intra.bootstraplab.org (8.12.3/8.12.3/Debian -4) with ESMTP id g98GheFT009221 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=FAIL); Tue, 8 Oct 2002 18:43:41 +0200 Received: from localhost (uzs106@localhost) by intra.bootstraplab.org (8.12.3/8.12.3/Debian -4) with ESMTP id g98GhdFM009218; Tue, 8 Oct 2002 18:43:39 +0200 X-Authentication-Warning: intra.bootstraplab.org: uzs106 owned process doing -bs Date: Tue, 8 Oct 2002 18:43:39 +0200 (CEST) From: Heiko Recktenwald X-X-Sender: To: Michael Nottebrock Cc: Vinod , Subject: Re: Help with Streaming media and MPEG files In-Reply-To: <3DA21C04.2010706@gmx.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Michael, > >>www.envivio.com. Well, Envivio is not Real, but Real does it > >>automatically. > > > > > > An envivio plugin for linux was announced. > > Given the fact that I had to install the decoding-bits for RealVideo9 by > hand for both Linux-RealPlayer8 and Linux-RealOnePlayer-Alpha, I'm not > too optimistic concerning the arrival of a working autoupdate too soon. > ;) However, I'm getting offtopic here... Well, you'll have to install this envivio beast too, by hand, IMHO. And there is a Macintosh Version announced too. And this is even usefull since realplayer supports playlists...unlike QT. MPEG 4 in practice... Best, H. -- http://www.uni-bonn.de/~uzs106/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Oct 9 12:20: 8 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8529437B404 for ; Wed, 9 Oct 2002 12:20:06 -0700 (PDT) Received: from heaven.gigo.com (heaven.gigo.com [64.57.102.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id A73E343E3B for ; Wed, 9 Oct 2002 12:20:02 -0700 (PDT) (envelope-from lioux@brturbo.com) Received: from 200-163-6-111-bsace7003.dsl.telebrasilia.net.br (200-163-6-111-bsace7003.dsl.telebrasilia.net.br [200.163.6.111]) by heaven.gigo.com (Postfix) with ESMTP id 34501B892 for ; Wed, 9 Oct 2002 12:20:02 -0700 (PDT) Received: (qmail 38658 invoked by uid 1001); 9 Oct 2002 19:19:44 -0000 Message-ID: <20021009191944.38657.qmail@exxodus.fedaykin.here> Date: Wed, 9 Oct 2002 16:19:21 -0300 From: Mario Sergio Fujikawa Ferreira To: freebsd-multimedia@FreeBSD.org Cc: nobutaka@FreeBSD.org Subject: Updated ffmpeg port (CVS snapshot Aug 20, 2002) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.7-PRERELEASE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I bet lots of people here in -multimedia mailing list have been waiting for a new ffmpeg release. Well, I thought that a new version was about to be released when they sampled the CVS snapshot Aug 20, 2002. However, none has been yet. They seem to be working hard on it. Therefore, to ease the minds of the FreeBSD ports users, I prepared an updated version of the ffmpeg port using the CVS snapshot. Could you guys try it? If I do not get any show stoppers, I'll update the port by friday the 11th of October, 2002. :) So, really use the port to see if it works under stress. Heheh By the way, what about adding those nice booktree patches? What do you guys think? - ffmpeg CVS snapshot port http://people.FreeBSD.org/~lioux/ffmpeg.tar.gz - patch so that libxine port works with ffmpeg CVS snapshot http://people.FreeBSD.org/~lioux/patch-libxine -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Oct 9 14:28:16 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C03637B401; Wed, 9 Oct 2002 14:28:15 -0700 (PDT) Received: from smtp5.wanadoo.nl (smtp5.wanadoo.nl [194.134.35.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEEB343E3B; Wed, 9 Oct 2002 14:28:14 -0700 (PDT) (envelope-from steve@sohara.org) Received: from ams-gw.sohara.org (p3684.vwr.wanadoo.nl [212.129.226.108]) by smtp5.wanadoo.nl (Postfix) with SMTP id A0ED374925; Wed, 9 Oct 2002 23:27:57 +0200 (CEST) Date: Wed, 9 Oct 2002 23:28:07 +0200 From: Steve O'Hara-Smith To: Mario Sergio Fujikawa Ferreira Cc: freebsd-multimedia@FreeBSD.org, nobutaka@FreeBSD.org Subject: Re: Updated ffmpeg port (CVS snapshot Aug 20, 2002) Message-Id: <20021009232807.3cddd93e.steve@sohara.org> In-Reply-To: <20021009191944.38657.qmail@exxodus.fedaykin.here> References: <20021009191944.38657.qmail@exxodus.fedaykin.here> X-Mailer: Sylpheed version 0.8.5 (GTK+ 1.2.10; i386-portbld-freebsd4.7) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX,Kv^-GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 9 Oct 2002 16:19:21 -0300 Mario Sergio Fujikawa Ferreira wrote: MSFF> By the way, what about adding those nice booktree patches? MSFF> What do you guys think? I'm game - version including the grab support is now at ftp.sohara.org /pub/ffmpeg.tar.gz Next to it is bsdbktr_tvtune.c and bktr.patch (which is iffy in principle but makes full resolution capture work). I've added the the grab patches and given it a quick whirl. We still need to clean up the configuration problem (choosing device and format) I'll look at it tomorrow night unless someone beats me to it. PS: I also updated the checksums :) -- C:>WIN | Directable Mirrors The computer obeys and wins. |A Better Way To Focus The Sun You lose and Bill collects. | licenses available - see: | http://www.sohara.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Oct 10 11:28:40 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 875E237B401; Thu, 10 Oct 2002 11:28:38 -0700 (PDT) Received: from smtp4.wanadoo.nl (smtp4.wanadoo.nl [194.134.35.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1007E43EA3; Thu, 10 Oct 2002 11:28:38 -0700 (PDT) (envelope-from steve@sohara.org) Received: from ams-gw.sohara.org (i0968.vwr.wanadoo.nl [194.134.211.204]) by smtp4.wanadoo.nl (Postfix) with SMTP id E02E93E839; Thu, 10 Oct 2002 20:27:17 +0200 (CEST) Date: Thu, 10 Oct 2002 20:28:30 +0200 From: Steve O'Hara-Smith To: Steve O'Hara-Smith Cc: lioux@FreeBSD.org, freebsd-multimedia@FreeBSD.org, nobutaka@FreeBSD.org Subject: Re: Updated ffmpeg port (CVS snapshot Aug 20, 2002) Message-Id: <20021010202830.025603db.steve@sohara.org> In-Reply-To: <20021009232807.3cddd93e.steve@sohara.org> References: <20021009191944.38657.qmail@exxodus.fedaykin.here> <20021009232807.3cddd93e.steve@sohara.org> X-Mailer: Sylpheed version 0.8.5 (GTK+ 1.2.10; i386-portbld-freebsd4.7) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX,Kv^-GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 9 Oct 2002 23:28:07 +0200 Steve O'Hara-Smith wrote: SOS> I'm game - version including the grab support is now at SOS> SOS> ftp.sohara.org /pub/ffmpeg.tar.gz I have just updated this with the configuration sorted out, to quote the new Makefile: -------------------------------------------------------- Define WITHOUT_MMX if your system does not support MMX If you want to capture from a bktr(4) supported card you will probably need to set the input device and format You can set BKTR_FORMAT to NTSC or PAL and you can set BKTR_DEV to 0, 1, 2 or 3 (1 is usually the tuner) so for a PAL tuner make BKTR_FORMAT=PAL BKTR_DEV=1 Warning: invalid settings will probably dump cores -------------------------------------------------------- -- C:>WIN | Directable Mirrors The computer obeys and wins. |A Better Way To Focus The Sun You lose and Bill collects. | licenses available - see: | http://www.sohara.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Oct 10 16:37:54 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 695E737B401 for ; Thu, 10 Oct 2002 16:37:52 -0700 (PDT) Received: from heaven.gigo.com (heaven.gigo.com [64.57.102.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C5AF43EAF for ; Thu, 10 Oct 2002 16:37:52 -0700 (PDT) (envelope-from lioux@brturbo.com) Received: from 200-193-224-003-bsace7003.dsl.telebrasilia.net.br (200-193-224-003-bsace7003.dsl.telebrasilia.net.br [200.193.224.3]) by heaven.gigo.com (Postfix) with ESMTP id 6CBE2B827 for ; Thu, 10 Oct 2002 16:37:42 -0700 (PDT) Received: (qmail 75761 invoked by uid 1001); 10 Oct 2002 23:37:17 -0000 Message-ID: <20021010233717.75760.qmail@exxodus.fedaykin.here> Date: Thu, 10 Oct 2002 20:36:55 -0300 From: Mario Sergio Fujikawa Ferreira To: Steve O'Hara-Smith Cc: freebsd-multimedia@FreeBSD.org, nobutaka@FreeBSD.org Subject: Re: Updated ffmpeg port (CVS snapshot Aug 20, 2002) References: <20021009191944.38657.qmail@exxodus.fedaykin.here> <20021009232807.3cddd93e.steve@sohara.org> <20021010202830.025603db.steve@sohara.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021010202830.025603db.steve@sohara.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.7-STABLE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Oct 10, 2002 at 08:28:08PM +0200, Steve O'Hara-Smith wrote: > On Wed, 9 Oct 2002 23:28:07 +0200 > Steve O'Hara-Smith wrote: > > SOS> I'm game - version including the grab support is now at > SOS> > SOS> ftp.sohara.org /pub/ffmpeg.tar.gz > > I have just updated this with the configuration sorted out, > to quote the new Makefile: > > -------------------------------------------------------- > Define WITHOUT_MMX if your system does not support MMX > > If you want to capture from a bktr(4) supported card > you will probably need to set the input device and format > You can set BKTR_FORMAT to NTSC or PAL and you can set > BKTR_DEV to 0, 1, 2 or 3 (1 is usually the tuner) > so for a PAL tuner make BKTR_FORMAT=PAL BKTR_DEV=1 > > Warning: invalid settings will probably dump cores > -------------------------------------------------------- Great! I did a few style changes in the Makefile. For instance, I changed 1) BKTR_FORMAT to WITH_BKTR_FORMAT 2) BKTR_DEV to WITH_BKTR_DEV 3) Changed files/patch-libav::grab_bsdbktr.c to files/grab_bsdbktr.c. It is "installed" by a post-extract target. It's better to maintain a file than a patch :) - updated ffmpeg port http://people.FreeBSD.org/~lioux/ffmpeg.tar.gz What do you guys think? Is it ready for a commit? I'll commit it by 15:00 UTC Friday 11th of October, 2002; if there is nothing against it. Regards, -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Oct 10 21:22:54 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F53237B401; Thu, 10 Oct 2002 21:22:53 -0700 (PDT) Received: from smtp6.wanadoo.nl (smtp6.wanadoo.nl [194.134.35.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACBD643EB1; Thu, 10 Oct 2002 21:22:52 -0700 (PDT) (envelope-from steve@sohara.org) Received: from ams-gw.sohara.org (p3763.vwr.wanadoo.nl [212.129.226.187]) by smtp6.wanadoo.nl (Postfix) with SMTP id 30C0B6EFD9; Fri, 11 Oct 2002 06:22:34 +0200 (CEST) Date: Fri, 11 Oct 2002 06:22:45 +0200 From: Steve O'Hara-Smith To: Mario Sergio Fujikawa Ferreira Cc: freebsd-multimedia@FreeBSD.org, nobutaka@FreeBSD.org Subject: Re: Updated ffmpeg port (CVS snapshot Aug 20, 2002) Message-Id: <20021011062245.0c340473.steve@sohara.org> In-Reply-To: <20021010233717.75760.qmail@exxodus.fedaykin.here> References: <20021009191944.38657.qmail@exxodus.fedaykin.here> <20021009232807.3cddd93e.steve@sohara.org> <20021010202830.025603db.steve@sohara.org> <20021010233717.75760.qmail@exxodus.fedaykin.here> X-Mailer: Sylpheed version 0.8.5 (GTK+ 1.2.10; i386-portbld-freebsd4.7) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX,Kv^-GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 10 Oct 2002 20:36:55 -0300 Mario Sergio Fujikawa Ferreira wrote: MSFF> Great! I did a few style changes in the Makefile. For I like them all. MSFF> What do you guys think? Is it ready for a commit? I'll It passes my tests. -- C:>WIN | Directable Mirrors The computer obeys and wins. |A Better Way To Focus The Sun You lose and Bill collects. | licenses available - see: | http://www.sohara.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message