From owner-freebsd-multimedia Wed Feb 5 12: 0:52 2003 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 5C4A337B401 for ; Wed, 5 Feb 2003 12:00:51 -0800 (PST) Received: from AVelizy-101-1-5-136.abo.wanadoo.fr (AVelizy-101-1-5-136.abo.wanadoo.fr [217.128.35.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47A4343F9B for ; Wed, 5 Feb 2003 12:00:49 -0800 (PST) (envelope-from dhenin@cyclopes.org) Received: from AVelizy-101-1-5-136.abo.wanadoo.fr (localhost [127.0.0.1]) by AVelizy-101-1-5-136.abo.wanadoo.fr (8.12.6/8.12.6) with ESMTP id h15K3ClC047539 for ; Wed, 5 Feb 2003 21:03:12 +0100 (CET) (envelope-from dhenin@AVelizy-101-1-5-136.abo.wanadoo.fr) Received: (from root@localhost) by AVelizy-101-1-5-136.abo.wanadoo.fr (8.12.6/8.12.6/Submit) id h15K3Boh047538 for multimedia@FreeBSD.ORG; Wed, 5 Feb 2003 21:03:11 +0100 (CET) Date: Wed, 5 Feb 2003 21:03:11 +0100 From: dhenin@cyclopes.org To: multimedia@FreeBSD.ORG Subject: ffmpeg without encoding Message-ID: <20030205200311.GA47072@polypheme.cyclopes.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.4i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org When i try $ ffmpeg -vcodec mpeg1video -b 7200 -s 384x288 -y -t 5.0 test1.mpg I see Input #0, video_grab_device, from '/dev/bktr0': Stream #0.0: Video: rawvideo, yuv420p, 384x288, 25.00 fps, 800 kb/s Input #1, audio_device, from '/dev/dsp': Stream #1.0: Audio: pcm_s16le, 44100 Hz, mono, 705 kb/s Output #0, mpeg, to 'test1.mpg': Stream #0.0: Video: mpeg1video, 384x288, 25.00 fps, q=2-31, 7200 kb/s Stream #0.1: Audio: mp2, 44100 Hz, mono, 64 kb/s Stream mapping: Stream #0.0 -> #0.0 Stream #1.0 -> #0.1 Press [q] to stop encoding and I am not able to stop with any key. Only CTRL C stop the process. And the output file test1.mpg is empty : $ ls -rtl -rw-r--r-- 1 charly users 0 5 fév 20:54 test1.mpg Have an idea ? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message