ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Alexey Novikov <shader@yandex.ru>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] VideoDVD
Date: Fri, 19 Oct 2007 12:59:47 +0400
Message-ID: <20071019085947.GA30742@localhost.localdomain> (raw)
In-Reply-To: <ff9feo$s66$1@ger.gmane.org>

On Fri, Oct 19, 2007 at 09:31:02AM +0400, Genix wrote:
> Alexey Novikov пишет:
> 
> > avi 2 vob - ffmpeg
> > vob's 2 dvd - dvdauthor
> > 
> > Если нужны детали, то стучите
> 
> можете где нибудь на wiki опубликовать?
> 

Ну если хотите, то закиньте на wiki сами. Рецепт прост:

1. Перегоняем что-нибудь (все что понимает ffmpeg) в DVD

ffmpeg -y -i <исходный файл> -deinterlace -aspect 4:3 -target pal-dvd \
    -b 9000 -hq -f dvd <готовый vob>

Опция -deinterlace нужна в случае если это видео слитое с камеры,
например. В остальных случаях скорее всего не нужна.

2. Формируем структуру DVD  из готовых VOB'ов

dvdauthor -x <конфигурационный файл>

здесь <конфигурационный файл> примерно следующего содержания
(отступы удалены, чтобы избежать переноса строк)
---->8----
<dvdauthor dest="dvd">
<vmgm />
<titleset>
<titles>
<video format="pal" aspect="4:3" resolution="720x576" />
<audio format="ac3" channels="2" quant="drc" samplerate="48khz" />
<pgc>
<vob file="1.vob" />
<vob file="2.vob" />
</pgc>
</titles>
</titleset>
</dvdauthor>
---->8----

Можно сделать без создания промежуточных VOB'ов, для этого
в конфиге dvdauthor вместо файла написать вызов п.1 за тем
исключением, что сохранять не в файл, а выводить в stdout.

-- 
WBR, Alexey Novikov
XMPP: alex-novikov@jabber.ru, shader@ya.ru


  reply	other threads:[~2007-10-19  8:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-18 11:01 Konstantin. A. Bylym
2007-10-18 12:28 ` Alexey Novikov
2007-10-18 11:35   ` Konstantin. A. Bylym
2007-10-19  5:31   ` Genix
2007-10-19  8:59     ` Alexey Novikov [this message]
2007-10-19 20:13       ` [Comm] [wiki] VideoDVD Genix

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=20071019085947.GA30742@localhost.localdomain \
    --to=shader@yandex.ru \
    --cc=community@lists.altlinux.org \
    /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