* [Comm] разрезать видео
@ 2005-04-20 11:04 Andrei Popov
2005-04-20 11:07 ` Alexander Volkov
2005-04-20 11:14 ` Valery V. Inozemtsev
0 siblings, 2 replies; 6+ messages in thread
From: Andrei Popov @ 2005-04-20 11:04 UTC (permalink / raw)
To: community
Народ, кто бы чем посоветовал разрезать авишку? Есть пару авишек
размером примерно в 2 болванки, надо порезать пополам, не покорежив
синхронизацию потоков (а их там 2 аудио и 1 видео).
Может у кого есть скриптик например, чтобы было от чего оттолкнуться?
Был бы благодарен.
ЗЫЖ Посоветовали пока avidemux и transcode, насколько они хороши? Кто
пользовался ими в АЛМ 2.4?
--
WBR,
Andrei Popov
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] разрезать видео
2005-04-20 11:04 [Comm] разрезать видео Andrei Popov
@ 2005-04-20 11:07 ` Alexander Volkov
2005-04-20 11:54 ` Re[2]: [JT] " Andrei Popov
2005-04-20 11:14 ` Valery V. Inozemtsev
1 sibling, 1 reply; 6+ messages in thread
From: Alexander Volkov @ 2005-04-20 11:07 UTC (permalink / raw)
To: community
On Wed, 20 Apr 2005 14:04:25 +0300, Andrei Popov wrote:
> ЫЖ Посоветовали пока avidemux и transcode, насколько они хороши? Кто
> пользовался ими в АЛМ 2.4?
man avisplit (из пакета transcode). Пользуемся...
--
Regards, Alexander.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re[2]: [JT] [Comm] разрезать видео
2005-04-20 11:07 ` Alexander Volkov
@ 2005-04-20 11:54 ` Andrei Popov
0 siblings, 0 replies; 6+ messages in thread
From: Andrei Popov @ 2005-04-20 11:54 UTC (permalink / raw)
To: Alexander Volkov, community
Hello Alexander,
Wednesday, April 20, 2005, 2:07:48 PM, you wrote:
>> ЫЖ Посоветовали пока avidemux и transcode, насколько они хороши? Кто
>> пользовался ими в АЛМ 2.4?
> man avisplit (из пакета transcode). Пользуемся...
Спасибо, буду пробовать.
--
WBR,
Andrei Popov
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] разрезать видео
2005-04-20 11:04 [Comm] разрезать видео Andrei Popov
2005-04-20 11:07 ` Alexander Volkov
@ 2005-04-20 11:14 ` Valery V. Inozemtsev
2005-04-20 11:53 ` Re[2]: " Andrei Popov
2005-04-20 12:33 ` Olvin
1 sibling, 2 replies; 6+ messages in thread
From: Valery V. Inozemtsev @ 2005-04-20 11:14 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 660 bytes --]
В сообщении от 20 Апрель 2005 15:04 Andrei Popov написал(a):
> Народ, кто бы чем посоветовал разрезать авишку? Есть пару авишек
> размером примерно в 2 болванки, надо порезать пополам, не покорежив
> синхронизацию потоков (а их там 2 аудио и 1 видео).
>
> Может у кого есть скриптик например, чтобы было от чего оттолкнуться?
mencoder The_Medallion.avi -endpos 0:44:00 -ovc copy -oac copy -o
The_Medallion_D1.avi
mencoder The_Medallion.avi -ss 0:44:00 -ovc copy -oac copy -o
The_Medallion_D2.avi
> Был бы благодарен.
>
> ЗЫЖ Посоветовали пока avidemux и transcode, насколько они хороши? Кто
> пользовался ими в АЛМ 2.4?
--
Valery V. Inozemtsev
[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re[2]: [Comm] разрезать видео
2005-04-20 11:14 ` Valery V. Inozemtsev
@ 2005-04-20 11:53 ` Andrei Popov
2005-04-20 12:33 ` Olvin
1 sibling, 0 replies; 6+ messages in thread
From: Andrei Popov @ 2005-04-20 11:53 UTC (permalink / raw)
To: Valery V. Inozemtsev, community
Hello Valery,
Wednesday, April 20, 2005, 2:14:33 PM, you wrote:
> mencoder The_Medallion.avi -endpos 0:44:00 -ovc copy -oac copy -o
> The_Medallion_D1.avi
> mencoder The_Medallion.avi -ss 0:44:00 -ovc copy -oac copy -o
> The_Medallion_D2.avi
Спасибо! Попробую, прочитав предварительно, что же делают эти хитрые
параметры =)
--
WBR,
Andrei Popov
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] разрезать видео
2005-04-20 11:14 ` Valery V. Inozemtsev
2005-04-20 11:53 ` Re[2]: " Andrei Popov
@ 2005-04-20 12:33 ` Olvin
1 sibling, 0 replies; 6+ messages in thread
From: Olvin @ 2005-04-20 12:33 UTC (permalink / raw)
To: community
Valery V. Inozemtsev wrote:
>>Народ, кто бы чем посоветовал разрезать авишку? Есть пару авишек
>>размером примерно в 2 болванки, надо порезать пополам, не покорежив
>>синхронизацию потоков (а их там 2 аудио и 1 видео).
>>Может у кого есть скриптик например, чтобы было от чего оттолкнуться?
> mencoder The_Medallion.avi -endpos 0:44:00 -ovc copy -oac copy -o
> The_Medallion_D1.avi
> mencoder The_Medallion.avi -ss 0:44:00 -ovc copy -oac copy -o
> The_Medallion_D2.avi
С ключом -ss mencoder на моих авишках обламывается. ОЧЕНЬ большая
рассинхронизация audio/video: порядка 1-2 минут. Общая длина
разрезаемого на две части фильма около 1:20:00.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-04-20 12:33 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-20 11:04 [Comm] разрезать видео Andrei Popov
2005-04-20 11:07 ` Alexander Volkov
2005-04-20 11:54 ` Re[2]: [JT] " Andrei Popov
2005-04-20 11:14 ` Valery V. Inozemtsev
2005-04-20 11:53 ` Re[2]: " Andrei Popov
2005-04-20 12:33 ` Olvin
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