From owner-freebsd-ports@FreeBSD.ORG Wed Oct 29 16:00:36 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE588106568C; Wed, 29 Oct 2008 16:00:36 +0000 (UTC) (envelope-from tigner@msu.edu) Received: from sys16.mail.msu.edu (sys16.mail.msu.edu [35.9.75.116]) by mx1.freebsd.org (Postfix) with ESMTP id 88A2D8FC08; Wed, 29 Oct 2008 16:00:36 +0000 (UTC) (envelope-from tigner@msu.edu) Received: from eshop1.pa.msu.edu ([35.9.69.81]) by sys16.mail.msu.edu with esmtpsa (Exim 4.63 #1) (SSLv3:AES256-SHA:256) id 1KvCmC-0001Kx-7V; Wed, 29 Oct 2008 11:16:04 -0400 From: tigner To: multimedia@FreeBSD.org Organization: MSU PA Electronics Shop Date: Wed, 29 Oct 2008 11:15:47 -0400 Message-Id: <1225293347.85421.15.camel@eshop1.pa.msu.edu> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port X-Virus: None found by Clam AV Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: tovid-0.30_6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tigner@msu.edu List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2008 16:00:36 -0000 Dear Sir(s), I would like to bring your attention to a problem in the scripts in the tovid package. tovid uses mplayer to identify characteristics of a video. mplayer uses $home/.mplayer/config as its config file. IF $home/.mplayer/config has an entry 'loop = 0' then tovid/makexml/idvid scripts will hang forever. I suggest that in the idvid script, to include '-loop 1' in the command that uses mplayer to identify a video might just fix this problem. Current line in idvid: mplayer -vo null -ao null -frames 1 -channels 6 -identify \ "$INFILE" > "$SCRATCH_FILE" 2>&1 ---------------------------------------------------------------------------------------- Suggested replacement: mplayer -vo null -ao null -frames 1 -loop 1 -channels 6 -identify \ "$INFILE" > "$SCRATCH_FILE" 2>&1 The change might have to be in made several lines of idvid. Thank you for listening. Barry A. Tigner Electronics Shop manager Physics and Astronomy department Michigan State University tigner@msu.edu 517-884-5538