From owner-freebsd-multimedia@FreeBSD.ORG Sun Jun 1 06:31:58 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 614AF10656BF for ; Sun, 1 Jun 2008 06:31:58 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: from kiwi-computer.com (keira.kiwi-computer.com [63.224.10.3]) by mx1.freebsd.org (Postfix) with SMTP id F2E168FC12 for ; Sun, 1 Jun 2008 06:31:57 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: (qmail 13401 invoked by uid 2001); 1 Jun 2008 06:31:56 -0000 Date: Sun, 1 Jun 2008 01:31:56 -0500 From: "Rick C. Petty" To: Alexander Leidinger Message-ID: <20080601063156.GA13314@keira.kiwi-computer.com> References: <80f4f2b20805290402w84c3f4k3f302385396b6b1c@mail.gmail.com> <20080529170858.GA70632@keira.kiwi-computer.com> <20080530163356.196549a87jpa2gys@webmail.leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080530163356.196549a87jpa2gys@webmail.leidinger.net> User-Agent: Mutt/1.4.2.3i Cc: freebsd-multimedia@freebsd.org Subject: Re: pvrxxx recording X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rick-freebsd@kiwi-computer.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 06:31:58 -0000 On Fri, May 30, 2008 at 04:33:56PM +0200, Alexander Leidinger wrote: > > >mkfifo $TMP_PREFIX.wav > >lame --decode $TMP_PREFIX.mp2 $TMP_PREFIX.wav > > As one of the lame developers: lame is not a decoder, it is a encoder. > You are better off by using an decoder to decode this. I would use > madplay. Sure, but it does the job to decode as well. I just was giving the example of what I use. I use lame because I rip my CDs with it. > >then encode into AC3 using multimedia/ffmpeg: > > > >ffmpeg -i $TMP_PREFIX.wav -y -vn -ab 192000 -acodec ac3 -ar 48000 -ac 2 \ > > $TMP_PREFIX.ac3 > > ffmpeg does not understand mp2 inputs? Hmm, I don't recall. I spent a lot of time setting up my current scripts to work, and once they did I stopped caring. If it's not broke, don't fix it. I do have troubles sometimes if my cuts aren't right and the demux creates mp3 or mp1 files. Bah! -- Rick C. Petty From owner-freebsd-multimedia@FreeBSD.ORG Sun Jun 1 06:41:01 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE4A81065672 for ; Sun, 1 Jun 2008 06:41:01 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: from kiwi-computer.com (keira.kiwi-computer.com [63.224.10.3]) by mx1.freebsd.org (Postfix) with SMTP id 652AB8FC0A for ; Sun, 1 Jun 2008 06:41:01 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: (qmail 13495 invoked by uid 2001); 1 Jun 2008 06:41:00 -0000 Date: Sun, 1 Jun 2008 01:41:00 -0500 From: "Rick C. Petty" To: Jim Stapleton Message-ID: <20080601064100.GB13314@keira.kiwi-computer.com> References: <80f4f2b20805290402w84c3f4k3f302385396b6b1c@mail.gmail.com> <20080529170858.GA70632@keira.kiwi-computer.com> <80f4f2b20805301548x2e5e55d2g32267504797ffcdb@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <80f4f2b20805301548x2e5e55d2g32267504797ffcdb@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-multimedia@freebsd.org Subject: Re: pvrxxx recording X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rick-freebsd@kiwi-computer.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 06:41:01 -0000 On Fri, May 30, 2008 at 06:48:36PM -0400, Jim Stapleton wrote: > > I never said or insinuated that the stepwise process is functional (or > not minded) on my computer. I simply said cat'ing the device to the > drive causes a video that looks acceptable (actually good). > The stepwise process is not feasable with my current setup/situation > due to drive space, and the length of some of the recordings I want to Sure. And you could probably use my (or similar) technique using named pipes and not have to consume the disk space. My method works for me; if it helps you out, great. > do. Also, having tested it out, the coversion is actually worse in the > stepwise process. Probable because you're decoding and reencoding a lot. That's why I use dvbcut and tcrequant. Those two tools supposedly do their work with minimal (if at all) decoding/encoding, thereby reducing artifacts. I did put my technique through a lot of testing before I decided it was worthy of a script. > Also, in the stepped process > * all the conversions took about 4-5 seconds for a 20 second video > * my CPU was at fairly low utilization 45-65%. Which sounds like the conversion will lose quality. The faster the encode, the lower quality. > * At the time of the conversion/recording, my disk IO was being hogged > by a compile and backup process. I have no problems recording two channels simultaneously with my pvr500 while doing other operations such as disk I/O or video conversion. Granted with FreeBSD's caching algorithms, if I don't touch certain processes (like firefox) while I'm converting, I have to wait for those processes to swap in when I do use them again. Video processing is highly memory-intensive. > Is there extra overhead to compressing something straight out of the > tuner? Using a similarly performing algorithm, (2x on each axis, 4x > the power, right?) should be possible real-time with the same 45-65% > CPU utilization. Not sure what you mean. In my case, the video coming out of the card is compressed. I'm certain a standard PCI bus cannot handle the bandwidth of raw video very well, as I've seen with my bktr cards. -- Rick C. Petty From owner-freebsd-multimedia@FreeBSD.ORG Sun Jun 1 08:11:19 2008 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 199C810656F6 for ; Sun, 1 Jun 2008 08:11:19 +0000 (UTC) (envelope-from wthankachan@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.235]) by mx1.freebsd.org (Postfix) with ESMTP id 057148FC18 for ; Sun, 1 Jun 2008 08:11:18 +0000 (UTC) (envelope-from wthankachan@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so556236rvf.43 for ; Sun, 01 Jun 2008 01:11:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=LzBD15GNPZoHws/0/mUeg9rCNzIbi4P/YjVsiTrp95Q=; b=m1vi4GAgQKgBwBqidP3YjRFodHgqChbLNrjjP7+mURH/VJy/C2EEAD+ye99W7rqfzKJClKcWmB/COyoLH7apfwXcDW27zJh8sw9C2PWhFOKtzlc7B82KT86XFcfwEYNsYW8hL/GinQrvsS6NMvAeF1vF7y7c6frfYtktfuqDNmw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=EXL4dknkrOH7FBMdD+nLTfViquxSWPpHp7JdqXAKmX7wI2L4hMARdjDTH+6aIWpSGdgs+WyvIafNbBIKZmowtpFkcMmuEYVIRu/mLQTwf17x2sUUEU3R0dF+M63Ccn0DNY8hAJTkI+Jq1V7cjyjCBLGpSWO6F0WNe+6Uw0OvPhI= Received: by 10.114.235.8 with SMTP id i8mr8249467wah.194.1212306332714; Sun, 01 Jun 2008 00:45:32 -0700 (PDT) Received: by 10.114.145.15 with HTTP; Sun, 1 Jun 2008 00:45:32 -0700 (PDT) Message-ID: Date: Sun, 1 Jun 2008 13:15:32 +0530 From: "Wilson Thankachan" To: multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: open("/dev/bktr0") failed: No such file or directory X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 08:11:19 -0000 Hi, I recently installed PCBSD in my PC and am trying to configure fxtv. I have a Phillips TV tuner. These are the things that I did. 1) I did a make under /usr/ports/multimedia/fxtv/ 2) added the following line in /boot/loader.conf bktr_load="YES" 3) rebooted the PC got the following message in demsg bktr_mem: memory holder loaded 4) when I run fxtv I get the follwing error open("/dev/bktr0") failed: No such file or directory What am i missing? Do i have to install the BKTR driver if so where can I get it. By the I dont see this device under /dev Thanks, Wilson From owner-freebsd-multimedia@FreeBSD.ORG Sun Jun 1 15:26:28 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA39D106566C for ; Sun, 1 Jun 2008 15:26:28 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from parsely.rain.com (parsely.rain.com [199.26.172.196]) by mx1.freebsd.org (Postfix) with ESMTP id 42C188FC16 for ; Sun, 1 Jun 2008 15:26:27 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (uucp@localhost) by parsely.rain.com (8.11.4/8.11.4) with UUCP id m51FQQa21152 for freebsd-multimedia@freebsd.org; Sun, 1 Jun 2008 08:26:26 -0700 (PDT) (envelope-from freebsd@sopwith.solgatos.com) Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id PAA13814; Sun, 1 Jun 2008 15:22:10 GMT Message-Id: <200806011522.PAA13814@sopwith.solgatos.com> To: freebsd-multimedia@freebsd.org In-reply-to: Your message of "Sun, 01 Jun 2008 01:41:00 CDT." <20080601064100.GB13314@keira.kiwi-computer.com> Date: Sun, 01 Jun 2008 08:22:10 +0100 From: Dieter Subject: Re: pvrxxx recording X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 15:26:28 -0000 > > Is there extra overhead to compressing something straight out of the > > tuner? Using a similarly performing algorithm, (2x on each axis, 4x > > the power, right?) should be possible real-time with the same 45-65% > > CPU utilization. > > Not sure what you mean. In my case, the video coming out of the card is > compressed. I'm certain a standard PCI bus cannot handle the bandwidth of > raw video very well, as I've seen with my bktr cards. Analog tuner cards without hardware compression send raw uncompressed video over the PCI bus and it works fine. If I've calculated correctly, 720x480 4:2:0 would be approx 15.5 MB/s. Uncompressed HD would likely be a problem, especially if anything else wants any PCI bandwidth. 4:4:4 would be impossible. But then I don't know of any cards that capture raw HD. Doing lossy compression once is bad enough. Compressing and uncompressing multiple times is a recipe for ugly video. From owner-freebsd-multimedia@FreeBSD.ORG Sun Jun 1 19:52:08 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4044910656C1 for ; Sun, 1 Jun 2008 19:52:08 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.169]) by mx1.freebsd.org (Postfix) with ESMTP id 0674A8FC24 for ; Sun, 1 Jun 2008 19:52:07 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so766721wfg.7 for ; Sun, 01 Jun 2008 12:52:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=mo6Lc57DSkGJ36YNCQimtRDNsJki6v+94tgUMstmRt0=; b=sG1eGGuB6KAzZkwmyTx3RyLg4V0k1yjLz4buFMkxzcAojs5GRxtZzV5ANNgSR5atY9P3Nfc82HCOyua6JLNGN/j0bs3JQwXc1Fg2hjIGanm7Q4Y8hYEHMdBY1bEMAtXMCtX44lhTi0DrzAkEhaz0HHGq6vIjjOaAmzCtRZhP9Es= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DJ30R4V2wIz5xlL3srnUjUHk1SUJ57OJQMSrvaTEg/S/IBz3Dv/9JukZpnu/HASNlqP6zzokEkVHD/rwm+DFvjhMkfCrjtF+9qxPExm3bLcJRKB9l8sVYGGcN5MrJJInQyfXXpJiB/OwrOsMssc6GZDnmGpqaRfxI2cTNwloI+s= Received: by 10.142.231.7 with SMTP id d7mr288000wfh.207.1212349927796; Sun, 01 Jun 2008 12:52:07 -0700 (PDT) Received: by 10.142.174.7 with HTTP; Sun, 1 Jun 2008 12:52:07 -0700 (PDT) Message-ID: Date: Sun, 1 Jun 2008 21:52:07 +0200 From: usleepless@gmail.com To: "Douglas Berry" In-Reply-To: <200805301511.m4UFBIwb033032@monk.cnd.dundas.on.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200805301511.m4UFBIwb033032@monk.cnd.dundas.on.ca> Cc: freebsd-multimedia@freebsd.org, rick-freebsd@kiwi-computer.com Subject: Re: pvrxxx recording X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 19:52:08 -0000 Douglas, On Fri, May 30, 2008 at 5:11 PM, Douglas Berry wrote: > On Thu, 29 May 2008 21:39:01 +0200, usleepless@gmail.com wrote: >> I recently adjusted the bitrate for my profile from ~10Mbit to >> ~5MBit. I hardly notice a difference except for fast moving sports >> such as tennis and motorsports. > > Thanks for that. Before I try reducing the bitrate, is there > a way to turn off interlacing in the driver? On panning > shots, I'm distracted by the "comb effect" on edges. > > Thanks for your work on this driver. which version of the driver are you currently using? the one from ports? did you provide firmware files yourself? regards, usleep From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 2 02:22:13 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D6B61065678 for ; Mon, 2 Jun 2008 02:22:13 +0000 (UTC) (envelope-from doug@bitnix.ca) Received: from fep3.cogeco.net (smtp2.cogeco.ca [216.221.81.29]) by mx1.freebsd.org (Postfix) with ESMTP id 13B668FC1B for ; Mon, 2 Jun 2008 02:22:12 +0000 (UTC) (envelope-from doug@bitnix.ca) Received: from srv.cnd.dundas.on.ca (d141-68-27.home.cgocable.net [24.141.68.27]) by fep3.cogeco.net (Postfix) with ESMTP id 77F8E21B0; Sun, 1 Jun 2008 21:55:15 -0400 (EDT) Received: from monk.cnd.dundas.on.ca (monk.cnd.dundas.on.ca [10.87.0.20]) by srv.cnd.dundas.on.ca (8.14.2/8.14.2) with ESMTP id m521tEVR011963; Sun, 1 Jun 2008 21:55:14 -0400 (EDT) (envelope-from doug@bitnix.ca) Received: from monk.cnd.dundas.on.ca (localhost [127.0.0.1]) by monk.cnd.dundas.on.ca (8.14.2/8.14.2) with ESMTP id m521tCYd004117; Sun, 1 Jun 2008 21:55:12 -0400 (EDT) (envelope-from doug@monk.cnd.dundas.on.ca) Message-Id: <200806020155.m521tCYd004117@monk.cnd.dundas.on.ca> To: usleepless@gmail.com In-reply-to: Your message of "Sun, 01 Jun 2008 21:52:07 +0200." From: "Douglas Berry" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 01 Jun 2008 21:55:12 -0400 Sender: doug@bitnix.ca Cc: freebsd-multimedia@freebsd.org, rick-freebsd@kiwi-computer.com Subject: Re: pvrxxx recording X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 02:22:13 -0000 On Sun, 01 Jun 2008 21:52:07 +0200, usleepless@gmail.com wrote: > Douglas, > > On Fri, May 30, 2008 at 5:11 PM, Douglas Berry wrote: > > On Thu, 29 May 2008 21:39:01 +0200, usleepless@gmail.com wrote: > >> I recently adjusted the bitrate for my profile from ~10Mbit to > >> ~5MBit. I hardly notice a difference except for fast moving sports > >> such as tennis and motorsports. > > > > Thanks for that. Before I try reducing the bitrate, is there > > a way to turn off interlacing in the driver? On panning > > shots, I'm distracted by the "comb effect" on edges. > > > > Thanks for your work on this driver. > > which version of the driver are you currently using? the one from > ports? did you provide firmware files yourself? > > regards, > > usleep > I'm using pvrxxx-20072304... wirh a cxm0: mem 0xf8000000-0xfbffffff irq 21 at device 10.0 on pci2 cxm_iic0: on cxm0 iicbb0: on cxm_iic0 cxm0: Eeprom NTSC tuner: type set to 47 (LG NTSC (TAPE series)) by cxm cxm0: SAA7115 rev 1 video decoder cxm0: MSP4448G-A2 audio decoder cxm0: IR Remote cxm0: [GIANT-LOCKED] cxm0: [ITHREAD] cxm0: encoder firmware version 0x2060039 cxm0: decoder firmware version 0x2020023 cheers, doug From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 2 11:06:57 2008 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 031AA1065683 for ; Mon, 2 Jun 2008 11:06:57 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EBE0F8FC22 for ; Mon, 2 Jun 2008 11:06:56 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m52B6u34093236 for ; Mon, 2 Jun 2008 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m52B6u3l093232 for freebsd-multimedia@FreeBSD.org; Mon, 2 Jun 2008 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 2 Jun 2008 11:06:56 GMT Message-Id: <200806021106.m52B6u3l093232@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-multimedia@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-multimedia@FreeBSD.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 11:06:57 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o o kern/79905 multimedia [sound] sis7018 sound module problem o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/94279 multimedia [snd_neomagic] snd_neomagic crashes on FreeBSD 5.4 and o kern/96538 multimedia [sound] emu10k1-driver inverts channels o kern/97535 multimedia [snd_mss] doesn't work in 6.0-RELEASE and above for Cr o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o kern/104626 multimedia [sound] FreeBSD 6.2 does not support SoundBlaster Audi o kern/104874 multimedia [snd_emu10k1] kldload snd_emu10k1 hangs system o kern/107051 multimedia [sound] only 2 channels output works for the ALC850 (o o kern/107516 multimedia [snd_emu10k1] - skips, clicks and lag after a day of h o kern/114760 multimedia [snd_cmi] snd_cmi driver causing sporadic system hangs o kern/115666 multimedia [sound] Microphone does not work o kern/119181 multimedia [snd_hda] snd_hda needs doesn't recognise headphones o o kern/119759 multimedia [snd_emu10k1] Can not record anything with emu10k1 on o kern/120144 multimedia [snd_hda] snd_hda plays sound on all outputs o kern/121156 multimedia [sound]: [PATCH] Turn on inverted external amplifier s o kern/122086 multimedia [sound] maestro sound driver is working, but mixer ini o ports/122305 multimedia multimedia/gstreame - gst-inspect-0.10 hangs when chec o ports/123327 multimedia Port fix: graphics/libcaca - CONFIGURE_ENV incorrectly 23 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/23546 multimedia [snd_csa] [patch] csa DMA-interrupt problem o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. s kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I o kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible o kern/79678 multimedia [sound] sound works except recording from any source o kern/80632 multimedia [sound] pcm driver missing support for CMI8738 auxilla s kern/83697 multimedia [snd_mss] [patch] support, docs added for full-duplex, o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup o kern/92512 multimedia [sound] distorted mono output with emu10k1 o kern/93986 multimedia [sound] Acer TravelMate 4652LMi pcm0 channel dead o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o kern/98496 multimedia [snd_ich] some functions don't work in my sound kernel o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o kern/100859 multimedia [snd_ich] snd_ich broken on GIGABYTE 915 system o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del o kern/111767 multimedia [sound] ATI SB450 High Definition Audio Controller sou s kern/113950 multimedia [sound] [patch] [request] add per-vchan mixer support o kern/115300 multimedia [snd_hda] snd_hda(4) fails to attach on -CURRENT [regr o kern/117599 multimedia [sound] Audio routing problem NVIDIA MCP51 HDA o kern/117729 multimedia [snd_hda] microphone is not working with snd_hda on Fr o ports/118168 multimedia [patch] multimedia/transcode - Add WITHOUT_X11 and WIT o ports/118237 multimedia Ports: multimedia/ffmpeg fix configure option and add o ports/118289 multimedia port of multimedia/tovid only semi works on 6.2 Releas o kern/119671 multimedia [snd_hda] line is mic and mic is line on Fujitsu Sieme o kern/119931 multimedia [sound] No sound card detected on ASUS "K8V-X SE R2.00 o kern/119973 multimedia [snd_maestro] snd_maestro only works after reload [reg o kern/120780 multimedia [snd_hda] snd_hda doesn't work on Dell Latitutude D530 o kern/120857 multimedia [snd_emu10k1] snd_emu10k1 driver issues a warning on u o ports/121662 multimedia graphics/libcaca - not bumped after imlib2 upgrade o ports/122899 multimedia [PATCH] audio/liba52: powerpc build requires -fPIC o ports/122922 multimedia [ patch ] multimedia/ffmpeg text output is mangled o ports/122967 multimedia Port fix: multimedia/y4mscaler - Define missing symbol o ports/122984 multimedia Port fix: multimedia/dirac-reference - Fix pkg-plist o ports/123409 multimedia [Patch] ports:multimedia/ffmpeg fix WITH_OPTIMIZED_CFL o ports/123684 multimedia [PATCH] audio/nas: update to 1.9.1 37 problems total. From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 2 13:43:07 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 474CC1065673 for ; Mon, 2 Jun 2008 13:43:07 +0000 (UTC) (envelope-from wa4geg@netscape.net) Received: from imo-m20.mx.aol.com (imo-m20.mx.aol.com [64.12.137.1]) by mx1.freebsd.org (Postfix) with ESMTP id 1F0628FC2F for ; Mon, 2 Jun 2008 13:43:07 +0000 (UTC) (envelope-from wa4geg@netscape.net) Received: from wa4geg@netscape.net by imo-m20.mx.aol.com (mail_out_v38_r9.4.) id n.d16.2b9f2614 (57872) for ; Mon, 2 Jun 2008 09:33:02 -0400 (EDT) Received: from MBLK-M25 (mblk-m25.mblk.aol.com [64.12.136.69]) by air-ia02.mail.aol.com (v121.5) with ESMTP id MAILINIA22-e2104843f68e34e; Mon, 02 Jun 2008 09:33:02 -0400 To: freebsd-multimedia@freebsd.org Content-Transfer-Encoding: 7bit Date: Mon, 02 Jun 2008 09:33:02 -0400 X-MB-Message-Source: WebUI X-AOL-IP: 72.161.45.101 X-MB-Message-Type: User MIME-Version: 1.0 From: wa4geg@netscape.net Content-Type: text/plain; charset="us-ascii"; format=flowed X-Mailer: AIM WebMail 37080-STANDARD Received: from 72.161.45.101 by MBLK-M25.sysops.aol.com (64.12.136.69) with HTTP (WebMailUI); Mon, 02 Jun 2008 09:33:02 -0400 Message-Id: <8CA92CC509039FD-12AC-BCC@MBLK-M25.sysops.aol.com> X-Spam-Flag: NO Subject: Sound skips and clicks problem; Asus A8V-X main board anyone? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 13:43:07 -0000 Hi FreeBSD-Multimedia, Sound skips and clicks problem on Asus A8V-X main board, using the VIA VT8251/8237A on-board HDA controller. I'm running a fresh inst of FreeBSD 7.0 Release, AMD64. Anyone have this same main board and the on-board sound working properly? I'd be interested to know how you got it working. What I have so far: Sound driver is snd_hda I've also tried adding the following in etc/sysctl.conf -- but no improvement: hw.snd.latency_profile=0 hw.snd.latency=0 hw.snd.feeder_buffersize=16384 Any suggestions? Please CC me. Thanks, Byron From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 3 01:50:09 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 109E61065671 for ; Tue, 3 Jun 2008 01:50:09 +0000 (UTC) (envelope-from derek.graham@att.net) Received: from smtp111.sbc.mail.re2.yahoo.com (smtp111.sbc.mail.re2.yahoo.com [68.142.229.94]) by mx1.freebsd.org (Postfix) with SMTP id A7D3A8FC30 for ; Tue, 3 Jun 2008 01:50:08 +0000 (UTC) (envelope-from derek.graham@att.net) Received: (qmail 40180 invoked from network); 3 Jun 2008 01:23:28 -0000 Received: from unknown (HELO mulder) (derek.graham@att.net@68.75.174.209 with plain) by smtp111.sbc.mail.re2.yahoo.com with SMTP; 3 Jun 2008 01:23:28 -0000 X-YMail-OSG: vpmdX_oVM1nLJNflHEvrARHQsmmnpJ59HuCKa_xsTX1QHY6n3iLt0Qnar0usXErF4v.wlg4clEeoHF63r5pvwOzrgW7fmIoQkMbrNeC5Qw-- X-Yahoo-Newman-Property: ymail-3 From: Derek Graham Organization: D and M Computers, Inc. To: freebsd-questions@freebsd.org Date: Mon, 2 Jun 2008 20:23:02 -0500 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806022023.03116.derek.graham@att.net> Cc: freebsd-multimedia@freebsd.org Subject: Flickr client X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 01:50:09 -0000 I was curious is there a client that works in FreeBSD in which a flickr client that allows large bulk uploads to flickr? I am wanting to upload more then 5 at a time and tried jUploadr(alot of errors) and kflickr(wont build). Those two are only linux but any advice would be greatly appreciated. Thanks Derek From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 3 02:07:44 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7135106566C for ; Tue, 3 Jun 2008 02:07:44 +0000 (UTC) (envelope-from derek.graham@att.net) Received: from smtp121.sbc.mail.re3.yahoo.com (smtp121.sbc.mail.re3.yahoo.com [66.196.96.94]) by mx1.freebsd.org (Postfix) with SMTP id 539AF8FC17 for ; Tue, 3 Jun 2008 02:07:44 +0000 (UTC) (envelope-from derek.graham@att.net) Received: (qmail 60475 invoked from network); 3 Jun 2008 01:41:03 -0000 Received: from unknown (HELO mulder) (derek.graham@att.net@68.75.174.209 with plain) by smtp121.sbc.mail.re3.yahoo.com with SMTP; 3 Jun 2008 01:41:03 -0000 X-YMail-OSG: dVbYxiMVM1mpDSZuJWlKUXbchtYHjRjycWiOaR2uMzU0YbzXHrHyoQDGylYDbHuu6w21msvMYlCLfvcLbLXjYl7rt_QuIkKJAb5vdL5Yzw-- X-Yahoo-Newman-Property: ymail-3 From: Derek Graham Organization: D and M Computers, Inc. To: Fraser Tweedale Date: Mon, 2 Jun 2008 20:40:38 -0500 User-Agent: KMail/1.9.7 References: <200806022023.03116.derek.graham@att.net> <20080603013524.GA6237@bacardi> In-Reply-To: <20080603013524.GA6237@bacardi> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806022040.38622.derek.graham@att.net> Cc: freebsd-multimedia@freebsd.org Subject: Re: Flickr client X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 02:07:44 -0000 on Monday 02 June 2008Monday 02 June 2008 Fraser Tweedale Fraser Tweedale wrote: > On Mon, Jun 02, 2008 at 08:23:02PM -0500, Derek Graham wrote: > > I was curious is there a client that works in FreeBSD in which a flickr > > client that allows large bulk uploads to flickr? I am wanting to upload > > more then 5 at a time and tried jUploadr(alot of errors) and kflickr(wont > > build). Those two are only linux but any advice would be greatly > > appreciated. > > > > Thanks Derek > > A quick search of the ports tree shows a bunch of perl modules but nothing > in the way of a standalone client. > > frase yeah i looked and saw them, they are all command line and not what i am looking for. LOL I am limited via flash9 issue and a good alternative to flickr or jUploadr :) Time will show a good alternative i am sure. :) From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 3 02:09:45 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B539F1065678 for ; Tue, 3 Jun 2008 02:09:45 +0000 (UTC) (envelope-from Fraser@mail.frase.id.au) Received: from mail.frase.id.au (203-219-142-174.static.tpgi.com.au [203.219.142.174]) by mx1.freebsd.org (Postfix) with ESMTP id 0DE7F8FC1C for ; Tue, 3 Jun 2008 02:09:44 +0000 (UTC) (envelope-from Fraser@mail.frase.id.au) Received: from mail.frase.id.au (localhost [127.0.0.1]) by mail.frase.id.au (8.14.2/8.14.2) with ESMTP id m531ZPf4008399; Tue, 3 Jun 2008 11:35:25 +1000 (EST) (envelope-from Fraser@mail.frase.id.au) Received: (from Fraser@localhost) by mail.frase.id.au (8.14.2/8.14.2/Submit) id m531ZP1r008398; Tue, 3 Jun 2008 11:35:25 +1000 (EST) (envelope-from Fraser) Date: Tue, 3 Jun 2008 11:35:25 +1000 From: Fraser Tweedale To: freebsd-questions@freebsd.org, freebsd-multimedia@freebsd.org Message-ID: <20080603013524.GA6237@bacardi> References: <200806022023.03116.derek.graham@att.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline In-Reply-To: <200806022023.03116.derek.graham@att.net> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: Re: Flickr client X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 02:09:45 -0000 --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 02, 2008 at 08:23:02PM -0500, Derek Graham wrote: > I was curious is there a client that works in FreeBSD in which a flickr c= lient=20 > that allows large bulk uploads to flickr? I am wanting to upload more the= n 5=20 > at a time and tried jUploadr(alot of errors) and kflickr(wont build). Tho= se=20 > two are only linux but any advice would be greatly appreciated. >=20 > Thanks Derek A quick search of the ports tree shows a bunch of perl modules but nothing in the way of a standalone client. frase --OgqxwSJOaUobr8KG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhEn9sACgkQPw/2FZbemTVqKACdEFj1Z9AZlaSVw4Hcx2JiWrXg bDwAnj7ovWlLeejVtd3LSpBgEOXTj2JW =Nlz/ -----END PGP SIGNATURE----- --OgqxwSJOaUobr8KG-- From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 3 02:11:21 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38D811065676 for ; Tue, 3 Jun 2008 02:11:21 +0000 (UTC) (envelope-from bakul@bitblocks.com) Received: from mail.bitblocks.com (bitblocks.com [64.142.15.60]) by mx1.freebsd.org (Postfix) with ESMTP id 0757F8FC1D for ; Tue, 3 Jun 2008 02:11:20 +0000 (UTC) (envelope-from bakul@bitblocks.com) Received: from bitblocks.com (localhost.bitblocks.com [127.0.0.1]) by mail.bitblocks.com (Postfix) with ESMTP id 5C71F5B47; Mon, 2 Jun 2008 19:01:41 -0700 (PDT) To: Derek Graham In-reply-to: Your message of "Mon, 02 Jun 2008 20:23:02 CDT." <200806022023.03116.derek.graham@att.net> Date: Mon, 02 Jun 2008 19:01:41 -0700 From: Bakul Shah Message-Id: <20080603020141.5C71F5B47@mail.bitblocks.com> Cc: freebsd-multimedia@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Flickr client X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 02:11:21 -0000 On Mon, 02 Jun 2008 20:23:02 CDT Derek Graham wrote: > I was curious is there a client that works in FreeBSD in which a flickr clien > t > that allows large bulk uploads to flickr? I am wanting to upload more then 5 > at a time and tried jUploadr(alot of errors) and kflickr(wont build). Those > two are only linux but any advice would be greatly appreciated. > > Thanks Derek How about http://manishrjain.googlepages.com/flickrfs Since this uses FUSE it might easily port to freebsd. From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 3 03:52:24 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 571AD1065678 for ; Tue, 3 Jun 2008 03:52:24 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from bulwark.hamla.org (bulwark.hamla.org [69.55.228.210]) by mx1.freebsd.org (Postfix) with ESMTP id 3FF248FC20 for ; Tue, 3 Jun 2008 03:52:24 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (bulwark [69.55.228.210]) by bulwark.hamla.org (Postfix) with ESMTP id C2F6C1CD32; Mon, 2 Jun 2008 20:34:31 -0700 (PDT) X-Virus-Scanned: by ClamAV at bulwark.hamla.org Received: from bulwark.hamla.org ([69.55.228.210]) by localhost (bulwark.hamla.org [69.55.228.210]) (amavisd-new, port 10024) with LMTP id JxMMKT-gjqI3; Mon, 2 Jun 2008 20:34:28 -0700 (PDT) Date: Mon, 2 Jun 2008 23:34:26 -0400 From: Sahil Tandon To: Derek Graham Message-ID: <20080603033426.GC53289@shepherd> Mail-Followup-To: Derek Graham , freebsd-questions@freebsd.org, freebsd-multimedia@freebsd.org References: <200806022023.03116.derek.graham@att.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200806022023.03116.derek.graham@att.net> Cc: freebsd-multimedia@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Flickr client X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "freebsd-questions@freebsd.org" List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 03:52:24 -0000 Derek Graham wrote: > I was curious is there a client that works in FreeBSD in which a flickr > client that allows large bulk uploads to flickr? I am wanting to upload > more then 5 at a time and tried jUploadr(alot of errors) and kflickr(wont > build). Those two are only linux but any advice would be greatly > appreciated. graphics/f-spot is a photo management tool for GNOME and includes an 'export to flickr' feature. www/p5-Flickr-Upload is a command-line tool that works quite well if you don't need the GUI. -- Sahil Tandon From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 3 04:28:19 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A98B1065674 for ; Tue, 3 Jun 2008 04:28:19 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.188]) by mx1.freebsd.org (Postfix) with ESMTP id 80EEA8FC0A for ; Tue, 3 Jun 2008 04:28:18 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so483807tid.3 for ; Mon, 02 Jun 2008 21:28:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=+Fx1Nso/Zumwn+TxjUjkqv19ICMEllLQuq8olCNMjfg=; b=a08zFMpHsSgKeyLv8UWnqB+QCsAHKWIzIgyYQL1jIaz0aTxXZ7sdZyd6Ybef8GLH220uds5qCYbimNHZZaAj4qIN1CARiHdc0hC6gND4PhPMAr8asK9V1eqnwMjRAFnves2yNvr/NppfiGdtMbaSw4K5cRa1IM/4G/CkjGjCkXg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=H5z9IsrpiGY8wfCDY+vKFwjQai77QtQwwiQUycOmpmyEC46f3qoG4c7T5gKO1/X9inKWWkYKTbtXZMakxuUIEpQ68to0MOfJkEjHmAtJ+Vc40SIZ9FjiNHRf3HCWgP2iA4WLeAT/TXL57k21hWIbHLvcRoN69QkcGMeV9C9R8jU= Received: by 10.110.15.9 with SMTP id 9mr1561512tio.44.1212465825100; Mon, 02 Jun 2008 21:03:45 -0700 (PDT) Received: by 10.110.20.20 with HTTP; Mon, 2 Jun 2008 21:03:45 -0700 (PDT) Message-ID: <81a9e3840806022103j3a7b0da7n1c8c69a49f5563ae@mail.gmail.com> Date: Tue, 3 Jun 2008 12:03:45 +0800 From: "Jyun-Yi Liou" <7yuny1@gmail.com> To: "Derek Graham" In-Reply-To: <200806022023.03116.derek.graham@att.net> MIME-Version: 1.0 References: <200806022023.03116.derek.graham@att.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Flickr client X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 04:28:19 -0000 2008/6/3 Derek Graham : > I was curious is there a client that works in FreeBSD in which a flickr > client > that allows large bulk uploads to flickr? I am wanting to upload more then > 5 > at a time and tried jUploadr(alot of errors) and kflickr(wont build). Those > two are only linux but any advice would be greatly appreciated. > > Thanks Derek > _______________________________________________ > 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" > Hi Derek, I use pearch and give flicker as a key wok, the output I got below net/p5-Net-FS-Flickr A Perl interface for store and retrieve files on Flickr www/flickcurl C library for the Flickr API www/p5-Flickr-API Perl interface to the Flickr API www/p5-Flickr-Upload Upload images to flickr.com www/p5-Net-Flickr-API Base API class for Net::Flickr::* libraries www/p5-Net-Flickr-Backup OOP for backing up your Flickr photos locally www/p5-Net-Flickr-RDF Describe Flickr photos as RDF I think a little perl script will be helpful with www/p5-Flickr-Upload :-D HTH, jyuny1 From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 3 13:32:33 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CDFF106564A for ; Tue, 3 Jun 2008 13:32:33 +0000 (UTC) (envelope-from n0oct@sbcglobal.net) Received: from nlpi015.prodigy.net (nlpi015.sbcis.sbc.com [207.115.36.44]) by mx1.freebsd.org (Postfix) with ESMTP id 26EB78FC2A for ; Tue, 3 Jun 2008 13:32:32 +0000 (UTC) (envelope-from n0oct@sbcglobal.net) Received: from shirley.brainski.com (adsl-70-237-229-226.dsl.stlsmo.sbcglobal.net [70.237.229.226]) (authenticated bits=0) by nlpi015.prodigy.net (8.13.8 smtpauth/dk/8.13.8) with ESMTP id m53DWVtv027417 for ; Tue, 3 Jun 2008 08:32:32 -0500 Date: Tue, 3 Jun 2008 08:32:32 -0500 From: jim smith To: freebsd-multimedia@freebsd.org Message-Id: <20080603083232.8a643d89.n0oct@sbcglobal.net> In-Reply-To: <200806022040.38622.derek.graham@att.net> References: <200806022023.03116.derek.graham@att.net> <20080603013524.GA6237@bacardi> <200806022040.38622.derek.graham@att.net> Organization: Amateur Radio Staion N0OCT X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Flickr client X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 13:32:33 -0000 On Mon, 2 Jun 2008 20:40:38 -0500 Derek Graham wrote: > yeah i looked and saw them, they are all command line and not what i am > looking for. LOL I am limited via flash9 issue and a good alternative to > flickr or jUploadr :) Time will show a good alternative i am sure. > > :) You could always go the wine route, and try an M$ based uploader. -- jim smith From owner-freebsd-multimedia@FreeBSD.ORG Thu Jun 5 18:21:23 2008 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 E0E341065677; Thu, 5 Jun 2008 18:21:23 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BCFCF8FC1F; Thu, 5 Jun 2008 18:21:23 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m55ILNXB074185; Thu, 5 Jun 2008 18:21:23 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m55ILN1N074181; Thu, 5 Jun 2008 18:21:23 GMT (envelope-from linimon) Date: Thu, 5 Jun 2008 18:21:23 GMT Message-Id: <200806051821.m55ILN1N074181@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/124319: [snd_emu10k1] [regression] Cannot record from second card when two cards are in system X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2008 18:21:24 -0000 Old Synopsis: [snd_emu10k1] Regression: Cannot record from second card when two cards are in system New Synopsis: [snd_emu10k1] [regression] Cannot record from second card when two cards are in system Responsible-Changed-From-To: freebsd-bugs->freebsd-multimedia Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jun 5 18:21:03 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=124319 From owner-freebsd-multimedia@FreeBSD.ORG Thu Jun 5 18:51:55 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7411106566C for ; Thu, 5 Jun 2008 18:51:55 +0000 (UTC) (envelope-from frtzkatz@yahoo.com) Received: from web63015.mail.re1.yahoo.com (web63015.mail.re1.yahoo.com [69.147.96.242]) by mx1.freebsd.org (Postfix) with SMTP id A5C3F8FC1C for ; Thu, 5 Jun 2008 18:51:55 +0000 (UTC) (envelope-from frtzkatz@yahoo.com) Received: (qmail 35658 invoked by uid 60001); 5 Jun 2008 18:51:54 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=thzBiUpALBk1+rtw4UWaRgnrXATa4f4pQ3+eTKTiJSn5lLa0kx9xfbg0I798POh7piwIzA3iJyzRSVOBY6yNI9eMKrYzJn5t3N4QdGCxToRXmLSGL5H6NyeNZGiaTEkODVZcYpgbFMCI5Lr8cBcudctt7RvjzD4SaaBUjjVHQ9M=; Received: from [71.165.190.131] by web63015.mail.re1.yahoo.com via HTTP; Thu, 05 Jun 2008 11:51:54 PDT X-Mailer: YahooMailWebService/0.7.199 Date: Thu, 5 Jun 2008 11:51:54 -0700 (PDT) From: Fritz Katz To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <871582.35308.qm@web63015.mail.re1.yahoo.com> Subject: How to add support for (an 'unknown') TV tuner? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: frtzkatz@yahoo.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2008 18:51:56 -0000 Hi, I have a "Encore ENL-TV-FM" video tuner card that I'd like to use on my FreeBSD system. # btsetup btsetup> show BKTR - BrookTree/Conexant BT8x8 based cards =============================================== BKTR MODULE LOADED........... No BKTR DEVICE PERMISSIONS...... Not OK SAA - Philips SAA713x based cards =============================================== SAA MODULE LOADED............ Yes SAA DEVICE PERMISSIONS....... OK SAA CAPTURE CHIP............. Philips SAA7133 SAA TV CARD.................. Unknown card/vendor SAA TUNER TYPE............... Philips, NTSC M/N Looking at 'dmesg' I see both the Philips-SAA7133 and the 'Unknown' appear on the I2C bus: saa0: mem 0xf9fff800-0xf9ffffff irq 16 at device 9.0 on pci1 iicbus0: on saa0 iicbus0: at addr 0 iic0: on iicbus0 saa0: [ITHREAD] It shows up as 'Unknown card/vendor' but the part number on the board is: TNF-5835-MFF (inside tuner can: TNF-9835-A3, Texas_Inst-SN761677-TV-VCR_Tuner Philips-TDA9809-FM_Modulator Philips-TDA7040-stereo-decoder) It's manufactured by 'Shenzhen Tena' in Guangdong China A search of the bttv gallery shows it is very common: ( http://www.bttv-gallery.de/ ): TVGo A11 WDM TVTuner PhTVTune Norwood Micro Tv Sabrent SBT-TVFM Mercury Ez View TV Tuner Powercolor MTV878 Pixelview PlayTV (... more ...) So, it would be worthwhile to start a project to add support for this and similar tuners. I have hardware specs with I2C commands from 'Shenzhen Tena'. Also, I've heard that BrookTree/Conexant is no longer supplying parts for TV-card manufacturers -- I couldn't find any TV-Tuners which have the old cards in stock which the bktr driver supports at my local electronics superstore (Fry's in California). Anyway, in the USA broadcasts are switching over to ATSC-HD-DTV and old NTSC broadcasts are being phased out (by Feb. 2009). New tuners are coming to market everyday. We need to expand the tuner selection available for FreeBSD multimedia. Anyone want to work with me on a project to add drivers for those new, unsupported tuners to FreeBSD? Regards, -- Fritz Katz frtzkatz (at) yahoo.com From owner-freebsd-multimedia@FreeBSD.ORG Thu Jun 5 21:46:11 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E005B106567B for ; Thu, 5 Jun 2008 21:46:11 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id AD8628FC16 for ; Thu, 5 Jun 2008 21:46:11 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so480185wah.3 for ; Thu, 05 Jun 2008 14:46:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Zzy0GEpbiQZwy2sOBlTe2O6W2xBKAMd+JtNiSkVNz/M=; b=FMuS4CXeBLlfTjuQXvjQR0qP8ash8C2H7MvFo7ArP46/3h5zx43uJOt9neYkcbxQXj p64C8s+dGGMpjt4Qhb+hRNiUK1OBhR6yE3V5yDIJ3JJ21Ur96f2bp5reHX6MY0DY2ReC T2W+7N/CwoNBFLVbKt7BdYnj2p0sp7A79SIe8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=FDS0TJR95lG4iOnzirXpoMBDRzjEbCDtoTJ726smaJdQhtqee/0cRwpLaIcxYMYBaM 8taPcOneoQ+teZ4ZPqaL61GRnWff2T3tv/8hBi80VDECewUxCrl/UtT6oy/EZyqo2dyJ 3OAneInqhIQQyhLKynVXxfV45+OP1cO1xN7LA= Received: by 10.114.160.17 with SMTP id i17mr2301053wae.48.1212702371287; Thu, 05 Jun 2008 14:46:11 -0700 (PDT) Received: by 10.114.150.14 with HTTP; Thu, 5 Jun 2008 14:46:11 -0700 (PDT) Message-ID: <80f4f2b20806051446s7b9b381aid162345771934bbd@mail.gmail.com> Date: Thu, 5 Jun 2008 17:46:11 -0400 From: "Jim Stapleton" To: rick-freebsd@kiwi-computer.com In-Reply-To: <20080601064100.GB13314@keira.kiwi-computer.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <80f4f2b20805290402w84c3f4k3f302385396b6b1c@mail.gmail.com> <20080529170858.GA70632@keira.kiwi-computer.com> <80f4f2b20805301548x2e5e55d2g32267504797ffcdb@mail.gmail.com> <20080601064100.GB13314@keira.kiwi-computer.com> Cc: freebsd-multimedia@freebsd.org Subject: Re: pvrxxx recording X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2008 21:46:12 -0000 OK, I found the problem. The emails made a little voice in the back of my head start screaming "check the output bitrate numbskull!" I looked over the output bitrate and got 360K. I tried upping it to 1200K and 1500K (-b in ffmpeg). It went from reencoding at 4-5x, but the quality looked suitable. Still not as good as the original, but good enough I can watch from my couch (where I like watching TV anyway), without complaints. The problem is, the 22MB/20second file turned into 16 and 17MB respectivly. Not much compression improvement. Can anyone reccomend a format combo that will achive a better quality:size ratio than mpeg2video/mp2/mpeg? If ffmpeg doesn't work well, could I get suggestions for a program (and the port that provides the program)? Thanks, -Jim Stapleton From owner-freebsd-multimedia@FreeBSD.ORG Thu Jun 5 23:56:04 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 815A31065679 for ; Thu, 5 Jun 2008 23:56:04 +0000 (UTC) (envelope-from danny@ricin.com) Received: from smtpq1.groni1.gr.home.nl (smtpq1.groni1.gr.home.nl [213.51.130.200]) by mx1.freebsd.org (Postfix) with ESMTP id 0D4778FC2B for ; Thu, 5 Jun 2008 23:56:03 +0000 (UTC) (envelope-from danny@ricin.com) Received: from [213.51.130.190] (port=48632 helo=smtp1.groni1.gr.home.nl) by smtpq1.groni1.gr.home.nl with esmtp (Exim 4.60) (envelope-from ) id 1K4PJK-0006XX-UB for freebsd-multimedia@freebsd.org; Fri, 06 Jun 2008 01:56:02 +0200 Received: from cp1228410-a.dbsch1.nb.home.nl ([84.27.119.97]:60619 helo=desktop.homenet) by smtp1.groni1.gr.home.nl with smtp (Exim 4.60) (envelope-from ) id 1K4PJK-0002Pw-GM for freebsd-multimedia@freebsd.org; Fri, 06 Jun 2008 01:56:02 +0200 Received: by desktop.homenet (sSMTP sendmail emulation); Fri, 6 Jun 2008 01:55:59 +0200 From: "Danny Pansters" To: freebsd-multimedia@freebsd.org Date: Fri, 6 Jun 2008 01:55:58 +0200 User-Agent: KMail/1.9.7 References: <871582.35308.qm@web63015.mail.re1.yahoo.com> In-Reply-To: <871582.35308.qm@web63015.mail.re1.yahoo.com> X-Face: (Zs+'ncTcchkOX|~t6{?Iii=O!G#WEK!+OD0|-F=i%1pvP5V_Sz4PaJC8o)=?utf-8?q?MiSnH/JMJFy=0A=09oBN-My?=, v":S7, (=?utf-8?q?mmkPm=27U=7BMgT+eM=2EBd=5Cp/P!dr=5DhOTXqpse21O!=25Ct=60SE=2EOodq?= =?utf-8?q?=5Dry=5E=23kU=5E=0A=09-?=GT.[8D}i$6P>=" =?utf-8?q?=23=0A=09*J+4d=7E?= MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806060155.59141.danny@ricin.com> X-Spam-Score: 0.0 (/) Subject: Re: How to add support for (an 'unknown') TV tuner? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2008 23:56:04 -0000 On Thursday 05 June 2008 20:51:54 Fritz Katz wrote: > Hi, > > I have a "Encore ENL-TV-FM" video tuner card that I'd like to use on my > FreeBSD system. > > # btsetup > btsetup> show > BKTR - BrookTree/Conexant BT8x8 based cards > =============================================== > BKTR MODULE LOADED........... No > BKTR DEVICE PERMISSIONS...... Not OK > > SAA - Philips SAA713x based cards > =============================================== > SAA MODULE LOADED............ Yes > SAA DEVICE PERMISSIONS....... OK > SAA CAPTURE CHIP............. Philips SAA7133 > SAA TV CARD.................. Unknown card/vendor > SAA TUNER TYPE............... Philips, NTSC M/N > > Looking at 'dmesg' I see both the Philips-SAA7133 and the 'Unknown' > appear on the I2C bus: > > saa0: mem 0xf9fff800-0xf9ffffff irq > 16 at device 9.0 on pci1 iicbus0: on saa0 > iicbus0: at addr 0 > iic0: on iicbus0 > saa0: [ITHREAD] > > It shows up as 'Unknown card/vendor' but the part number on the board is: > TNF-5835-MFF (inside tuner can: > TNF-9835-A3, > Texas_Inst-SN761677-TV-VCR_Tuner > Philips-TDA9809-FM_Modulator > Philips-TDA7040-stereo-decoder) > It's manufactured by 'Shenzhen Tena' in Guangdong China > > A search of the bttv gallery shows it is very common: > ( http://www.bttv-gallery.de/ ): > TVGo A11 WDM TVTuner > PhTVTune > Norwood Micro Tv > Sabrent SBT-TVFM > Mercury Ez View TV Tuner > Powercolor MTV878 > Pixelview PlayTV > (... more ...) > > So, it would be worthwhile to start a project to add support for this and > similar tuners. I have hardware specs with I2C commands from 'Shenzhen > Tena'. > > Also, I've heard that BrookTree/Conexant is no longer supplying parts for > TV-card manufacturers -- I couldn't find any TV-Tuners which have the old > cards in stock which the bktr driver supports at my local electronics > superstore (Fry's in California). Anyway, in the USA broadcasts are > switching over to ATSC-HD-DTV and old NTSC broadcasts are being phased out > (by Feb. 2009). New tuners are coming to market everyday. We need to > expand the tuner selection available for FreeBSD multimedia. > > Anyone want to work with me on a project to add drivers for those new, > unsupported tuners to FreeBSD? > > Regards, > -- Fritz Katz > frtzkatz (at) yahoo.com Are you the same as Reid Judd who emailed me earlier? It seems that for someone in eastern-europe using a similat "TNF" tuner, the audio can be made to work in kbtv2 if the sau device gets opened and closed whenever used, so when it's not kept open. I'm going to just put that in 1.97 (RC4 upcoming). May work too for NTSC with this sort of tuner. As far as the video goes, make sure you select ntsc as video standard, if the image still shows extra data instead of just the active video let me know. Obviously, no feedback == no improvement. Cheers, Dan From owner-freebsd-multimedia@FreeBSD.ORG Fri Jun 6 05:49:10 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53FA2106566B for ; Fri, 6 Jun 2008 05:49:10 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: from kiwi-computer.com (keira.kiwi-computer.com [63.224.10.3]) by mx1.freebsd.org (Postfix) with SMTP id D18408FC15 for ; Fri, 6 Jun 2008 05:49:09 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: (qmail 97326 invoked by uid 2001); 6 Jun 2008 05:49:08 -0000 Date: Fri, 6 Jun 2008 00:49:08 -0500 From: "Rick C. Petty" To: Jim Stapleton Message-ID: <20080606054908.GA97300@keira.kiwi-computer.com> References: <80f4f2b20805290402w84c3f4k3f302385396b6b1c@mail.gmail.com> <20080529170858.GA70632@keira.kiwi-computer.com> <80f4f2b20805301548x2e5e55d2g32267504797ffcdb@mail.gmail.com> <20080601064100.GB13314@keira.kiwi-computer.com> <80f4f2b20806051446s7b9b381aid162345771934bbd@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <80f4f2b20806051446s7b9b381aid162345771934bbd@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-multimedia@freebsd.org Subject: Re: pvrxxx recording X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rick-freebsd@kiwi-computer.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2008 05:49:10 -0000 On Thu, Jun 05, 2008 at 05:46:11PM -0400, Jim Stapleton wrote: > > The problem is, the 22MB/20second file turned into 16 and 17MB > respectivly. Not much compression improvement. > > Can anyone reccomend a format combo that will achive a better > quality:size ratio than mpeg2video/mp2/mpeg? If ffmpeg doesn't work > well, could I get suggestions for a program (and the port that > provides the program)? MPEG4 with a lot of options specified. The problem is the CPU overhead >> real time. -- Rick C. Petty From owner-freebsd-multimedia@FreeBSD.ORG Fri Jun 6 18:14:26 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0F30106564A for ; Fri, 6 Jun 2008 18:14:25 +0000 (UTC) (envelope-from aopopov@yahoo.com) Received: from web51408.mail.re2.yahoo.com (web51408.mail.re2.yahoo.com [206.190.38.187]) by mx1.freebsd.org (Postfix) with SMTP id 9C66F8FC0C for ; Fri, 6 Jun 2008 18:14:25 +0000 (UTC) (envelope-from aopopov@yahoo.com) Received: (qmail 72042 invoked by uid 60001); 6 Jun 2008 17:47:44 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=f3oZ/VJlXOqS2ouiuABCxTIb6BzM0EgZo/BL8SWIohTFEUiS78Yam1jEelSjfYT26xTNghZaW84UAawHLCzK+f5M1Uqr9qD+Q5oBuaZP5th2LVP/sYjUFbPSJ8Na22ub3pCXu5AecU0lCIIlMdf8sn4HdBFFjhSQ604xoG86xtg=; Received: from [83.160.166.152] by web51408.mail.re2.yahoo.com via HTTP; Fri, 06 Jun 2008 10:47:43 PDT X-Mailer: YahooMailRC/975.45 YahooMailWebService/0.7.199 Date: Fri, 6 Jun 2008 10:47:43 -0700 (PDT) From: Alexander Popov To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <121546.71570.qm@web51408.mail.re2.yahoo.com> Subject: hwac3, AC3 passthrough X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2008 18:14:27 -0000 Hi, For a few days already I've been trying to get mplayer to output on S/PDIF, but no luck... Could anybody help? - I've got Trust SC-5250 sound card (CMI8738 chip) that works fine in stereo mode with snd_cmi driver - I'm using FreeBSD 7.0-REL - did set sysctl dev.pcm.0.spdif_enabled=1 - compiled mplayer from ports Whatever I do, I get the following output: "[format] Sample format big-endian AC3 not yet supported [libaf] Reinitialization did not work, audio filter 'format' returned error code -2 Couldn't find matching filter/ao format!" And then through standard analog out I hear some low noise, but nothing on spdif... # cat /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) Installed devices: pcm0: at io 0xdc00 irq 12 kld snd_cmi [MPSAFE] (1p:1v/1r:1v channels duplex default) # # sysctl -a | grep pcm dev.pcm.0.%desc: CMedia CMI8738 dev.pcm.0.%driver: pcm dev.pcm.0.%location: slot=9 function=0 dev.pcm.0.%pnpinfo: vendor=0x13f6 device=0x0111 subvendor=0x13f6 subdevice=0x0111 class=0x040100 dev.pcm.0.%parent: pci0 dev.pcm.0.play.vchans: 1 dev.pcm.0.play.vchanrate: 48000 dev.pcm.0.play.vchanformat: s16le dev.pcm.0.rec.vchans: 1 dev.pcm.0.rec.vchanrate: 48000 dev.pcm.0.rec.vchanformat: s16le dev.pcm.0.buffersize: 16384 dev.pcm.0.spdif_enabled: 1 # And this is the full output I get from mplayer: # mplayer -v -vo null -afm hwac3 4EL_PAUK_3_scteam.ru.avi MPlayer 1.0rc2-4.2.1 (C) 2000-2007 MPlayer Team CPU: AMD Athlon(tm) processor (Family: 6, Model: 4, Stepping: 4) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0 Compiled with runtime CPU detection. get_path('codecs.conf') -> '/root/.mplayer/codecs.conf' Reading /root/.mplayer/codecs.conf: Can't open '/root/.mplayer/codecs.conf': No such file or directory Reading /usr/local/etc/mplayer/codecs.conf: Can't open '/usr/local/etc/mplayer/codecs.conf': No such file or directory Using built-in default codecs.conf. Configuration: --enable-png --enable-menu --disable-faad-external --disable-vidix-external --disable-tv-v4l1 --disable-tv-v4l2 --disable-dvdnav --disable-dvdread --disable-ssse3 --disable-faac --disable-twolame --disable-mencoder --disable-inet6 --disable-mad --disable-libdv --disable-tremor-internal --disable-tremor-external --disable-musepack --enable-libdca --enable-speex --disable-xanim --disable-live --disable-xmms --disable-jack --disable-nas --disable-openal --disable-smb --disable-fribidi --disable-cdparanoia --disable-libcdio --disable-ladspa --disable-liblzo --enable-runtime-cpudetection --win32codecsdir=/usr/local/lib/win32 --enable-real --realcodecsdir=/usr/local/lib/win32 --enable-gui --with-extraincdir=/usr/local/include/freetype2 --enable-freetype --disable-rtc --disable-arts --disable-caca --disable-lirc --disable-sdl --disable-svga --disable-aa --disable-esd --disable-joystick --x-libraries=/usr/local/lib --x-includes=/usr/local/include --prefix=/usr/local --mandir=/usr/local/man --build=i386-portbld-freebsd7.0 CommandLine: '-v' '-vo' 'null' '-afm' 'hwac3' '4EL_PAUK_3_scteam.ru.avi' init_freetype get_path('font/font.desc') -> '/root/.mplayer/font/font.desc' font: can't open file: /root/.mplayer/font/font.desc font: can't open file: /usr/local/share/mplayer/font/font.desc Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay get_path('fonts') -> '/root/.mplayer/fonts' Using nanosleep() timing get_path('input.conf') -> '/root/.mplayer/input.conf' Can't open input config file /root/.mplayer/input.conf: No such file or directory Can't open input config file /usr/local/etc/mplayer/input.conf: No such file or directory Falling back on default (hardcoded) input config get_path('4EL_PAUK_3_scteam.ru.avi.conf') -> '/root/.mplayer/4EL_PAUK_3_scteam.ru.avi.conf' Playing 4EL_PAUK_3_scteam.ru.avi. get_path('sub/') -> '/root/.mplayer/sub/' [file] File size is 1481095168 bytes STREAM: [file] 4EL_PAUK_3_scteam.ru.avi STREAM: Description: File STREAM: Author: Albeu STREAM: Comment: based on the code from ??? (probably Arpi) LAVF_check: avi format AVI file format detected. list_end=0x2286 ======= AVI Header ======= us/frame: 40000 (fps=25.000) max bytes/sec: 0 padding: 0 MainAVIHeader.dwFlags: (272) HAS_INDEX IS_INTERLEAVED frames total: 200150 initial: 0 streams: 2 Suggested BufferSize: 0 Size: 640 x 272 ========================== list_end=0x10F4 ==> Found video stream: 0 [aviheader] Video stream found, -vid 0 ====== STREAM Header ===== Type: vids FCC: xvid (64697678) Flags: 0 Priority: 0 Language: 0 InitialFrames: 0 Rate: 25/1 = 25.000 Start: 0 Len: 200150 Suggested BufferSize: 73346 Quality 10000 Sample size: 0 ========================== Found 'bih', 40 bytes of 40 ======= VIDEO Format ====== biSize 40 biWidth 640 biHeight 272 biPlanes 1 biBitCount 12 biCompression 1145656920='XVID' biSizeImage 1044480 =========================== Regenerating keyframe table for MPEG-4 video. list_end=0x217A ==> Found audio stream: 1 [aviheader] Audio stream found, -aid 1 ====== STREAM Header ===== Type: auds FCC: (0) Flags: 0 Priority: 0 Language: 0 InitialFrames: 1 Rate: 48000/1 = 48000.000 Start: 0 Len: 384287232 Suggested BufferSize: 4608 Quality -1 Sample size: 1 ========================== Found 'wf', 18 bytes of 18 ======= WAVE Format ======= Format Tag: 8192 (0x2000) Channels: 6 Samplerate: 48000 avg byte/sec: 48000 Block align: 1 bits/sample: 0 cbSize: 0 ========================================================================== list_end=0x2286 AVI: dmlh found (size=248) (total_frames=200150) list_end=0x22C6 hdr=Software size=43 Software : VirtualDubMod 1.5.4.1 (build 2178/release) list_end=0x58027D5E Found movie at 0x280C - 0x58027D5E Reading INDEX block, 283546 chunks for 200150 frames (fpos=1476558182). AVI index offset: 0x2808 (movi=0x280C idx0=0x4 idx1=0x120C) Auto-selected AVI audio ID = 1 Auto-selected AVI video ID = 0 AVI: Searching for audio stream (id:1) AVI video size=1089891503 (200150) audio size=384287232 (384287232) VIDEO: [XVID] 640x272 12bpp 25.000 fps 1089.1 kbps (132.9 kbyte/s) [V] filefmt:3 fourcc:0x44495658 size:640x272 fps:25.00 ftime:=0.0400 Clip info: Software: VirtualDubMod 1.5.4.1 (build 2178/release) get_path('sub/') -> '/root/.mplayer/sub/' ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family INFO: libavcodec init OK! Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4) ========================================================================== ========================================================================== Trying to force audio codec driver family hwac3... Opening audio decoder: [hwac3] AC3/DTS pass-through S/PDIF dec_audio: Allocating 8192 bytes for input buffer. dec_audio: Allocating 16384 + 65536 = 81920 bytes for output buffer. No accelerated IMDCT transform found hwac3: switched to AC3, 384000 bps, 48000 Hz AUDIO: 48000 Hz, 2 ch, ac3, 384.0 kbit/25.00% (ratio: 48000->192000) Selected audio codec: [hwac3] afm: hwac3 (AC3 through S/PDIF) ========================================================================== Building audio filter chain for 48000Hz/2ch/ac3 -> 0Hz/0ch/??... [libaf] Adding filter dummy [dummy] Was reinitialized: 48000Hz/2ch/ac3 [dummy] Was reinitialized: 48000Hz/2ch/ac3 ao2: 48000 Hz 2 chans ac3 audio_setup: using '/dev/dsp' dsp device audio_setup: using '/dev/mixer' mixer device audio_setup: using 'pcm' mixer device [AO OSS] Can't set audio device /dev/dsp to ac3 output, trying s16le... audio_setup: sample format: s16le (requested: s16le) audio_setup: using 2 channels (requested: 2) audio_setup: using 48000 Hz samplerate (requested: 48000) audio_setup: frags: 32/32 (2048 bytes/frag) free: 65536 AO: [oss] 48000Hz 2ch s16le (2 bytes per sample) AO: Description: OSS/ioctl audio output AO: Author: A'rpi Building audio filter chain for 48000Hz/2ch/ac3 -> 48000Hz/2ch/s16le... [dummy] Was reinitialized: 48000Hz/2ch/ac3 [libaf] Adding filter format [format] Sample format big-endian AC3 not yet supported [libaf] Reinitialization did not work, audio filter 'format' returned error code -2 Couldn't find matching filter/ao format! Starting playback... XXX initial v_pts=0.000 a_pos=4608 (0.096) [ffmpeg] aspect_ratio: 2.352941 VDec: vo config request - 640 x 272 (preferred colorspace: Planar YV12) Trying filter chain: vo VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is 2.35:1 - prescaling to correct movie aspect. VO Config (640x272->640x272,flags=0,'MPlayer',0x32315659) VO: [null] 640x272 => 640x272 Planar YV12 VO: Description: Null video output VO: Author: Aaron Holtzman *** [vo] Allocating (slices) mp_image_t, 640x272x12bpp YUV planar, 261120 bytes *** [vo] Allocating (slices) mp_image_t, 640x272x12bpp YUV planar, 261120 bytes *** [vo] Allocating (slices) mp_image_t, 640x272x12bpp YUV planar, 261120 bytes A: 1.2 V: 1.2 A-V: 0.005 ct: 0.000 31/ 31 3% 0% 0.4% 0 0 MPlayer interrupted by signal 2 in module: sleep_timer Uninit audio: hwac3 Uninit video: ffmpeg vo: x11 uninit called but X11 not inited.. # From owner-freebsd-multimedia@FreeBSD.ORG Fri Jun 6 18:48:32 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB0D31065675 for ; Fri, 6 Jun 2008 18:48:32 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from heka.cenkes.org (heka.cenkes.org [208.79.80.110]) by mx1.freebsd.org (Postfix) with ESMTP id E71828FC0C for ; Fri, 6 Jun 2008 18:48:32 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from amilo.cenkes.org (ppp91-76-104-39.pppoe.mtu-net.ru [91.76.104.39]) (Authenticated sender: sat) by heka.cenkes.org (Postfix) with ESMTPSA id 63C3E242F930; Fri, 6 Jun 2008 22:29:51 +0400 (MSD) Date: Fri, 6 Jun 2008 22:29:45 +0400 From: Andrew Pantyukhin To: Alexander Popov Message-ID: <20080606182941.GE52896@amilo.cenkes.org> References: <121546.71570.qm@web51408.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <121546.71570.qm@web51408.mail.re2.yahoo.com> X-OS: FreeBSD 8.0-CURRENT amd64 User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-multimedia@freebsd.org Subject: Re: hwac3, AC3 passthrough X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2008 18:48:33 -0000 On Fri, Jun 06, 2008 at 10:47:43AM -0700, Alexander Popov wrote: > Hi, > For a few days already I've been trying to get mplayer to > output on S/PDIF, but no luck... Could anybody help? > > - I've got Trust SC-5250 sound card (CMI8738 chip) that works > fine in stereo mode with snd_cmi driver FWIW, I've got a number of motherboards with via8237 built-in audio. S/PDIF (pass through and otherwise) only works with audio/oss from ports. Maybe you should give it a try.