From owner-freebsd-multimedia@FreeBSD.ORG Fri May 2 15:16:47 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 8AC4337B401 for ; Fri, 2 May 2003 15:16:47 -0700 (PDT) Received: from flamingo.mail.pas.earthlink.net (flamingo.mail.pas.earthlink.net [207.217.120.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 208AC43F75 for ; Fri, 2 May 2003 15:16:47 -0700 (PDT) (envelope-from rpratt1950@earthlink.net) Received: from user223.net726.fl.sprint-hsd.net ([65.41.147.223] helo=k6-2.weeble.com) by flamingo.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 19Bipe-0001Rd-00 for freebsd-multimedia@freebsd.org; Fri, 02 May 2003 15:16:42 -0700 Date: Fri, 2 May 2003 18:18:06 -0400 From: Randy Pratt To: freebsd-multimedia@freebsd.org Message-Id: <20030502181806.08e55b65.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: Extracting from a .bin file 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, 02 May 2003 22:16:47 -0000 I've had fair successes in dealing with some of the more common formats like avi, mpg, etc. However, I've ran into one that I don't have a clue how to proceed. Its a movie.bin file and I would like to extract the movie from it. The .bin file contains these formats: Audio Format.........: OGG Vorbis Audio Bitrate........: ~126kbps (VBR) 2 Channels (0.400 Quality) Hz...................: 48,000 Video Format.........: XVID I've tried several things (transcode, ffmpeg, vcdgear) but can't seem to hit on the right combination of things to make it happen. I would certainly appreciate some hints/direction for extracting the multimedia files from the .bin file. My objective is to eventually convert it into a mpeg or avi file. Thanks, Randy