ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] mencoder and cat
@ 2003-05-05 16:01 Alexey Morsov
  2003-05-05 16:20 ` maxim
  2003-05-05 17:29 ` Alexander Blagin
  0 siblings, 2 replies; 4+ messages in thread
From: Alexey Morsov @ 2003-05-05 16:01 UTC (permalink / raw)
  To: ALT Linux
	Сообщество

Привет,

Вот я содрал нужные мне куски из большого видео (скажем по паре
минут). А как мне эти куски теперь склеить в один файл?

сдирал так:

	$mencoder -oac copy -ovc copy -o out_1.avi input.avi -ss
	00:00:10 -enpos 00:02:00

	$mencoder -oac copy -ovc copy -o out_2.avi input.avi -ss
	00:02:10 -enpos 00:02:00

пытался склеивать так:

	$cat *.avi | mencoder -oac copy -ovc copy -o result.avi -

Но в результате получаю файл - точную копию первого avi-шника
(out_1.avi).

Хотя если я делаю просто:
	
	$cat *.avi >test.avi

То test.avi получается размером = out_1.avi + out_2.avi, который
естественно вообще не проигрывается.

--
With best regards,
Alexey Morsov.

[ALT Linux] [GNU] [LyX] [WindowMaker]


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Comm] mencoder and cat
  2003-05-05 16:01 [Comm] mencoder and cat Alexey Morsov
@ 2003-05-05 16:20 ` maxim
  2003-05-05 17:29 ` Alexander Blagin
  1 sibling, 0 replies; 4+ messages in thread
From: maxim @ 2003-05-05 16:20 UTC (permalink / raw)
  To: community

> Привет,
>
> Вот я содрал нужные мне куски из большого видео (скажем по паре
> минут). А как мне эти куски теперь склеить в один файл?
>
> сдирал так:
>
> 	$mencoder -oac copy -ovc copy -o out_1.avi input.avi -ss
> 	00:00:10 -enpos 00:02:00
>
> 	$mencoder -oac copy -ovc copy -o out_2.avi input.avi -ss
> 	00:02:10 -enpos 00:02:00
>
> пытался склеивать так:
>
> 	$cat *.avi | mencoder -oac copy -ovc copy -o result.avi -
>
> Но в результате получаю файл - точную копию первого avi-шника
> (out_1.avi).
>
> Хотя если я делаю просто:
>
> 	$cat *.avi >test.avi
>
> То test.avi получается размером = out_1.avi + out_2.avi, который
> естественно вообще не проигрывается.
>
cat 1.avi 2.avi | mencoder -noidx -ovc copy -oac copy -o output.avi -
вот это строчка из документации по mencoder'y

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Comm] mencoder and cat
  2003-05-05 16:01 [Comm] mencoder and cat Alexey Morsov
  2003-05-05 16:20 ` maxim
@ 2003-05-05 17:29 ` Alexander Blagin
  2003-05-05 17:37   ` Alexey Morsov
  1 sibling, 1 reply; 4+ messages in thread
From: Alexander Blagin @ 2003-05-05 17:29 UTC (permalink / raw)
  To: community

> Вот я содрал нужные мне куски из большого видео (скажем по паре
> минут). А как мне эти куски теперь склеить в один файл?

а как правильно резать !



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Comm] mencoder and cat
  2003-05-05 17:29 ` Alexander Blagin
@ 2003-05-05 17:37   ` Alexey Morsov
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Morsov @ 2003-05-05 17:37 UTC (permalink / raw)
  To: community

Не далее как Mon, May 05, 2003 at 08:29:27PM +0300 Alexander Blagin писал(а) следующее:
> > Вот я содрал нужные мне куски из большого видео (скажем по паре
> > минут). А как мне эти куски теперь склеить в один файл?
> 
> а как правильно резать !
Это вопрос? Если да, то ниже в письме было указано как Я резал.

> 
> _______________________________________________
> Community mailing list
> Community@altlinux.ru
> http://www.altlinux.ru/mailman/listinfo/community
> 
--
With best regards,
Alexey Morsov.

[ALT Linux] [GNU] [LyX] [WindowMaker]


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-05-05 17:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-05 16:01 [Comm] mencoder and cat Alexey Morsov
2003-05-05 16:20 ` maxim
2003-05-05 17:29 ` Alexander Blagin
2003-05-05 17:37   ` Alexey Morsov

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