ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Alexander Bokovoy <ab@altlinux.org>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] Media activista PROTVA07 (SRPMS -> GEAR)
Date: Sun, 29 Jul 2007 12:34:18 +0400
Message-ID: <46AC510A.4000404@altlinux.org> (raw)
In-Reply-To: <679044850707290127ye14d88fj55eef826e3dff0f9@mail.gmail.com>

Damir Shayhutdinov пишет:
>> Первым публичному выкладыванию подвергся Дмитрий Левин с докладом о
>> переходе с SRPMS в GEAR.
>>
>> Прошу заинтересованных лиц комментировать качество и необходимость
>> выкладывания отдельно звуковых дорожек.
> В .avi отсутствует звук. Или сизифный VLC его не проигрывает.
> [00000366] main decoder error: no suitable decoder module for fourcc `undf'.
> VLC probably does not support this sound or video format.
> 
> Пришлось параллельно включать звук и видео.
Сверстано вот этим скриптом. Звук там
[faad] AAC (MPEG2/4 Advanced Audio Coding)
AUDIO: 48000 Hz, 2 ch, s16le, 162.7 kbit/10.60% (ratio: 20343->192000)
[faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio) decoder)

#!/bin/sh
if test x"$4" = x"" ; then
echo "First pass..."
mencoder -v\
         $2 $3\
        -ovc x264 -x264encopts
subq=4:bframes=4:b_pyramid:weight_b:pass=1:psnr:bitrate=1500:turbo=1\
        -oac copy\
        -ofps 24000/1001\
        -o /dev/null
fi

echo "Second pass..."
mencoder -v\
         $2 $3\
        -ovc x264 -x264encopts
subq=5:partitions=4x4:8x8dct:frameref=3:me=hex:bframes=4:b_pyramid:pass=2:psnr:bitrate=1500\
        -af volnorm\
        -oac faac -faacopts object=1:tns:quality=100\
        -ofps 24000/1001\
        -o $1

-- 
/ Alexander Bokovoy



  reply	other threads:[~2007-07-29  8:34 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-29  7:37 Alexander Bokovoy
2007-07-29  8:27 ` Damir Shayhutdinov
2007-07-29  8:34   ` Alexander Bokovoy [this message]
2007-07-29  8:47     ` Damir Shayhutdinov
2007-07-29  8:51       ` Hihin Ruslan
2007-07-29  9:04         ` Alexander Bokovoy
2007-07-29 13:58           ` Valery V. Inozemtsev
2007-07-30  8:00           ` Pavlov Konstantin
2007-07-29 10:25         ` Damir Shayhutdinov
2007-07-29  8:56       ` Alexander Bokovoy
2007-08-03 14:10         ` Igor Zubkov
2007-08-03 14:35           ` Alexander Bokovoy
2007-08-03 14:55             ` Igor Zubkov
2007-08-03 15:05               ` Damir Shayhutdinov
2007-07-29  8:53 ` Slava Semushin
2007-07-29  8:59   ` Alexander Bokovoy
2007-08-02 18:14     ` [devel] Media activista PROTVA07 (Алиса, мелофон!) Michael Shigorin
2007-08-02 19:23       ` Alexander Bokovoy
2007-08-02 19:49         ` Michael Shigorin

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=46AC510A.4000404@altlinux.org \
    --to=ab@altlinux.org \
    --cc=devel@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 Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git