From owner-freebsd-multimedia@FreeBSD.ORG Sun Jun 15 18:58:04 2003 Return-Path: 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 335A937B401 for ; Sun, 15 Jun 2003 18:58:03 -0700 (PDT) Received: from gull.mail.pas.earthlink.net (gull.mail.pas.earthlink.net [207.217.120.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A6F043F75 for ; Sun, 15 Jun 2003 18:58:03 -0700 (PDT) (envelope-from rpratt1950@earthlink.net) Received: from user139.net312.fl.sprint-hsd.net ([198.70.222.139] helo=k6-2.weeble.com) by gull.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 19RjFy-0001CO-00 for freebsd-multimedia@FreeBSD.org; Sun, 15 Jun 2003 18:58:02 -0700 Date: Sun, 15 Jun 2003 21:59:47 -0400 From: Randy Pratt To: freebsd-multimedia@FreeBSD.org Message-Id: <20030615215947.38a4eb62.rpratt1950@earthlink.net> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Combine/split mpeg2 files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2003 01:58:04 -0000 I'm probably approaching this wrong or using the wrong tools for the job. Maybe someone could nudge me in the right direction. My objective is to recombine and resplit some mpeg2 files to fit on 700M CDR's. Typically, the original files would look like this: file-part1.mpg 799M file-part2.mpg 500M I've tried two approaches. The best result from a viewing standpoint was obtained with the second trial. First Trial: ------------------------------------------------------------------- mpgtx -j file-part1.mpg [0:00.0-] file-part2.mpg [0:00.0-] -o joined.mpg When playing the joined.mpg, there is a "green flash" in the video at the joining point and these messages appear on the console: @@@ libmpeg2 returned from sig11... (bad file?) @@@ 79% 46% 15.0% 1010 0 0% @@@ libmpeg2 returned from sig11... (bad file?) @@@ ... @@@ libmpeg2 returned from sig11... (bad file?) @@@ A:2584.6 V:2559.3 A-V: 25.349 ct: 4.534 1764/1761 81% 46% 15.5% 1050 0 0 The timer (OSD seek mode) correctly displays the position in the video at any point. When trying to split the joined.mpg, messages like these start appearing on the console: 39.17% PACK: TS <0, corrected to 0, movie will have problems playing! Of course, these messages correspond to the point where the two original files were combined but the split segments play fine (with the exception of the annoying "green flash" at the original joining point. How would I remove the annoying "green flash"? Second Trial: ------------------------------------------------------------------ I used "cat" to combine the two files. cat file-part1.mpg > joined.mpg cat file-part2.mpg >> joined.mpg This joined.mpg played very well with no "green flash" or console errors. The timer/position displays the correct total time, but it "resets" to 0:00:00/01:11:09 when it reaches the joining point. I suspect this is what causes the console messages when trying to split the joined.mpg file. mpgtx -s joined.mpg {675M} At the point were the two original files were joined, tons of these messages display until the splitting is completed: PES01: TS <0, corrected to 0, movie will have problems playing! PACK: TS <0, corrected to 0, movie will have problems playing! However, the movie plays fine and the timer/position will display correctly unless I try to jump forward or backwards which causes the timer/position to reset to 00:00:00.0/00:33.42 . Is there any way to correct the indexing? Any other approaches or suggestions would be most appreciated. Thanks, Randy From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 16 00:45:32 2003 Return-Path: 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 C851A37B401 for ; Mon, 16 Jun 2003 00:45:32 -0700 (PDT) Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3F8E43F75 for ; Mon, 16 Jun 2003 00:45:31 -0700 (PDT) (envelope-from Alexander@Leidinger.net) Received: from fwd00.aul.t-online.de by mailout03.sul.t-online.com with smtp id 19RogA-0004oC-0C; Mon, 16 Jun 2003 09:45:26 +0200 Received: from Andro-Beta.Leidinger.net (bLC7KYZcZeJO+vPj5a32T58vg3TWWMH9lwyGLKHT8RNp7NH6xarQ4g@[217.83.22.229]) by fmrl00.sul.t-online.com with esmtp id 19Rog0-1YNMky0; Mon, 16 Jun 2003 09:45:16 +0200 Received: from Magelan.Leidinger.net (Magelan [192.168.1.1]) h5G7jFoM086533; Mon, 16 Jun 2003 09:45:15 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magelan.Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.12.9/8.12.9) with SMTP id h5G7jFpT000751; Mon, 16 Jun 2003 09:45:15 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Mon, 16 Jun 2003 09:45:15 +0200 From: Alexander Leidinger To: Randy Pratt Message-Id: <20030616094515.334e7c48.Alexander@Leidinger.net> In-Reply-To: <20030615215947.38a4eb62.rpratt1950@earthlink.net> References: <20030615215947.38a4eb62.rpratt1950@earthlink.net> X-Mailer: Sylpheed version 0.8.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Seen: false X-ID: bLC7KYZcZeJO+vPj5a32T58vg3TWWMH9lwyGLKHT8RNp7NH6xarQ4g@t-dialin.net cc: freebsd-multimedia@freebsd.org Subject: Re: Combine/split mpeg2 files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2003 07:45:33 -0000 On Sun, 15 Jun 2003 21:59:47 -0400 Randy Pratt wrote: > My objective is to recombine and resplit some mpeg2 files to fit on > 700M CDR's. Typically, the original files would look like this: > > file-part1.mpg 799M > file-part2.mpg 500M I don't have a fix for your problem, but do you know that a 800 MB mpeg2 file fits on a 80min CD-R if you burn it as a SVCD (upto 810 MB (depending on the CD-R) if you overburn)? Bye, Alexander. -- Intel: where Quality is job number 0.9998782345! http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 16 01:13:01 2003 Return-Path: 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 0BBEE37B401 for ; Mon, 16 Jun 2003 01:13:01 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8485043F93 for ; Mon, 16 Jun 2003 01:12:59 -0700 (PDT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205]) by abigail.blackend.org (8.12.3/8.12.3) with ESMTP id h5G8CobS049867; Mon, 16 Jun 2003 10:12:51 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost [127.0.0.1]) h5G8CnLP000667; Mon, 16 Jun 2003 10:12:49 +0200 (CEST) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.12.9/8.12.9/Submit) id h5G8CmO7000666; Mon, 16 Jun 2003 10:12:48 +0200 (CEST) (envelope-from marc) Date: Mon, 16 Jun 2003 10:12:48 +0200 From: Marc Fonvieille To: Randy Pratt Message-ID: <20030616081248.GA550@nosferatu.blackend.org> References: <20030615215947.38a4eb62.rpratt1950@earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030615215947.38a4eb62.rpratt1950@earthlink.net> User-Agent: Mutt/1.4i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.1-CURRENT cc: freebsd-multimedia@FreeBSD.org Subject: Re: Combine/split mpeg2 files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2003 08:13:01 -0000 On Sun, Jun 15, 2003 at 09:59:47PM -0400, Randy Pratt wrote: > I'm probably approaching this wrong or using the wrong tools for the > job. Maybe someone could nudge me in the right direction. > > My objective is to recombine and resplit some mpeg2 files to fit on > 700M CDR's. Typically, the original files would look like this: > > file-part1.mpg 799M > file-part2.mpg 500M > [...] Maybe /usr/ports/multimedia/gopchop is the solution, a tool called mpegcat is also coming with gopchop... Marc From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 16 05:47:02 2003 Return-Path: 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 BD05737B409 for ; Mon, 16 Jun 2003 05:47:02 -0700 (PDT) Received: from hoemail1.firewall.lucent.com (hoemail1.lucent.com [192.11.226.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id E915F43FB1 for ; Mon, 16 Jun 2003 05:47:00 -0700 (PDT) (envelope-from lucas@smtp.dam.brown.edu) Received: from r2d2.box (h135-222-112-181.lucent.com [135.222.112.181]) ESMTP id h5GCktO27742 for ; Mon, 16 Jun 2003 07:46:56 -0500 (CDT) Received: from me (localhost [127.0.0.1]) by r2d2.box (Postfix) with SMTP id 8ABCE910; Sat, 14 Jun 2003 16:51:52 -0400 (EDT) Received: (nullmailer pid 6428 invoked by uid 1000); Sat, 14 Jun 2003 20:51:52 -0000 Date: Sat, 14 Jun 2003 16:51:52 -0400 From: Lucas Wilcox To: Randy Pratt Message-ID: <20030614205151.GA6045@r2d2.ri.cox.net> References: <20030612014649.GA1525@r2d2.fdu.edu> <3EEA1948.7000100@vicor.com> <20030613191012.GA14158@r2d2.mh.lucent.com> <3EEA2FDE.1080508@vicor.com> <20030614143801.GB4882@r2d2.ri.cox.net> <20030614140515.694acb34.rpratt1950@earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030614140515.694acb34.rpratt1950@earthlink.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD r2d2 4.8-RELEASE FreeBSD 4.8-RELEASE cc: kmarx@vicor.com cc: Lucas Wilcox cc: freebsd-multimedia@freebsd.org Subject: Re: Problems playing certain wav files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2003 12:47:03 -0000 Randy, This did not work for me. I am posting this to the mailing list so it might help other people know what we tried as it may work for them. Lucas On Sat, Jun 14, 2003 at 02:05:15PM -0400, Randy Pratt wrote: > Lucas, > > try this: > sox KDE_Beep_ClassicBeep.wav -w -s -r22050 beep.22050.wav > > I think there is a typo in the example that you had (used "_" instead of "."). > > Doing that will allow it to convert and it will work using the sox "play". > > If this works for you, you might want to post back to the list showing > what you did to make it work. It'll be helpful for others when they > search the archives! > > I'm not subscribed to the group and just read the online stuff and > occasionally post/answer. > > Randy > > On Sat, 14 Jun 2003 10:38:02 -0400 > Lucas Wilcox wrote: > > > I tried to change the sample rate on the files with no luck. See the > > other email I just sent to randy but I tested my desktop machine and it > > can play the files unchanged. I am also sending this email to randy to > > see if changing the sample rate will help him play the weird wavefiles. > > > > I am now thinking the problem is either a difference between 4.7 and 4.8 > > or it is in the driver. If I new more about the sound driver structure > > it might be something common to our cards that is not apart of the > > driver for my desktop card. > > > > Lucas > > > > On Fri, Jun 13, 2003 at 01:11:10PM -0700, Ken Marx wrote: > > > Hey there, > > > > > > So I bumbled around on this for a bit. I believe it's simply to > > > do with the rather odd sample rate of 22254 in the beep file: > > > > > > KDE_Beep_ClassicBeep_wav: RIFF (little-endian) data, WAVE audio, Microsoft > > > PCM, 8 bit, mono 22254 Hz > > > > > > If I load into snack (a very cool utility from > > > http://www.speech.kth.se/snack/) > > > it warns of needing to convert from a non-recognized sample rate. It > > > seems to do this and then play it fine. > > > > > > I then tried using sox to convert it: > > > > > > % sox KDE_Beep_ClassicBeep_wav -w -s -r22050 beep.22050.wav > > > > > > (The -s avoids a warning about u-law and unsigned values). > > > > > > The above plays fine for me. Not really sure why I have to > > > use 16 bit samples. Leaving the -w gives 8 bit samples, but > > > it doesn't play. I'm attaching my converted beep > > > for your inbox and listening pleasure. > > > > > > Btw, my laptop hardware is: > > > pcm0: at memory 0xefff8000 irq 11 (4p/2r/0v > > > channels duplex) > > > > > > Hope this helps some. If so, feel free to post back to the > > > group. I'm too shy. > > > > > > best regards, > > > k. > > > > > > Lucas Wilcox wrote: > > > >I would like that. > > > > > > > >The wavefiles are from some kde distribution. I found them in > > > >/usr/local/share/sounds. I have attached them to this email. I can > > > >hear KDE_Notify.wav but I hear nothing from KDE_Beep_ClassicBeep.wav. > > > >It would be interesting to know what you experience. What sound > > > >hardware do you have? > > > > > > > >Thanks, > > > >Lucas > > > > > > > >On Fri, Jun 13, 2003 at 11:34:48AM -0700, Ken Marx wrote: > > > > > > > >>Hi, > > > >> > > > >>I'm running 4.8-RC FreeBSD and could try your wavefiles for what it's > > > >>worth. Send them along if you wish. > > > >> > > > >>k > > > >> > > > >>Lucas Wilcox wrote: > > > >> > > > >>>Hi, > > > >>>I recently install freebsd 4.8 on my laptop and am having some problems > > > >>>with the sound. First, xmms works great no problems. For some wave > > > >>>files I can play them no problem and some will not play. No error > > > >>>message, wavplay just quits right away without playing the sound. What > > > >>>can I do to trouble-shoot this better? My main concern is that the > > > >>>sound from xmame is not working. It works in freebsd 4.7 on my desktop > > > >>>machine. > > > >>> > > > >>>Here is my setup: > > > >>>uname -a > > > >>>FreeBSD r2d2 4.8-RELEASE FreeBSD 4.8-RELEASE #1: Sun Apr 20 00:06:26 > > > >>>EDT 2003 root@r2d2:/usr/obj/usr/src/sys/R2D2 i386 > > > >>> > > > >>>cat /dev/sndstat > > > >>>FreeBSD Audio Driver (newpcm) > > > >>>Installed devices: > > > >>>pcm0: at I/O port 0x3000 irq 11 > > > >>>(4p/0r/4v channels duplex) > > > >>> > > > >>>I also have in my /etc/sysctl.conf > > > >>>hw.snd.pcm0.vchans=4 > > > >>> > > > >>> > > > >>>I can provide working and not working wave files if anyone is > > > >>>interested. Thanks for everyones time. > > > >>> > > > >>>Lucas > > > >>>_______________________________________________ > > > >>>freebsd-multimedia@freebsd.org mailing list > > > >>>http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > > > >>>To unsubscribe, send any mail to > > > >>>"freebsd-multimedia-unsubscribe@freebsd.org" > > > >>> > > > >>> > > > >> > > > >>-- > > > >>Ken Marx, kmarx@vicor-nb.com > > > >>Get to work on the market reality!! > > > >> - http://www.bigshed.com/cgi-bin/speak.cgi > > > > > > -- > > > Ken Marx, kmarx@vicor-nb.com > > > We are empowered to get lean and mean and set the agenda regarding > > > client/server issue. > > > - http://www.bigshed.com/cgi-bin/speak.cgi > > > > From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 16 13:51:21 2003 Return-Path: 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 C8EAD37B401 for ; Mon, 16 Jun 2003 13:51:21 -0700 (PDT) Received: from sploot.vicor-nb.com (sploot.vicor-nb.com [208.206.78.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1845D43F85 for ; Mon, 16 Jun 2003 13:51:21 -0700 (PDT) (envelope-from kmarx@vicor.com) Received: from vicor.com (localhost [127.0.0.1]) by sploot.vicor-nb.com (8.12.8/8.12.8) with ESMTP id h5GKhnh9051391; Mon, 16 Jun 2003 13:43:49 -0700 (PDT) (envelope-from kmarx@vicor.com) Message-ID: <3EEE2C05.3000506@vicor.com> Date: Mon, 16 Jun 2003 13:43:49 -0700 From: Ken Marx User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3b) Gecko/20030402 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lucas Wilcox References: <20030612014649.GA1525@r2d2.fdu.edu> <3EEA1948.7000100@vicor.com> <20030613191012.GA14158@r2d2.mh.lucent.com> <3EEA2FDE.1080508@vicor.com> <20030614143801.GB4882@r2d2.ri.cox.net> <20030614140515.694acb34.rpratt1950@earthlink.net> <20030614205151.GA6045@r2d2.ri.cox.net> In-Reply-To: <20030614205151.GA6045@r2d2.ri.cox.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-multimedia@freebsd.org cc: Randy Pratt Subject: Re: Problems playing certain wav files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2003 20:51:22 -0000 Hi, Just to add another data point: We have a box here: 4.8-RELEASE FreeBSD 4.8-RELEASE #1: Thu Apr 3 11:55:56 PST 2003 pcm0: at io 0x1440 irq 9 (1p/1r/2v channels duplex) that plays *both* pre and post sox'd versions of the beep file fine. I wonder if it's just something with the Maestro chip support. I don't see any diffs between 4.7/8 in pci/maestro*. I know someone who has a maestro-2 chip on his laptop at home, running 5.x. I'll send your file to him and let you know. k Lucas Wilcox wrote: > Randy, > > This did not work for me. I am posting this to the mailing list so it > might help other people know what we tried as it may work for them. > > Lucas > > On Sat, Jun 14, 2003 at 02:05:15PM -0400, Randy Pratt wrote: > >>Lucas, >> >>try this: >> sox KDE_Beep_ClassicBeep.wav -w -s -r22050 beep.22050.wav >> >>I think there is a typo in the example that you had (used "_" instead of "."). >> >>Doing that will allow it to convert and it will work using the sox "play". >> >>If this works for you, you might want to post back to the list showing >>what you did to make it work. It'll be helpful for others when they >>search the archives! >> >>I'm not subscribed to the group and just read the online stuff and >>occasionally post/answer. >> >>Randy >> >>On Sat, 14 Jun 2003 10:38:02 -0400 >>Lucas Wilcox wrote: >> >> >>>I tried to change the sample rate on the files with no luck. See the >>>other email I just sent to randy but I tested my desktop machine and it >>>can play the files unchanged. I am also sending this email to randy to >>>see if changing the sample rate will help him play the weird wavefiles. >>> >>>I am now thinking the problem is either a difference between 4.7 and 4.8 >>>or it is in the driver. If I new more about the sound driver structure >>>it might be something common to our cards that is not apart of the >>>driver for my desktop card. >>> >>>Lucas >>> >>>On Fri, Jun 13, 2003 at 01:11:10PM -0700, Ken Marx wrote: >>> >>>>Hey there, >>>> >>>>So I bumbled around on this for a bit. I believe it's simply to >>>>do with the rather odd sample rate of 22254 in the beep file: >>>> >>>>KDE_Beep_ClassicBeep_wav: RIFF (little-endian) data, WAVE audio, Microsoft >>>>PCM, 8 bit, mono 22254 Hz >>>> >>>>If I load into snack (a very cool utility from >>>>http://www.speech.kth.se/snack/) >>>>it warns of needing to convert from a non-recognized sample rate. It >>>>seems to do this and then play it fine. >>>> >>>>I then tried using sox to convert it: >>>> >>>>% sox KDE_Beep_ClassicBeep_wav -w -s -r22050 beep.22050.wav >>>> >>>>(The -s avoids a warning about u-law and unsigned values). >>>> >>>>The above plays fine for me. Not really sure why I have to >>>>use 16 bit samples. Leaving the -w gives 8 bit samples, but >>>>it doesn't play. I'm attaching my converted beep >>>>for your inbox and listening pleasure. >>>> >>>>Btw, my laptop hardware is: >>>>pcm0: at memory 0xefff8000 irq 11 (4p/2r/0v >>>>channels duplex) >>>> >>>>Hope this helps some. If so, feel free to post back to the >>>>group. I'm too shy. >>>> >>>>best regards, >>>>k. >>>> >>>>Lucas Wilcox wrote: >>>> >>>>>I would like that. >>>>> >>>>>The wavefiles are from some kde distribution. I found them in >>>>>/usr/local/share/sounds. I have attached them to this email. I can >>>>>hear KDE_Notify.wav but I hear nothing from KDE_Beep_ClassicBeep.wav. >>>>>It would be interesting to know what you experience. What sound >>>>>hardware do you have? >>>>> >>>>>Thanks, >>>>>Lucas >>>>> >>>>>On Fri, Jun 13, 2003 at 11:34:48AM -0700, Ken Marx wrote: >>>>> >>>>> >>>>>>Hi, >>>>>> >>>>>>I'm running 4.8-RC FreeBSD and could try your wavefiles for what it's >>>>>>worth. Send them along if you wish. >>>>>> >>>>>>k >>>>>> >>>>>>Lucas Wilcox wrote: >>>>>> >>>>>> >>>>>>>Hi, >>>>>>>I recently install freebsd 4.8 on my laptop and am having some problems >>>>>>>with the sound. First, xmms works great no problems. For some wave >>>>>>>files I can play them no problem and some will not play. No error >>>>>>>message, wavplay just quits right away without playing the sound. What >>>>>>>can I do to trouble-shoot this better? My main concern is that the >>>>>>>sound from xmame is not working. It works in freebsd 4.7 on my desktop >>>>>>>machine. >>>>>>> >>>>>>>Here is my setup: >>>>>>>uname -a >>>>>>>FreeBSD r2d2 4.8-RELEASE FreeBSD 4.8-RELEASE #1: Sun Apr 20 00:06:26 >>>>>>>EDT 2003 root@r2d2:/usr/obj/usr/src/sys/R2D2 i386 >>>>>>> >>>>>>>cat /dev/sndstat >>>>>>>FreeBSD Audio Driver (newpcm) >>>>>>>Installed devices: >>>>>>>pcm0: at I/O port 0x3000 irq 11 >>>>>>>(4p/0r/4v channels duplex) >>>>>>> >>>>>>>I also have in my /etc/sysctl.conf >>>>>>>hw.snd.pcm0.vchans=4 >>>>>>> >>>>>>> >>>>>>>I can provide working and not working wave files if anyone is >>>>>>>interested. Thanks for everyones time. >>>>>>> >>>>>>>Lucas >>>>>>>_______________________________________________ >>>>>>>freebsd-multimedia@freebsd.org mailing list >>>>>>>http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia >>>>>>>To unsubscribe, send any mail to >>>>>>>"freebsd-multimedia-unsubscribe@freebsd.org" >>>>>>> >>>>>>> >>>>>> >>>>>>-- >>>>>>Ken Marx, kmarx@vicor-nb.com >>>>>>Get to work on the market reality!! >>>>>> - http://www.bigshed.com/cgi-bin/speak.cgi >>>> >>>>-- >>>>Ken Marx, kmarx@vicor-nb.com >>>>We are empowered to get lean and mean and set the agenda regarding >>>>client/server issue. >>>> - http://www.bigshed.com/cgi-bin/speak.cgi >>> >>> > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org" > > -- Ken Marx, kmarx@vicor-nb.com Speaking candidly, I say that we intend to eliminate the deadwood and stop beating around the bush on the problem management. - http://www.bigshed.com/cgi-bin/speak.cgi From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 16 14:04:44 2003 Return-Path: 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 123DF37B404 for ; Mon, 16 Jun 2003 14:04:44 -0700 (PDT) Received: from scaup.mail.pas.earthlink.net (scaup.mail.pas.earthlink.net [207.217.120.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51DAC43FCB for ; Mon, 16 Jun 2003 14:04:43 -0700 (PDT) (envelope-from rpratt1950@earthlink.net) Received: from user139.net312.fl.sprint-hsd.net ([198.70.222.139] helo=k6-2.weeble.com) by scaup.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 19S19U-0005ec-00; Mon, 16 Jun 2003 14:04:32 -0700 Date: Mon, 16 Jun 2003 17:06:20 -0400 From: Randy Pratt To: Alexander Leidinger Message-Id: <20030616170620.3201b94e.rpratt1950@earthlink.net> In-Reply-To: <20030616094515.334e7c48.Alexander@Leidinger.net> References: <20030615215947.38a4eb62.rpratt1950@earthlink.net> <20030616094515.334e7c48.Alexander@Leidinger.net> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-multimedia@FreeBSD.org Subject: Re: Combine/split mpeg2 files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2003 21:04:44 -0000 On Mon, 16 Jun 2003 09:45:15 +0200 Alexander Leidinger wrote: > On Sun, 15 Jun 2003 21:59:47 -0400 > Randy Pratt wrote: > > > My objective is to recombine and resplit some mpeg2 files to fit on > > 700M CDR's. Typically, the original files would look like this: > > > > file-part1.mpg 799M > > file-part2.mpg 500M > > I don't have a fix for your problem, but do you know that a 800 MB > mpeg2 file fits on a 80min CD-R if you burn it as a SVCD (upto 810 MB > (depending on the CD-R) if you overburn)? Yes, I've done several of those lately but this is a case where I would prefer to keep the files in mpeg format so that its easily playable on a variety of machines. If all else fails, I may end up doing this. Thanks for the response, Randy From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 16 14:05:00 2003 Return-Path: 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 8238737B401; Mon, 16 Jun 2003 14:05:00 -0700 (PDT) Received: from grebe.mail.pas.earthlink.net (grebe.mail.pas.earthlink.net [207.217.120.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 128CA43FB1; Mon, 16 Jun 2003 14:05:00 -0700 (PDT) (envelope-from rpratt1950@earthlink.net) Received: from user139.net312.fl.sprint-hsd.net ([198.70.222.139] helo=k6-2.weeble.com) by grebe.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 19S19v-0005Nm-00; Mon, 16 Jun 2003 14:04:59 -0700 Date: Mon, 16 Jun 2003 17:06:47 -0400 From: Randy Pratt To: Marc Fonvieille Message-Id: <20030616170647.0f047c84.rpratt1950@earthlink.net> In-Reply-To: <20030616081248.GA550@nosferatu.blackend.org> References: <20030615215947.38a4eb62.rpratt1950@earthlink.net> <20030616081248.GA550@nosferatu.blackend.org> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-multimedia@FreeBSD.org Subject: Re: Combine/split mpeg2 files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2003 21:05:00 -0000 On Mon, 16 Jun 2003 10:12:48 +0200 Marc Fonvieille wrote: > On Sun, Jun 15, 2003 at 09:59:47PM -0400, Randy Pratt wrote: > > I'm probably approaching this wrong or using the wrong tools for the > > job. Maybe someone could nudge me in the right direction. > > > > My objective is to recombine and resplit some mpeg2 files to fit on > > 700M CDR's. Typically, the original files would look like this: > > > > file-part1.mpg 799M > > file-part2.mpg 500M > > > [...] > > Maybe /usr/ports/multimedia/gopchop is the solution, a tool called > mpegcat is also coming with gopchop... I'll give that a try and see how it works. I hadn't updated my ports tree in a bit so I had not found that one. I'll post my results to help keep the archives complete. Thanks for the tip, Randy From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 16 15:36:51 2003 Return-Path: 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 CDEC037B401 for ; Mon, 16 Jun 2003 15:36:51 -0700 (PDT) Received: from memphis.mephi.ru (memphis.mephi.ru [194.67.67.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F8EE43FE9 for ; Mon, 16 Jun 2003 15:36:49 -0700 (PDT) (envelope-from timon@memphis.mephi.ru) Received: from [192.168.0.3] (ppp8-100.pppoe.mtu-net.ru [81.195.8.100]) (authenticated bits=0) by memphis.mephi.ru (8.12.6p2/8.12.6) with ESMTP id h5GMacmM075541 for ; Tue, 17 Jun 2003 02:36:44 +0400 (MSD) (envelope-from timon@memphis.mephi.ru) From: "Artem 'Zazoobr' Ignatjev" To: freebsd-multimedia@freebsd.org In-Reply-To: <20030615215947.38a4eb62.rpratt1950@earthlink.net> References: <20030615215947.38a4eb62.rpratt1950@earthlink.net> Content-Type: text/plain Organization: Message-Id: <1055803028.687.4.camel@timon.nist> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 17 Jun 2003 02:37:08 +0400 Content-Transfer-Encoding: 7bit Subject: Re: Combine/split mpeg2 files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2003 22:36:52 -0000 Randy Pratt wrote: > I'm probably approaching this wrong or using the wrong tools for the > job. Maybe someone could nudge me in the right direction. > > My objective is to recombine and resplit some mpeg2 files to fit on > 700M CDR's. Typically, the original files would look like this: > > file-part1.mpg 799M > file-part2.mpg 500M > have you tried mencoder yet? It comes with the mplayer in port. From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 16 21:05:25 2003 Return-Path: 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 6C15637B401 for ; Mon, 16 Jun 2003 21:05:24 -0700 (PDT) Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71B7843F3F for ; Mon, 16 Jun 2003 21:05:23 -0700 (PDT) (envelope-from Alex.Wilkinson@dsto.defence.gov.au) Received: from dsto-ms2.dsto.defence.gov.au (dsto-ms2.dsto.defence.gov.au [131.185.2.150]) by digger1.defence.gov.au with ESMTP id h5H45a7U028145 for ; Tue, 17 Jun 2003 13:35:36 +0930 (CST) Received: from muttley.dsto.defence.gov.au (unverified) by dsto-ms2.dsto.defence.gov.au for ; Tue, 17 Jun 2003 13:35:16 +0930 Received: from ednex501.dsto.defence.gov.au (ednex501.dsto.defence.gov.au [131.185.2.81])h5H42K801161 for ; Tue, 17 Jun 2003 13:32:20 +0930 (CST) Received: from squirm.dsto.defence.gov.au ([131.185.40.211]) by ednex501.dsto.defence.gov.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id MX7GP4BV; Tue, 17 Jun 2003 13:32:13 +0930 Date: Tue, 17 Jun 2003 13:32:20 +0930 (CST) From: "Wilkinson,Alex" X-X-Sender: wilkinsa@squirm.dsto.defence.gov.au To: multimedia@freebsd.org Message-ID: <20030617133149.O1936@squirm.dsto.defence.gov.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: dvd->DivX ripper X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex.Wilkinson@dsto.defence.gov.au List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2003 04:05:25 -0000 Hi all, Can anyone recommend a dvd->DivX ripper for FreeBSD (ports collection ??) ? Cheers - aW From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 16 21:31:52 2003 Return-Path: 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 8063D37B401 for ; Mon, 16 Jun 2003 21:31:52 -0700 (PDT) Received: from smtp6.wanadoo.nl (smtp6.wanadoo.nl [194.134.35.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2DB043F75 for ; Mon, 16 Jun 2003 21:31:51 -0700 (PDT) (envelope-from steve@sohara.org) Received: from ams-gw.sohara.org (p2870.vwr.wanadoo.nl [194.134.219.63]) by smtp6.wanadoo.nl (Postfix) with SMTP id 36ABE6EF3A; Tue, 17 Jun 2003 06:31:49 +0200 (CEST) Date: Tue, 17 Jun 2003 06:31:43 +0200 From: Steve O'Hara-Smith To: Alex.Wilkinson@dsto.defence.gov.au Message-Id: <20030617063143.27d6c143.steve@sohara.org> In-Reply-To: <20030617133149.O1936@squirm.dsto.defence.gov.au> References: <20030617133149.O1936@squirm.dsto.defence.gov.au> X-Mailer: Sylpheed version 0.9.1 (GTK+ 1.2.10; i386-portbld-freebsd4.8) 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 cc: multimedia@freebsd.org Subject: Re: dvd->DivX ripper X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2003 04:31:52 -0000 On Tue, 17 Jun 2003 13:32:20 +0930 (CST) "Wilkinson,Alex" wrote: W> Hi all, W> W> Can anyone recommend a dvd->DivX ripper for FreeBSD (ports collection W> ??) ? mencoder in the mplayer port. -- 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/ From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 17 00:05:35 2003 Return-Path: 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 650C337B401 for ; Tue, 17 Jun 2003 00:05:35 -0700 (PDT) Received: from mx1.lphp.org (APastourelles-107-1-7-199.w217-128.abo.wanadoo.fr [217.128.208.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78C8A43FB1 for ; Tue, 17 Jun 2003 00:05:32 -0700 (PDT) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.8p1/8.12.8) with ESMTP id h5H75Bwc020548; Tue, 17 Jun 2003 09:05:11 +0200 (CEST) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: Alex.Wilkinson@dsto.defence.gov.au, multimedia@freebsd.org Date: Tue, 17 Jun 2003 09:05:11 +0200 User-Agent: KMail/1.5.2 References: <20030617133149.O1936@squirm.dsto.defence.gov.au> In-Reply-To: <20030617133149.O1936@squirm.dsto.defence.gov.au> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Description: clearsigned data Content-Disposition: inline Message-Id: <200306170905.14524.ajacoutot@lphp.org> Subject: Re: dvd->DivX ripper X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2003 07:05:35 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 17 June 2003 06:02, Wilkinson,Alex wrote: > Can anyone recommend a dvd->DivX ripper for FreeBSD (ports collection > ??) ? /usr/ports/multimedia/dvdrip -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+7r2qY3Hnhkr+5cQRAolgAJ9/rpo/xrJijoNGpuYjVHUpGwGn5wCgiCqH B6verxQXUdAMztUOdT5WOd0= =AREb -----END PGP SIGNATURE----- From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 17 00:51:37 2003 Return-Path: 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 A64B337B401 for ; Tue, 17 Jun 2003 00:51:37 -0700 (PDT) Received: from MX2.estpak.ee (ld1.estpak.ee [194.126.101.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4751943F75 for ; Tue, 17 Jun 2003 00:51:36 -0700 (PDT) (envelope-from kalts@estpak.ee) Received: from kevad.internal (80-235-37-20-dsl.mus.estpak.ee [80.235.37.20]) by MX2.estpak.ee (Postfix) with ESMTP id 1B310735D3; Tue, 17 Jun 2003 10:49:49 +0300 (EEST) Received: by kevad.internal (Postfix, from userid 1000) id EBFEF1A7AD; Tue, 17 Jun 2003 03:45:32 +0300 (EEST) Date: Tue, 17 Jun 2003 03:45:32 +0300 From: Vallo Kallaste To: "Wilkinson,Alex" Message-ID: <20030617004532.GA1747@kevad.internal> References: <20030617133149.O1936@squirm.dsto.defence.gov.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030617133149.O1936@squirm.dsto.defence.gov.au> User-Agent: Mutt/1.5.4i cc: multimedia@freebsd.org Subject: Re: dvd->DivX ripper X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kalts@estpak.ee List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2003 07:51:37 -0000 On Tue, Jun 17, 2003 at 01:32:20PM +0930, "Wilkinson,Alex" wrote: > Can anyone recommend a dvd->DivX ripper for FreeBSD (ports collection ??) ? sysutils/vobcopy multimedia/transcode transcode is a bit involved for newcomer, but the homepage, doom9.net (for background & codecs info) and a bit of googling will get you going. -- Vallo Kallaste From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 17 04:38:01 2003 Return-Path: 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 DC34237B401 for ; Tue, 17 Jun 2003 04:38:01 -0700 (PDT) Received: from meitner.wh.uni-dortmund.de (meitner.wh.uni-dortmund.de [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB58243FBD for ; Tue, 17 Jun 2003 04:38:00 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id 48E4916763B; Tue, 17 Jun 2003 13:37:59 +0200 (CEST) Received: from kiste.my.domain (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.9/8.12.9) with ESMTP id h5HBbvDD088435 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 17 Jun 2003 13:37:57 +0200 (CEST) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: kalts@estpak.ee, "Wilkinson,Alex" Date: Tue, 17 Jun 2003 13:37:56 +0200 User-Agent: KMail/1.5.2 References: <20030617133149.O1936@squirm.dsto.defence.gov.au> <20030617004532.GA1747@kevad.internal> In-Reply-To: <20030617004532.GA1747@kevad.internal> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_U2v7+/g/OlMUh5f"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200306171337.56826.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: multimedia@freebsd.org Subject: Re: dvd->DivX ripper X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2003 11:38:02 -0000 --Boundary-02=_U2v7+/g/OlMUh5f Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Description: signed data Content-Disposition: inline On Tuesday 17 June 2003 02:45, Vallo Kallaste wrote: > multimedia/transcode > > transcode is a bit involved for newcomer, but the homepage, > doom9.net (for background & codecs info) and a bit of googling will > get you going. multimedia/dvdrip is a frontend for transcode that can save you from dealin= g=20 with transcode's incredibly fuzzed up CLI for most standard ripping +=20 encoding jobs. However, you will need to take care that you compile transco= de=20 with the right switches, the defaults yield a mostly crippled transcode. My= =20 personal recommendations for optimal usage with dvdrip are: WITH_XVID=3D YES # Allows to encode with the xvid codec WITH_FFMPEG=3D YES # Allows to encode to ffmpeg codecs such as mpeg4 WITH_LIBA52=3D YES # You NEED this, since without it transcode cannot deco= de # AC3 audio tracks. WITH_OGG=3D YES # Enables you to create ogg-media streams instead of AVIs WITH_SUBRIP=3D YES # Enables the subtitleripper-portion of transcode. =2D-=20 Michael Nottebrock \ KDE on FreeBSD \ ,ww =20 \ --- \ ,wWWCybaWW_)=20 \ http://freebsd.kde.org \ `WSheepW' free \ II II node --Boundary-02=_U2v7+/g/OlMUh5f Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA+7v2UXhc68WspdLARAiyqAJ9q6+J4656E0iGVysp4FSVNEGaupACfWIO8 0ifYxoXwDMPWnEsWstMBPGE= =ZjEG -----END PGP SIGNATURE----- --Boundary-02=_U2v7+/g/OlMUh5f-- From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 17 04:48:26 2003 Return-Path: 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 0A3C437B401 for ; Tue, 17 Jun 2003 04:48:26 -0700 (PDT) Received: from meitner.wh.uni-dortmund.de (meitner.wh.uni-dortmund.de [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 185A343F3F for ; Tue, 17 Jun 2003 04:48:25 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id 2C17A16763B; Tue, 17 Jun 2003 13:48:24 +0200 (CEST) Received: from kiste.my.domain (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.9/8.12.9) with ESMTP id h5HBmNDD088496 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 17 Jun 2003 13:48:23 +0200 (CEST) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: Alex.Wilkinson@dsto.defence.gov.au, multimedia@freebsd.org Date: Tue, 17 Jun 2003 13:48:22 +0200 User-Agent: KMail/1.5.2 References: <20030617133149.O1936@squirm.dsto.defence.gov.au> In-Reply-To: <20030617133149.O1936@squirm.dsto.defence.gov.au> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_GAw7+38hdGkyDWZ"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200306171348.22973.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new Subject: Re: dvd->DivX ripper X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2003 11:48:26 -0000 --Boundary-02=_GAw7+38hdGkyDWZ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Description: signed data Content-Disposition: inline On Tuesday 17 June 2003 06:02, Wilkinson,Alex wrote: > Hi all, > > Can anyone recommend a dvd->DivX ripper for FreeBSD (ports collection ??)= ? To my knowledge, there is no port in the ports collection that allows you t= o=20 encode with the DivX codec (as provided by divx.com). The reason for this i= s=20 mostly that the DivX codec is only available as Linux binary (stay AWAY fro= m=20 multimedia/libdivxdecore* and multimedia/libdivxencore - they are incredibl= y=20 outdated and shouldn't be used for anything by anyone). However, multimedia/transcode (and the transcode-frontend multimedia/dvdrip= ),=20 mencoder (multimedia/mplayer) and possibly others can use XviD=20 (multimedia/xvid, a free mpeg4 codec that's wide-spread in the Windows worl= d=20 as well) or ffmpeg's (multimedia/ffmpeg) 'mpeg4' codec, which produces outp= ut=20 that is usually playable with DivX capable players or the DivX codec for=20 Windows. =2D-=20 Michael Nottebrock \ KDE on FreeBSD \ ,ww =20 \ --- \ ,wWWCybaWW_)=20 \ http://freebsd.kde.org \ `WSheepW' free \ II II node --Boundary-02=_GAw7+38hdGkyDWZ Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA+7wAGXhc68WspdLARAn/QAJwKK0f9lnDvjxOpJRoIEMbXwIaC9gCfSC3J W1cYNTlgHLjQnVOchUGBfCM= =NKPg -----END PGP SIGNATURE----- --Boundary-02=_GAw7+38hdGkyDWZ-- From owner-freebsd-multimedia@FreeBSD.ORG Wed Jun 18 09:43:10 2003 Return-Path: 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 19F0A37B401; Wed, 18 Jun 2003 09:43:10 -0700 (PDT) Received: from storrs.net (dhcp137.santafe.edu [192.12.12.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43A9643F85; Wed, 18 Jun 2003 09:43:09 -0700 (PDT) (envelope-from carl@storrs.net) Received: from xi.storrs.net (localhost [127.0.0.1]) by xi.storrs.net (8.12.6/8.12.6) with ESMTP id h5G4vB15006480; Mon, 16 Jun 2003 00:57:11 -0400 (EDT) (envelope-from carl@xi.storrs.net) Received: (from carl@localhost) by xi.storrs.net (8.12.6/8.12.6/Submit) id h5G4vAhu006479; Mon, 16 Jun 2003 00:57:10 -0400 (EDT) Date: Mon, 16 Jun 2003 00:57:10 -0400 From: Carl McTague To: freebsd-newbies@freebsd.org, freebsd-multimedia@freebsd.org Message-ID: <20030616045710.GA6358@xi.storrs.net> 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-RELEASE i386 Subject: choppy dsp (mono/stereo problem?) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 16:43:10 -0000 Hi, I'm trying to use ohphone, but am having a low-level problem with sound-in; it sounds choppy; it sounds as though a mono signal encoded in stereo with a silent channel is being misinterpreted as a single mono stream. For example, if the sound was abcd it plays back a0b0c0d0 (where 0 is silence). I can reproduce the same choppyness by running: wavrec test.wav (installed from the ports). But in this case, I can fix it by doing wavrec -S test.wav where -S "set[s] stereo mode." I get the same thing within xwave by changing between mono and stereo record modes. Furthermore, I if I do cat /dev/audio > test.raw cat test.raw > /dev/audio I get a similar (but somewhat more severe) choppiness. Any ideas? I'm using 4.7-RELEASE and (carl@xi:~) cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0xd800, 0xdc80 irq 11 bufsz 16384 (1p/2r/0v channels duplex) Thanks. From owner-freebsd-multimedia@FreeBSD.ORG Thu Jun 19 15:34:51 2003 Return-Path: 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 49B7C37B401 for ; Thu, 19 Jun 2003 15:34:51 -0700 (PDT) Received: from sploot.vicor-nb.com (sploot.vicor-nb.com [208.206.78.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id A965943FBD for ; Thu, 19 Jun 2003 15:34:50 -0700 (PDT) (envelope-from kmarx@vicor.com) Received: from vicor.com (localhost [127.0.0.1]) by sploot.vicor-nb.com (8.12.8/8.12.8) with ESMTP id h5JMRPh9014573; Thu, 19 Jun 2003 15:27:25 -0700 (PDT) (envelope-from kmarx@vicor.com) Message-ID: <3EF238CC.9080300@vicor.com> Date: Thu, 19 Jun 2003 15:27:24 -0700 From: Ken Marx User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3b) Gecko/20030402 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lucas Wilcox References: <20030612014649.GA1525@r2d2.fdu.edu> <3EEA1948.7000100@vicor.com> <20030613191012.GA14158@r2d2.mh.lucent.com> <3EEA2FDE.1080508@vicor.com> <20030614143801.GB4882@r2d2.ri.cox.net> <20030614140515.694acb34.rpratt1950@earthlink.net> <20030614205151.GA6045@r2d2.ri.cox.net> <3EEE2C05.3000506@vicor.com> <20030616205718.GA1972@r2d2.mh.lucent.com> In-Reply-To: <20030616205718.GA1972@r2d2.mh.lucent.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Multimedia Subject: Re: Problems playing certain wav files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2003 22:34:51 -0000 Hi Lucas, Sorry for the delay getting back to you. My friend, Julian, just brought his laptop in today. Sorry for this, but we have a new dimension in behavior space: On his 5.0 box neither your beep nor my converted beep file plays. Not only this, but waveplay doesn't even exit! Running under truss, we see it hang on a call to exit(). Longer files do play fine. So it appears that for small files the device never flushes. Didn't do any checking to see what this hypothesized data limit might be. Likely a 5.0 thing? Sorry couldn't be more helpful. k. Lucas Wilcox wrote: > Cool, > > I think it is good idea to find out how many different setups handle > these problems, we might find a pattern. > > My desktop which we know atleast plays the prefile is a > . Does this use the same driver as the > ? > > Lucas > > On Mon, Jun 16, 2003 at 01:43:49PM -0700, Ken Marx wrote: > >>Hi, >> >>Just to add another data point: >> >>We have a box here: >>4.8-RELEASE FreeBSD 4.8-RELEASE #1: Thu Apr 3 11:55:56 PST 2003 >>pcm0: at io 0x1440 irq 9 (1p/1r/2v channels duplex) >> >>that plays *both* pre and post sox'd versions of the beep file fine. >> >>I wonder if it's just something with the Maestro chip support. >>I don't see any diffs between 4.7/8 in pci/maestro*. >> >>I know someone who has a maestro-2 chip on his laptop at home, >>running 5.x. I'll send your file to him and let you know. >> >>k > > > -- Ken Marx, kmarx@vicor-nb.com Each and every one of us is willing to crisp up and achieve closure on progress. - http://www.bigshed.com/cgi-bin/speak.cgi From owner-freebsd-multimedia@FreeBSD.ORG Thu Jun 19 15:35:15 2003 Return-Path: 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 B015037B401 for ; Thu, 19 Jun 2003 15:35:15 -0700 (PDT) Received: from sploot.vicor-nb.com (sploot.vicor-nb.com [208.206.78.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 226B543F93 for ; Thu, 19 Jun 2003 15:35:15 -0700 (PDT) (envelope-from kmarx@vicor.com) Received: from vicor.com (localhost [127.0.0.1]) by sploot.vicor-nb.com (8.12.8/8.12.8) with ESMTP id h5JMRqh9014579; Thu, 19 Jun 2003 15:27:52 -0700 (PDT) (envelope-from kmarx@vicor.com) Message-ID: <3EF238E8.3020104@vicor.com> Date: Thu, 19 Jun 2003 15:27:52 -0700 From: Ken Marx User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3b) Gecko/20030402 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lucas Wilcox References: <20030612014649.GA1525@r2d2.fdu.edu> <3EEA1948.7000100@vicor.com> <20030613191012.GA14158@r2d2.mh.lucent.com> <3EEA2FDE.1080508@vicor.com> <20030614143801.GB4882@r2d2.ri.cox.net> <20030614140515.694acb34.rpratt1950@earthlink.net> <20030614205151.GA6045@r2d2.ri.cox.net> <3EEE2C05.3000506@vicor.com> <20030616205718.GA1972@r2d2.mh.lucent.com> In-Reply-To: <20030616205718.GA1972@r2d2.mh.lucent.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Multimedia Subject: Re: Problems playing certain wav files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2003 22:35:16 -0000 Hi Lucas, Sorry for the delay getting back to you. My friend, Julian, just brought his laptop in today. Sorry for this, but we have a new dimension in behavior space: On his 5.0 box neither your beep nor my converted beep file plays. Not only this, but waveplay doesn't even exit! Running under truss, we see it hang on a call to exit(). Longer files do play fine. So it appears that for small files the device never flushes. Didn't do any checking to see what this hypothesized data limit might be. Likely a 5.0 thing? Sorry couldn't be more helpful. k. Lucas Wilcox wrote: > Cool, > > I think it is good idea to find out how many different setups handle > these problems, we might find a pattern. > > My desktop which we know atleast plays the prefile is a > . Does this use the same driver as the > ? > > Lucas > > On Mon, Jun 16, 2003 at 01:43:49PM -0700, Ken Marx wrote: > >>Hi, >> >>Just to add another data point: >> >>We have a box here: >>4.8-RELEASE FreeBSD 4.8-RELEASE #1: Thu Apr 3 11:55:56 PST 2003 >>pcm0: at io 0x1440 irq 9 (1p/1r/2v channels duplex) >> >>that plays *both* pre and post sox'd versions of the beep file fine. >> >>I wonder if it's just something with the Maestro chip support. >>I don't see any diffs between 4.7/8 in pci/maestro*. >> >>I know someone who has a maestro-2 chip on his laptop at home, >>running 5.x. I'll send your file to him and let you know. >> >>k > > > -- Ken Marx, kmarx@vicor-nb.com Each and every one of us is willing to crisp up and achieve closure on progress. - http://www.bigshed.com/cgi-bin/speak.cgi From owner-freebsd-multimedia@FreeBSD.ORG Thu Jun 19 15:38:16 2003 Return-Path: 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 0632637B407 for ; Thu, 19 Jun 2003 15:38:16 -0700 (PDT) Received: from sccrmhc12.attbi.com (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97BF943FD7 for ; Thu, 19 Jun 2003 15:38:14 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([12.233.125.100]) by attbi.com (sccrmhc12) with ESMTP id <200306192238130120098ggre>; Thu, 19 Jun 2003 22:38:13 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id PAA50246; Thu, 19 Jun 2003 15:38:13 -0700 (PDT) Date: Thu, 19 Jun 2003 15:38:13 -0700 (PDT) From: Julian Elischer To: Ken Marx In-Reply-To: <3EF238CC.9080300@vicor.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD Multimedia cc: Lucas Wilcox Subject: Re: Problems playing certain wav files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2003 22:38:16 -0000 On Thu, 19 Jun 2003, Ken Marx wrote: > Hi Lucas, > > Sorry for the delay getting back to you. My friend, Julian, > just brought his laptop in today. > > Sorry for this, but we have a new dimension in behavior space: > > On his 5.0 box neither your beep nor my converted beep file > plays. Not only this, but waveplay doesn't even exit! > Running under truss, we see it hang on a call to exit(). Actually it's a -current (5.1++) system > > Longer files do play fine. So it appears that for small > files the device never flushes. Didn't do any checking > to see what this hypothesized data limit might be. > > Likely a 5.0 thing? Sorry couldn't be more helpful. > > k. > > Lucas Wilcox wrote: > > Cool, > > > > I think it is good idea to find out how many different setups handle > > these problems, we might find a pattern. > > > > My desktop which we know atleast plays the prefile is a > > . Does this use the same driver as the > > ? > > > > Lucas > > > > On Mon, Jun 16, 2003 at 01:43:49PM -0700, Ken Marx wrote: > > > >>Hi, > >> > >>Just to add another data point: > >> > >>We have a box here: > >>4.8-RELEASE FreeBSD 4.8-RELEASE #1: Thu Apr 3 11:55:56 PST 2003 > >>pcm0: at io 0x1440 irq 9 (1p/1r/2v channels duplex) > >> > >>that plays *both* pre and post sox'd versions of the beep file fine. > >> > >>I wonder if it's just something with the Maestro chip support. > >>I don't see any diffs between 4.7/8 in pci/maestro*. > >> > >>I know someone who has a maestro-2 chip on his laptop at home, > >>running 5.x. I'll send your file to him and let you know. > >> > >>k > > > > > > > > -- > Ken Marx, kmarx@vicor-nb.com > Each and every one of us is willing to crisp up and achieve closure on > progress. > - http://www.bigshed.com/cgi-bin/speak.cgi > > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org" > From owner-freebsd-multimedia@FreeBSD.ORG Thu Jun 19 15:38:50 2003 Return-Path: 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 AD5B137B401 for ; Thu, 19 Jun 2003 15:38:50 -0700 (PDT) Received: from sccrmhc11.attbi.com (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB24143FBF for ; Thu, 19 Jun 2003 15:38:49 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([12.233.125.100]) by attbi.com (sccrmhc11) with ESMTP id <2003061922384801100800kje>; Thu, 19 Jun 2003 22:38:49 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id PAA50254; Thu, 19 Jun 2003 15:38:48 -0700 (PDT) Date: Thu, 19 Jun 2003 15:38:48 -0700 (PDT) From: Julian Elischer To: Ken Marx In-Reply-To: <3EF238CC.9080300@vicor.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD Multimedia cc: Lucas Wilcox Subject: Re: Problems playing certain wav files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2003 22:38:51 -0000 might it make a difference if the file was made bigger with silence? On Thu, 19 Jun 2003, Ken Marx wrote: > Hi Lucas, > > Sorry for the delay getting back to you. My friend, Julian, > just brought his laptop in today. > > Sorry for this, but we have a new dimension in behavior space: > > On his 5.0 box neither your beep nor my converted beep file > plays. Not only this, but waveplay doesn't even exit! > Running under truss, we see it hang on a call to exit(). > > Longer files do play fine. So it appears that for small > files the device never flushes. Didn't do any checking > to see what this hypothesized data limit might be. > > Likely a 5.0 thing? Sorry couldn't be more helpful. > > k. > > Lucas Wilcox wrote: > > Cool, > > > > I think it is good idea to find out how many different setups handle > > these problems, we might find a pattern. > > > > My desktop which we know atleast plays the prefile is a > > . Does this use the same driver as the > > ? > > > > Lucas > > > > On Mon, Jun 16, 2003 at 01:43:49PM -0700, Ken Marx wrote: > > > >>Hi, > >> > >>Just to add another data point: > >> > >>We have a box here: > >>4.8-RELEASE FreeBSD 4.8-RELEASE #1: Thu Apr 3 11:55:56 PST 2003 > >>pcm0: at io 0x1440 irq 9 (1p/1r/2v channels duplex) > >> > >>that plays *both* pre and post sox'd versions of the beep file fine. > >> > >>I wonder if it's just something with the Maestro chip support. > >>I don't see any diffs between 4.7/8 in pci/maestro*. > >> > >>I know someone who has a maestro-2 chip on his laptop at home, > >>running 5.x. I'll send your file to him and let you know. > >> > >>k > > > > > > > > -- > Ken Marx, kmarx@vicor-nb.com > Each and every one of us is willing to crisp up and achieve closure on > progress. > - http://www.bigshed.com/cgi-bin/speak.cgi > > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org" > From owner-freebsd-multimedia@FreeBSD.ORG Fri Jun 20 00:38:08 2003 Return-Path: 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 91B8837B401; Fri, 20 Jun 2003 00:38:08 -0700 (PDT) Received: from mail.halplant.com (ip68-98-167-210.nv.nv.cox.net [68.98.167.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAE9643F75; Fri, 20 Jun 2003 00:38:07 -0700 (PDT) (envelope-from A.J.Caines@halplant.com) Received: by mail.halplant.com (Postfix, from userid 1001) id 3E3D646; Fri, 20 Jun 2003 03:38:06 -0400 (EDT) Date: Fri, 20 Jun 2003 03:38:06 -0400 From: Andrew J Caines To: FreeBSD ports , FreeBSD Multimedia Message-ID: <20030620073806.GB401@hal9000.halplant.com> Mail-Followup-To: FreeBSD ports , FreeBSD Multimedia , taoka@FreeBSD.org, vns@delta.odessa.ua Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: H.A.L. Plant X-PGP-Fingerprint: C59A 2F74 1139 9432 B457 0B61 DDF2 AA61 67C3 18A1 X-Powered-by: FreeBSD 4.8-STABLE X-URL: http://halplant.com:88/ X-Yahoo-Profile: AJ_Z0 Importance: Normal User-Agent: Mutt/1.5.4i cc: taoka@FreeBSD.org cc: vns@delta.odessa.ua Subject: Linux Realplayer esound support and dependencies X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew J Caines List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2003 07:38:08 -0000 Having recently started to use the native esound daemon (esound-0.2.29) on my up-to-date -STABLE x86 box, attempting to start realplayer (linux-realplayer-8.cs2_3) gives an unsurprising error about the audio device being in use. Digging through the realplayer config I noticed the esound support and turned it to see what it would do and found it did nothing, though it was trying to find libesd. After catching and killing a few wild geese, I installed the linux version of esound (linux-esound-0.2.22_2) and its missing libaudiofile dependency (linux-libaudiofile-0.1.11_2) and everything works automagically. Would it be a good idea to make linux-esound a dependency of linux-realplayer, perhaps optionally? Could someone fix the linux-libaudiofile dependency? Patches below. Let me know if you want me to file PRs. ----8<---- diff -ruN linux-esound.nolibaudiofile/Makefile linux-esound/Makefile --- linux-esound.nolibaudiofile/Makefile Thu Feb 27 04:20:18 2003 +++ linux-esound/Makefile Fri Jun 20 03:23:02 2003 @@ -12,6 +12,8 @@ MAINTAINER= taoka@FreeBSD.org COMMENT= RPM of esound +RUN_DEPENDS= /compat/linux/usr/lib/libaudiofile.so.0:${PORTSDIR}/audio/linux-libaudiofile + RPM_SET= esound-${PORTVERSION}-1.${MACHINE_ARCH}.rpm .include "../../x11-toolkits/linux-gtk/Makefile" ----8<---- ----8<---- diff -ruN linux-realplayer.noesound/Makefile linux-realplayer/Makefile --- linux-realplayer.noesound/Makefile Thu Jun 19 05:14:45 2003 +++ linux-realplayer/Makefile Fri Jun 20 03:32:15 2003 @@ -17,7 +17,8 @@ COMMENT= Linux RealPlayer 8.0 from RealNetworks EXTRACT_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio -RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base +RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \ + /compat/linux/usr/lib/libesd.so.0:${PORTSDIR}/audio/linux-esound MAINDIST= rp${PORTVERSION:R}_linux20_libc6_i386_${PORTVERSION:E}_rpm UPDATEDIST= rv9_libc6_i386_cs2.tgz ----8<---- -Andrew- -- _______________________________________________________________________ | -Andrew J. Caines- Unix Systems Engineer A.J.Caines@halplant.com | | "They that can give up essential liberty to obtain a little temporary | | safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 | From owner-freebsd-multimedia@FreeBSD.ORG Fri Jun 20 02:55:24 2003 Return-Path: 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 88BD137B401 for ; Fri, 20 Jun 2003 02:55:24 -0700 (PDT) Received: from bsdgod.com (adsl-34-140-45.asm.bellsouth.net [67.34.140.45]) by mx1.FreeBSD.org (Postfix) with SMTP id E3BD743F85 for ; Fri, 20 Jun 2003 02:55:21 -0700 (PDT) (envelope-from nathan@bsdgod.com) Received: (qmail 1121 invoked by uid 1001); 20 Jun 2003 09:55:20 -0000 Date: Fri, 20 Jun 2003 05:55:20 -0400 From: Nathan To: freebsd-multimedia@freebsd.org Message-ID: <20030620095520.GA925@bsdgod.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: WinTV PVR 250 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2003 09:55:24 -0000 Did I miss something? I thought this card uses BT878 or did they change the chipset. The card is about 1 -2 months old. Card works in windows. I added bktr0 and the other needed devices to my kernel: device smbus device iicbus device iicbb device intpm device smb device bktr0 and I believe this is it in my dmesg output: pci0: (vendor=0x4444, dev=0x0803) at 13.0 irq 5 any help you can offer would be great, thanks. -- Those who desire to give up freedom in order to gain security will not have, nor do they deserve, either one. -- Thomas Jefferson From owner-freebsd-multimedia@FreeBSD.ORG Fri Jun 20 08:46:00 2003 Return-Path: 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 3E6AE37B401 for ; Fri, 20 Jun 2003 08:46:00 -0700 (PDT) Received: from web.cs.ndsu.nodak.edu (web.cs.ndsu.NoDak.edu [134.129.125.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8690543F85 for ; Fri, 20 Jun 2003 08:45:59 -0700 (PDT) (envelope-from tinguely@web.cs.ndsu.nodak.edu) Received: from web.cs.ndsu.nodak.edu (localhost [127.0.0.1]) by web.cs.ndsu.nodak.edu (8.12.9/8.11.4) with ESMTP id h5KFjwsb067970 for ; Fri, 20 Jun 2003 10:45:58 -0500 (CDT) (envelope-from tinguely@web.cs.ndsu.nodak.edu) Received: (from tinguely@localhost) by web.cs.ndsu.nodak.edu (8.12.9/8.12.8/Submit) id h5KFjw65067969 for freebsd-multimedia@freebsd.org; Fri, 20 Jun 2003 10:45:58 -0500 (CDT) (envelope-from tinguely) Date: Fri, 20 Jun 2003 10:45:58 -0500 (CDT) From: mark tinguely Message-Id: <200306201545.h5KFjw65067969@web.cs.ndsu.nodak.edu> To: freebsd-multimedia@freebsd.org In-Reply-To: <20030620095520.GA925@bsdgod.com> Subject: Re: WinTV PVR 250 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2003 15:46:00 -0000 > Did I miss something? I thought this card uses BT878 .. I sent the response directly to Nathan, but this is a FYI for mailing list/ archives: The Hauppauge WinTV PVR 250 (and 350) does not use the BT878, the card uses an integrated hardware MPEG Codec "CX23415" from Conexant Systems, Inc. Conexant Systems, Inc is the company owns the Brooktree video BT8x8 line. According to the web page below, they do not release any information on their chipset without a NDA, and $10,000. There is no FreeBSD driver, but there is a Linux driver and a web site that documents some of the registers is at: http://ivtv.sourceforge.net/ The web site says the YUV information can also be obtained, but is packed in a non-standard way - no mention how it is stored. --Mark. From owner-freebsd-multimedia@FreeBSD.ORG Fri Jun 20 10:17:57 2003 Return-Path: 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 1FE7537B401 for ; Fri, 20 Jun 2003 10:17:57 -0700 (PDT) Received: from webmail.speakeasy.net (webmail2.speakeasy.net [216.254.0.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8988243F75 for ; Fri, 20 Jun 2003 10:17:56 -0700 (PDT) (envelope-from netgeek@speakeasy.net) Received: (qmail 17255 invoked from network); 20 Jun 2003 17:17:56 -0000 Received: from localhost (HELO webmail2) ([127.0.0.1]) (envelope-sender ) by localhost (qmail-ldap-1.03) with SMTP for ; 20 Jun 2003 17:17:56 -0000 Received: from 155.33.65.56 (unverified [155.33.65.56]) by webmail2 (VisualMail 4.0) with WEBMAIL id 17253; Fri, 20 Jun 2003 17:17:56 +0000 From: netgeek@speakeasy.net To: freebsd-multimedia@freebsd.org Importance: Normal Sensitivity: Normal Message-ID: X-Mailer: Mintersoft VisualMail, Build 4.0.111601 X-Originating-IP: [155.33.65.56] Date: Fri, 20 Jun 2003 17:17:56 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: Samsung Digimax 200 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2003 17:17:57 -0000 I emailed a while back about a Samsung Digimax 200 but never gave enough information to be helpful. Basically, it's not working. Am I making a stupid mistake or is there a problem with this camera? uname -a: FreeBSD pi.localdomain 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Mon Jun 16 18:30:55 EDT 2003 root@pi.localdomain:/usr/obj/usr/src/sys/PI i386 significant part of dmesg: umass1: vendor 0x0839 product 0x0005, rev 1.10/0.00, addr 2 umass1: Invalid CSW: sig 0x53425300 should be 0x53425355 umass1: BBB reset failed, TIMEOUT umass1: Invalid CSW: sig 0x53425300 should be 0x53425355 umass1: BBB reset failed, TIMEOUT umass1: Invalid CSW: sig 0x53425300 should be 0x53425355 umass1: BBB reset failed, IOERROR umass1: BBB bulk-in clear stall failed, IOERROR umass1: BBB bulk-out clear stall failed, IOERROR umass1: BBB reset failed, IOERROR umass1: BBB bulk-in clear stall failed, IOERROR umass1: BBB bulk-out clear stall failed, IOERROR umass1: BBB reset failed, IOERROR umass1: BBB bulk-in clear stall failed, IOERROR umass1: BBB bulk-out clear stall failed, IOERROR umass1: at uhub0 port 1 (addr 2) disconnected umass1: detached Seems that the device wasn't detected; thus usbdevs and gphoto2 show nothing pertaining to the device. Please CC responses to me. -- Mike Burns netgee@speakeasy.net http://netgeek.ws From owner-freebsd-multimedia@FreeBSD.ORG Fri Jun 20 19:05:34 2003 Return-Path: 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 78C9537B401 for ; Fri, 20 Jun 2003 19:05:34 -0700 (PDT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3FA043F93 for ; Fri, 20 Jun 2003 19:05:33 -0700 (PDT) (envelope-from kmarx@vicor.com) Received: by mail.vicor-nb.com (Postfix, from userid 2025) id B3A447A49B; Fri, 20 Jun 2003 19:05:33 -0700 (PDT) Date: Fri, 20 Jun 2003 19:05:33 -0700 From: Ken Marx To: Lucas Wilcox Message-ID: <20030621020533.GS38525@bigwoop.vicor-nb.com> References: <3EEA1948.7000100@vicor.com> <20030613191012.GA14158@r2d2.mh.lucent.com> <3EEA2FDE.1080508@vicor.com> <20030614143801.GB4882@r2d2.ri.cox.net> <20030614140515.694acb34.rpratt1950@earthlink.net> <20030614205151.GA6045@r2d2.ri.cox.net> <3EEE2C05.3000506@vicor.com> <20030616205718.GA1972@r2d2.mh.lucent.com> <3EF238CC.9080300@vicor.com> <20030621013524.GA28965@r2d2.fdu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030621013524.GA28965@r2d2.fdu.edu> User-Agent: Mutt/1.4.1i cc: Ken Marx cc: FreeBSD Multimedia Subject: Re: Problems playing certain wav files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2003 02:05:34 -0000 Hi Lucas, You're a very brave man. Go for it. While you're in there, see if you can get it to record for maestro-2. I seem to recall Julian saying it didn't work. He'd be grateful. Can you clarify one thing? You say: > I see this similar behavior on 4.8. In general the small files are the > ones that do not play. I too a small file that would not play > ... Does that mean waveplay exits but with now sound? Or is it as I saw on 5.0 that it hangs. You have to ctl-C to get the shell prompt back. I thought we had different behaviors on 4.8 vs. 5.0. k. On Fri, Jun 20, 2003 at 09:35:24PM -0400, Lucas Wilcox wrote: > On Thu, Jun 19, 2003 at 03:27:24PM -0700, Ken Marx wrote: > > Hi Lucas, > > > > Sorry for the delay getting back to you. My friend, Julian, > > just brought his laptop in today. > No problem. > > > > > Sorry for this, but we have a new dimension in behavior space: > > > > On his 5.0 box neither your beep nor my converted beep file > > plays. Not only this, but waveplay doesn't even exit! > > Running under truss, we see it hang on a call to exit(). > I do not see this on 4.8, wavplay just exits quickly. > > > > Longer files do play fine. So it appears that for small > > files the device never flushes. Didn't do any checking > > to see what this hypothesized data limit might be. > I see this similar behavior on 4.8. In general the small files are the > ones that do not play. I too a small file that would not play > %wavplay KDE_Beep_Beep.wav > Pathname: KDE_Beep_Beep.wav > Device: /dev/audio > Sampling Rate: 7418 Hz > Mode: Mono > Samples: 1034 > Bits: 8 > > Then I added about 3 seconds of silence using sweep and the following > file did play with sox play and wavplay > %wavplay KDE_Beep_Beep2.wav > Pathname: KDE_Beep_Beep2.wav > Device: /dev/audio > Sampling Rate: 7418 Hz > Mode: Mono > Samples: 23046 > Bits: 8 > > So it looks to me like a size problem too. I am thinking about looking > at the driver and seeing what is going on. I have no experience with > drivers but wrote a little c in school we will see how far it goes. > > Lucas From owner-freebsd-multimedia@FreeBSD.ORG Fri Jun 20 22:53:54 2003 Return-Path: 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 6A80737B401 for ; Fri, 20 Jun 2003 22:53:54 -0700 (PDT) Received: from lakemtao01.cox.net (lakemtao01.cox.net [68.1.17.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5522643F93 for ; Fri, 20 Jun 2003 22:53:53 -0700 (PDT) (envelope-from conrads@ip68-14-60-78.no.no.cox.net) Received: from ip68-14-60-78.no.no.cox.net ([68.14.60.78]) by lakemtao01.cox.netESMTP <20030621055351.BRVQ8337.lakemtao01.cox.net@ip68-14-60-78.no.no.cox.net> for ; Sat, 21 Jun 2003 01:53:51 -0400 Received: from ip68-14-60-78.no.no.cox.net (conrads@localhost [127.0.0.1]) h5L5rq1I015706 for ; Sat, 21 Jun 2003 00:53:52 -0500 (CDT) (envelope-from conrads@ip68-14-60-78.no.no.cox.net) Received: (from conrads@localhost)h5L5rqUj015705 for freebsd-multimedia@freebsd.org; Sat, 21 Jun 2003 00:53:52 -0500 (CDT) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="_=XFMail.1.5.4.FreeBSD:20030621005352:40464=_"; micalg=pgp-md5; protocol="application/pgp-signature" Resent-Date: Sun, 15 Jun 2003 18:29:09 -0500 (CDT) Resent-Message-Id: Resent-From: Conrad Sabatier Resent-To: freebsd-multimedia@freebsd.org Date: Sat, 21 Jun 2003 00:53:52 -0500 (CDT) Organization: A Rag-Tag Band of Drug-Crazed Hippies From: Conrad Sabatier To: freebsd-multimedia@freebsd.org Subject: Fwd: Portable MP3 players X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2003 05:53:54 -0000 This message is in MIME format --_=XFMail.1.5.4.FreeBSD:20030621005352:40464=_ Content-Type: multipart/signed; boundary="_=XFMail.1.5.4.FreeBSD:20030621005347:40464=_"; micalg=pgp-md5; protocol="application/pgp-signature" This message is in MIME format --_=XFMail.1.5.4.FreeBSD:20030621005347:40464=_ Content-Type: text/plain; charset=us-ascii Argggh! Damn ISP suddenly started blocking outgoing SMTP. I tried sending this several days ago, actually. Anyway... -----Fwd: ----- Date: Sun, 15 Jun 2003 18:29:09 -0500 (CDT) From: Conrad Sabatier To: freebsd-multimedia@freebsd.org Subject: Portable MP3 players Just a curiosity question at the moment: I was in Radio Shack the other day, and inquired with one of the salesmen about their portable MP3 players (neither of them RIOs). As he explained it, once connected to a PC, they appear as a standard external USB storage device. Is this correct? If so, does that mean one could simply 'cp' files over to the device and have them actually work? TIA -- Conrad Sabatier - "In Unix veritas" --------------End of forwarded message------------------------- -- Conrad Sabatier - "In Unix veritas" --_=XFMail.1.5.4.FreeBSD:20030621005347:40464=_ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+7QFFr8RegkxqgIgRAgVkAKDn3y4+CicRuYvky0Td/t8MeKa4jACeIeq+ fnOpLuZD9dOHBx8BFJ2Q0sQ= =1STV -----END PGP SIGNATURE----- --_=XFMail.1.5.4.FreeBSD:20030621005347:40464=_-- End of MIME message --_=XFMail.1.5.4.FreeBSD:20030621005352:40464=_ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+8/Lvr8RegkxqgIgRAoF0AKCPv/NX7peLNgTebjsaiMEMYKK1nQCfbmzb gyLjQrg7rQg809zc1x91Q60= =DXp+ -----END PGP SIGNATURE----- --_=XFMail.1.5.4.FreeBSD:20030621005352:40464=_-- End of MIME message