ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Alex Yustasov <snmon@server.by>
To: sisyphus@altlinux.ru
Subject: Re: [sisyphus] dvdrtools и dvdrwtools
Date: Sun, 12 Dec 2004 20:32:40 +0200
Message-ID: <20041212183239.GA30022@server.by> (raw)
In-Reply-To: <41BC82CE.7020503@sibmail.ru>

On Sun, Dec 12, 2004 at 11:41:34PM +0600, Sergey Sharavin wrote:
> Где прописать
> 
> dvdauthor -o .dvd *.mpg
> dvdauthor -o .dvd -T
> 
> Вот скрипт которым я пользовался
> #!/bin/sh
> tocgen > /mnt/linux/Video/Original/dvd/VIDEO_TS/VIDEO_TS.IFO
> cp /mnt/linux/Video/Original/comp.mpg dvd/VIDEO_TS/VTS_01_1.VOB
> chmod u+w dvd/VIDEO_TS/*.VOB
> ifogen -f /mnt/linux/Video/Original/dvd/VIDEO_TS/VTS_01_1.VOB > 
> /mnt/linux/Video/Original/dvd/VIDEO_TS/VTS_01_0.IFO
> (cd /mnt/linux/Video/Original/dvd/VIDEO_TS; for i in *.IFO; do cp $i 
> `basename $i .IFO`.BUP; done)
> mkisofs -dvd-video -udf -o dvd.iso dvd/
> 
> Или проще найти старую версию dvdauthr

#!/bin/sh
mkdir .dvd
mkdir .dvd/AUDIO_TS
mkdir .dvd/VIDEO_TS

dvdauthor -o .dvd /mnt/linux/Video/Original/comp.mpg
dvdauthor -o .dvd -T
mkisofs -dvd-video -udf -o dvd.iso .dvd/

rm -fr .dvd


  reply	other threads:[~2004-12-12 18:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-12 14:12 Sergey Sharavin
2004-12-12 14:28 ` Alex Yustasov
2004-12-12 16:18   ` Sergey Sharavin
2004-12-12 17:20     ` Alex Yustasov
2004-12-12 17:26       ` Sergey Sharavin
2004-12-12 17:41       ` Sergey Sharavin
2004-12-12 18:32         ` Alex Yustasov [this message]
2004-12-13  3:34           ` Sergey Sharavin
2004-12-13  7:37             ` Alex Yustasov
2004-12-13  8:32               ` Sergey Sharavin

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=20041212183239.GA30022@server.by \
    --to=snmon@server.by \
    --cc=sisyphus@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 Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git