From owner-freebsd-multimedia Thu Sep 9 0: 9: 4 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from gate.hentschel.net (gate.hentschel.net [216.200.30.15]) by hub.freebsd.org (Postfix) with ESMTP id D9D53151C4 for ; Thu, 9 Sep 1999 00:08:58 -0700 (PDT) (envelope-from root@gate.hentschel.net) Received: from mail.hentschel.net (dorothy [192.168.1.2]) by gate.hentschel.net (8.8.8/8.8.8) with ESMTP id XAA02027 for ; Wed, 8 Sep 1999 23:58:15 -0700 (PDT) (envelope-from root@gate.hentschel.net) Message-Id: <199909090658.XAA02027@gate.hentschel.net> Date: Thu, 9 Sep 1999 00:03:51 -0700 (PDT) From: thomas@hentschel.net Subject: Re: fxtv MPEG-audio encoding problems - mplex To: multimedia@freebsd.org In-Reply-To: <19990908213139.A61803@ipass.net> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 8 Sep, Randall Hopper wrote: > Hentschel, Thomas: > | You need to fetch MPEG-audio dist10. This is described in the > | README file (/usr/X11R6/lib/X11/fxtv/README). > | > |Arrgh, that's what I get for not reading the docs - Thanks, it build and > |installed, I'm gonna have to play with this tonight (I'm not at the machine > |right now) > > No prob. It should be in the man page (which is pretty anemic right now). > Hi Randall got over that hump, now that the frame rate works I'm determined to make the mpg encoding work. The video part works great, however the audio part is still giving trouble. If I try encoding in mp3, the following happens (on the console with -debug subproc) : ::EXEC:: mplex test.mpg test.mp3 test.mps *************************************************************** * MPEG1/SYSTEMS Multiplexer * * (C) Christoph Moar, 1994/1995 * * moar@informatik.tu-muenchen.de * * Technical University of Munich * * SIEMENS ZFE ST SN 11 / T SN 6 * * * * This program is free software. See the GNU General Public * * License in the file COPYING for more details. * * Release 1.1 (06.06.95) * *************************************************************** File test.mpg is a 11172-2 Video stream. File test.mp3 is a 11172-3 Audio stream. Scanning Video stream for access units information. Got 91 picture headers. 99% Done, stream bit offset 1617696. +------------------ VIDEO STREAM INFORMATION -----------------+ Stream length : 202212 Sequence start : 1 Sequence end : 1 No. Pictures : 93 No. Groups : 9 No. I Frames : 19 avg. size 8765 bytes No. P Frames : 28 avg. size 870 bytes No. B Frames : 46 avg. size 245 bytes No. D Frames : 0 avg. size 0 bytes Horizontal size: 320 Vertical size : 240 Aspect ratio : 1.0000 VGA etc Picture rate : 24.000 frames/sec Bit rate : variable Computed rate : 52500 bytes/sec Vbv buffer size: 0 bytes CSPF : 0 Scanning Audio stream for access units information. Segmentation fault - core dumped ::STATUS:: 139 Command Failed: mplex test.mpg test.mp3 test.mps Conversion Aborted. What strikes me as odd is that 24.000 frames/sec -- I set it to 10 frames/sec in the dialog. If I do encoding with mp2, the conversion finishes ok, but playing with mtv or a ~doze player displays the video correctly, but the sound is just a short *blop. When doing just audio recording, both mp2 and mp3 are ok, this makes me think that the problem lies somewhere in mplex. I went thru the (somewhat sparse) documentation of mplex, couldn't find anything useful.... any idea ?? Thanks for all the help so far, hope I didn't hit the annoyance threshold yet -- -Th To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message