From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 21:27:25 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 02E7716A41A for ; Sun, 29 Jul 2007 21:27:24 +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 4FCB213C494 for ; Sun, 29 Jul 2007 21:27:24 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so2625697pye for ; Sun, 29 Jul 2007 14:27:24 -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=ACMF5bm1BmaDN8eEeuxBzNEa1NuW7wa9kJyQzwdKxWWAXNOqfwy3YcE0csnUrJ9qtUG1HY5U+I4rGp8IGZhebH7WkBikzZgCMsw3R3b1wba4ZfFICeBMWSjPTyVmsgh7BEb7EfiBR8XP6Oq9IrvdHRPxLXNqTnvsx/kyg9CEgGc= 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=D8eo1qf3kn1PFmoJ0G+m5y8O3+C0MOYIpYcnGV5KzuCkMu/rh+8JWVPyuOl5N5AWX/0aVm7j6qUkpy29+QOXc44lO2NwjFuhCnCnQTDhijYMW7bkM9ISCAIXe3tQqdE2QeC9GmCOCD+nUeKQZgOJ7Xw9/CN+UfXo80GDqIWmtoY= Received: by 10.65.133.8 with SMTP id k8mr7609495qbn.1185744443020; Sun, 29 Jul 2007 14:27:23 -0700 (PDT) Received: by 10.64.208.1 with HTTP; Sun, 29 Jul 2007 14:27:22 -0700 (PDT) Message-ID: Date: Sun, 29 Jul 2007 17:27:22 -0400 From: "Tsu-Fan Cheng" To: "Robert Andersson" In-Reply-To: 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:27:25 -0000 On 7/29/07, Tsu-Fan Cheng wrote: > > > > 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 > should put it into the port