From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Date: Wed, 13 Feb 2008 14:43:14 +0300 From: Alexander Volkov To: community@lists.altlinux.org Message-ID: <20080213114312.GA16399@xeon.vladregion.ru> Mail-Followup-To: community@lists.altlinux.org References: <200802131439.41016.a_s_y@sama.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200802131439.41016.a_s_y@sama.ru> User-Agent: Mutt/1.4.2.3i X-Spamd-Status: OK X-Spamd-Score: -2.000 X-Spamd-Threshold: 6.000 X-Spamd-Keywords: BAYES_00,NO_RELAYS Subject: Re: [Comm] mencoder X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.9 Precedence: list Reply-To: ALT Linux Community general discussions List-Id: ALT Linux Community general discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2008 11:45:09 -0000 Archived-At: List-Archive: List-Post: On 2008-02-13 14:39:39 +0400, Sergey wrote: S> Приветствую. S> Вообще, это не alt-специфичное, но, может, знает кто. Что сказать S> mencoder-у, чтобы пожатый файл проигрывался медиаплейером виндовым ? S> А то, что-то, не понимает он его... Жму так: S> -- S> #!/bin/bash S> BR=2000 S> rm frameno.avi S> mencoder $1 -ovc frameno -o frameno.avi -oac mp3lame -lameopts vbr=3 S> mencoder $1 -o $1.pass1 -oac copy -ovc lavc -lavcopts vcodec=mpeg4:vpass=1:vbitrate=$BR -noaspect S> mencoder $1.pass1 -o $1.pass2 -oac copy -ovc lavc -lavcopts vcodec=mpeg4:vpass=2:vbitrate=$BR -noaspect S> -- было ж недавно.... :) --fourcc xvid for example -- Regards, Alexander