ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Maxim Tyurin <mrkooll@tdr.pibhe.com>
To: Comm <community@altlinux.ru>
Subject: Re: [Comm] mencoder.
Date: Fri, 11 Jul 2003 11:31:51 +0300
Message-ID: <20030711083151.GA1293@mrkooll.tdr.pibhe.com> (raw)
In-Reply-To: <1057922452.3007.8.camel@localhost.localdomain>

On Fri, Jul 11, 2003 at 11:21:37AM +0000, Oleg Dolgov wrote:
> В Чтв, 10.07.2003, в 12:25, maxim написал:
> > сначала воспроизведите файл через консольный мплеер, посмотрите 
> > битрейт на видео и звук
> > а потом:
> > cat *.dat | mencoder - -ovc lavc -lavcopts 
> > vcodec=mpeg4:vbitrate="video bitrate" -oac mp3lame -lameopts 
> > cbr:br="audio bitrate" -ofps 24 -o result.avi
> > 
> > здесь уже указываете желаемый битрейт для звука и видео
> 
> Вчера попробовал дома. В каталоге с двумя частями одного фильма:
> 
> cat *.avi | mencoder - -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=700
> -oac mp3lame -lameopts cbr:br=96 -ofps 24 -o myfilm.avi
> 
> Перекодируется 1-й файл и останавливается. Объединения двух в один не
> происходит.
> Что делаю не так? :-((( 

Сливай фильмы так:
Есть 2 часть part1.avi и part2.avi
$ cat part1.avi part2.avi > temp.avi
$ mencoder -ovc copy -oac copy -o out.avi -forceidx temp.avi
$ rm temp.avi

В файле out.avi будет склеенный фильм
-- 

With Best Regards, Maxim Tyurin
JID:	MrKooll@jabber.pibhe.com
			


  reply	other threads:[~2003-07-11  8:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-10 11:42 Oleg Dolgov
2003-07-10 12:25 ` maxim
2003-07-11  8:21   ` Oleg Dolgov
2003-07-11  8:31     ` Maxim Tyurin [this message]
2003-07-11  9:00       ` Oleg Dolgov
2003-07-11  9:46         ` Maxim Tyurin
2003-07-10 16:18 ` Shrek
2003-07-14  8:45 ` Oleg Dolgov

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=20030711083151.GA1293@mrkooll.tdr.pibhe.com \
    --to=mrkooll@tdr.pibhe.com \
    --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