* [Comm] mencoder
@ 2008-02-13 10:39 Sergey
2008-02-13 11:43 ` Alexander Volkov
2008-02-14 5:48 ` Gleb Kulikov
0 siblings, 2 replies; 6+ messages in thread
From: Sergey @ 2008-02-13 10:39 UTC (permalink / raw)
To: community
Приветствую.
Вообще, это не 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] mencoder
2008-02-13 10:39 [Comm] mencoder Sergey
@ 2008-02-13 11:43 ` Alexander Volkov
2008-02-13 13:39 ` Andriy Dobrovol`s`kii
2008-02-14 5:48 ` Gleb Kulikov
1 sibling, 1 reply; 6+ messages in thread
From: Alexander Volkov @ 2008-02-13 11:43 UTC (permalink / raw)
To: community
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] mencoder
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
0 siblings, 1 reply; 6+ messages in thread
From: Andriy Dobrovol`s`kii @ 2008-02-13 13:39 UTC (permalink / raw)
To: ALT Linux Community general discussions
2008/2/13 Alexander Volkov <alt@vladregion.ru>:
> On 2008-02-13 14:39:39 +0400, Sergey wrote:
> S> Приветствую.
>
> было ж недавно.... :)
Было. Я спрашивал. Ответа не получил. Помучал-помучал да и пюнул...
> --fourcc xvid
И что это даст?
> for example
> --
> Regards, Alexander
>
--
Regards,
Andrii Dobrovol`s`kyj
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] mencoder
2008-02-13 13:39 ` Andriy Dobrovol`s`kii
@ 2008-02-13 14:11 ` Motsyo Gennadi aka Drool
0 siblings, 0 replies; 6+ messages in thread
From: Motsyo Gennadi aka Drool @ 2008-02-13 14:11 UTC (permalink / raw)
To: ALT Linux Community general discussions
Andriy Dobrovol`s`kii пишет:
> 2008/2/13 Alexander Volkov <alt@vladregion.ru>:
>> On 2008-02-13 14:39:39 +0400, Sergey wrote:
>> S> Приветствую.
>>
>> было ж недавно.... :)
> Было. Я спрашивал. Ответа не получил. Помучал-помучал да и пюнул...
Может посмотреть в сторону ffmpeg? Меня он устраивает
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] mencoder
2008-02-13 10:39 [Comm] mencoder Sergey
2008-02-13 11:43 ` Alexander Volkov
@ 2008-02-14 5:48 ` Gleb Kulikov
2008-02-14 13:38 ` Sergey
1 sibling, 1 reply; 6+ messages in thread
From: Gleb Kulikov @ 2008-02-14 5:48 UTC (permalink / raw)
To: ALT Linux Community general discussions
В сообщении от Среда 13 февраля 2008 Sergey написал:
> mencoder-у, чтобы пожатый файл проигрывался медиаплейером виндовым ?
> А то, что-то, не понимает он его... Жму так:
-lavcopts vcodec=msmpeg4
--
Салют, /GLeb
UIN: 15341920
jabber://gleb@asd.iao.ru
sip://2387245@sipnet.ru (telephony)
skype://gleb_kulikov.tomsk (telephony)
sip://20000204@sip.pctel.ru (telephony)
netmail: 2:5005/78
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] mencoder
2008-02-14 5:48 ` Gleb Kulikov
@ 2008-02-14 13:38 ` Sergey
0 siblings, 0 replies; 6+ messages in thread
From: Sergey @ 2008-02-14 13:38 UTC (permalink / raw)
To: ALT Linux Community general discussions
On Thursday 14 February 2008, Gleb Kulikov wrote:
> > mencoder-у, чтобы пожатый файл проигрывался медиаплейером виндовым ?
> > А то, что-то, не понимает он его... Жму так:
>
> -lavcopts vcodec=msmpeg4
О! спасибо.
--
С уважением, Сергей
a_s_y@sama.ru
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-02-14 13:38 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-13 10:39 [Comm] mencoder Sergey
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
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