From: Sergey <a_s_y@sama.ru> To: community@lists.altlinux.org Subject: [Comm] mencoder Date: Wed, 13 Feb 2008 14:39:39 +0400 Message-ID: <200802131439.41016.a_s_y@sama.ru> (raw) Приветствую. Вообще, это не alt-специфичное, но, может, знает кто. Что сказать mencoder-у, чтобы пожатый файл проигрывался медиаплейером виндовым ? А то, что-то, не понимает он его... Жму так: -- #!/bin/bash BR=2000 rm frameno.avi mencoder $1 -ovc frameno -o frameno.avi -oac mp3lame -lameopts vbr=3 mencoder $1 -o $1.pass1 -oac copy -ovc lavc -lavcopts vcodec=mpeg4:vpass=1:vbitrate=$BR -noaspect mencoder $1.pass1 -o $1.pass2 -oac copy -ovc lavc -lavcopts vcodec=mpeg4:vpass=2:vbitrate=$BR -noaspect -- -- С уважением, Сергей a_s_y@sama.ru
next reply other threads:[~2008-02-13 10:39 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2008-02-13 10:39 Sergey [this message] 2008-02-13 11:43 ` Alexander Volkov 2008-02-13 13:39 ` Andriy Dobrovol`s`kii 2008-02-13 14:11 ` Motsyo Gennadi aka Drool 2008-02-14 5:48 ` Gleb Kulikov 2008-02-14 13:38 ` Sergey
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=200802131439.41016.a_s_y@sama.ru \ --to=a_s_y@sama.ru \ --cc=community@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git