From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 21:26:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BD9816A419 for ; Sun, 29 Jul 2007 21:26:56 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id 38AC413C48E for ; Sun, 29 Jul 2007 21:26:56 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so2625697pye for ; Sun, 29 Jul 2007 14:26:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=BdlebgATIc0sA97BC/PBFgt9GIbPHr6zgcqZrUPkMVUrr5rpo94azTMWEOGgLyJE5KAmi8Jne0dbXxywtjKA1CN53Gqu0n4L0nuxKUBS3JCJ8pySU/p/qDxhGlmDY+hkKBmFaDy8XyCkJbmsaNGJ8sAtQV06f13LaH/GOp2PWIU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Rd+VMv3ZJ/QjqEY3fpEvG1LMqyKXHSkGKOXAd0n2pMwqe4wsSgLAMUOGTdd33n9SvkJN0u/XYevG23jbaXAr1RKjevu9pzbZkGGWAPAghHUh9PpB9eV6C2LpkEtkghZvpKjGFfWGpkC/OFs9Ks/FvaNmoKqFu1w3Wn5KEhOU7Ac= Received: by 10.65.74.9 with SMTP id b9mr7662596qbl.1185744414841; Sun, 29 Jul 2007 14:26:54 -0700 (PDT) Received: by 10.64.208.1 with HTTP; Sun, 29 Jul 2007 14:26:54 -0700 (PDT) Message-ID: Date: Sun, 29 Jul 2007 17:26:54 -0400 From: "Tsu-Fan Cheng" To: "Robert Andersson" In-Reply-To: <20070729204154.7f6a8340@localhost> MIME-Version: 1.0 References: <20070729204154.7f6a8340@localhost> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: still image grabber X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 21:26:56 -0000 On 7/29/07, Robert Andersson wrote: > > On Sun, 29 Jul 2007 10:14:06 -0400 > "Tsu-Fan Cheng" wrote: > > > Hi, > > is there a port on freebsd that generate still images from movie > > files? like "image grabber" on windows?? thanks!! > > > > TFC > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > > > I began writing a shell script for this a couple of weeks ago. As i saw > your email today i tried to finish it up, adding some command line > arguments and various comments. The script uses mplayer and ImageMagick > to create something that looks somewhat like the output from > imagegrabber or media player classic. > > I call it framegrabber. You can find it here: > http://code.streambag.se > > Hope you'll find it useful. > > // Robert > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" Hey man, it works! great job