From owner-freebsd-multimedia@FreeBSD.ORG Mon Jul 23 01:17:59 2007 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 C096816A419 for ; Mon, 23 Jul 2007 01:17:59 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-03.ohiordc.rr.com (ms-smtp-03.ohiordc.rr.com [65.24.5.137]) by mx1.freebsd.org (Postfix) with ESMTP id 8737913C467 for ; Mon, 23 Jul 2007 01:17:59 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-71-64-129-15.woh.res.rr.com [71.64.129.15]) by ms-smtp-03.ohiordc.rr.com (8.13.6/8.13.6) with SMTP id l6N1HvdV010414 for ; Sun, 22 Jul 2007 21:17:57 -0400 (EDT) Message-ID: <006901c7ccc7$4dcd3200$0200a8c0@satellite> From: "Dave" To: Date: Sun, 22 Jul 2007 21:17:57 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: Subject: ffmpeg core dumps on FreeBSD 6.2 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2007 01:17:59 -0000 Hello, I've got a cvsupped ports tree and am trying to convert a .avi file to .mpg specifically a vcd so i can burn it on to a dvd. I've included the command output at the end of this message, both the ffmpeg command and the file command showing what freebsd thinks the .avi file is in question. The result is the ffmpeg started then core dumped. I've got the .core file if it would help, but i'm not a programmer so don't know where to go with this. Any assistance is appreciated as i'd really like to get this .avi file converted. Thanks. Dave. #ffmpeg -i Today.avi -target pal-svcd Today1.mpg FFmpeg version SVN-r9153, Copyright (c) 2000-2007 Fabrice Bellard, et al. configuration: --cc=cc --prefix=/usr/local --make=gmake --disable-debug --enable-memalign-hack --enable-shared --enable-pp --extra-cflags=-fPIC -DPIC -O -pipe -march=athlon-xp -I/usr/local/include --extra-ldflags=-L/usr/local/lib --extra-libs=-pthread --enable-gpl --enable-pthreads --enable-swscaler --enable-liba52 --enable-liba52bin --enable-libmp3lame --enable-libogg --disable-ffplay --enable-libvorbis --enable-xvid libavutil version: 49.4.0 libavcodec version: 51.40.4 libavformat version: 51.12.1 built on Jul 21 2007 18:16:45, gcc: 3.4.6 [FreeBSD] 20060305 Input #0, avi, from 'Today.avi': Duration: 03:00:21.1, start: 0.000000, bitrate: 3752 kb/s Stream #0.0: Video: rawvideo, uyvy422, 80x60, 29.97 fps(r) Stream #0.1: Audio: pcm_s16le, 44100 Hz, stereo, 1411 kb/s Segmentation fault: 11 (core dumped) #file Today.avi Today.avi: RIFF (little-endian) data, AVI, 80 x 60, ~30 fps, video:, audio: uncompressed PCM (stereo, 44100 Hz)