ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: maxim <mnc@mail.esoo.ru>
To: community@altlinux.ru
Subject: Re: [Comm] mencoder and cat
Date: Mon, 5 May 2003 22:20:57 +0600
Message-ID: <200305052220.58324.mnc@mail.esoo.ru> (raw)
In-Reply-To: <20030505160138.GA5286@fromru.com>

> Привет,
>
> Вот я содрал нужные мне куски из большого видео (скажем по паре
> минут). А как мне эти куски теперь склеить в один файл?
>
> сдирал так:
>
> 	$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

  reply	other threads:[~2003-05-05 16:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-05 16:01 Alexey Morsov
2003-05-05 16:20 ` maxim [this message]
2003-05-05 17:29 ` Alexander Blagin
2003-05-05 17:37   ` Alexey Morsov

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=200305052220.58324.mnc@mail.esoo.ru \
    --to=mnc@mail.esoo.ru \
    --cc=community@altlinux.ru \
    /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