From owner-freebsd-questions@FreeBSD.ORG Thu Jan 19 00:28:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69AE716A41F for ; Thu, 19 Jan 2006 00:28:16 +0000 (GMT) (envelope-from tfcheng@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E73E43D48 for ; Thu, 19 Jan 2006 00:28:15 +0000 (GMT) (envelope-from tfcheng@gmail.com) Received: by zproxy.gmail.com with SMTP id l1so81125nzf for ; Wed, 18 Jan 2006 16:28:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=IC8ekm0U20MXtYpAXTFmDjbZif0Bg0haZW63Y/lJmQoiYRGYKaF4ClAsnJK9INUH7lampiCJ2COF6T5kvzXcfmDqXGXVWr4o3R998U3aS2aN0KP/O17wESea2rwcrfHzPaPUIUP7Up4bbgks46h5QKg0lgVtYSNCTOdZ4P92Ozw= Received: by 10.36.139.12 with SMTP id m12mr7380097nzd; Wed, 18 Jan 2006 16:28:14 -0800 (PST) Received: by 10.36.13.7 with HTTP; Wed, 18 Jan 2006 16:28:14 -0800 (PST) Message-ID: Date: Wed, 18 Jan 2006 19:28:14 -0500 From: Tsu-Fan Cheng To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: mencoder/mplayer slower on freebsd 6.0-amd64 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: Thu, 19 Jan 2006 00:28:16 -0000 Hi, I don't know if this is related, but I noticed that, when I run "mkxvcd" under amd64, it takes longer time to finish a movie conversion. I didn't do a side-by-side comparison between amd64 and i386 system, but usually a job will take less than an hour to finish on i386 would take more than that (usually like 2 hours) on the amd64. mkxvcd calls up mplayer/mencoder to do the conversion, while running the command, it prompted: [code] mplayer: could not connect to socket mplayer: Socket operation on non-socket [/code] is this the problem? TFC