ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Maxim Tyurin <MrKooll@TDR.PIBHE.com>
To: community@altlinux.ru
Subject: Re: [Comm] [JT] mp3 --> audio cd (и еще вопрос)
Date: Wed, 15 Jan 2003 15:46:42 +0200
Message-ID: <20030115134642.GE20288@mrkooll.tdr.pibhe.com> (raw)
In-Reply-To: <20030115193635.6450cefd.mad_kot@mail.ru>

On Wed, Jan 15, 2003 at 07:36:35PM +0600, Eugene Bazhenov wrote:
> Ж) Еще б знать как он должен выглядеть:)
> О! А если я возьму какой-нибудь audio cd,
> и натравлю на него cdrdao read-toc disk.toc
> я получу примерную форму toc-file?
> И вручную его вполне можно написать?
Конечно можно.
Простейший скрипт такой:
echo "CD_DA" > mix.toc && ls *.wav | while read d; do echo "TRACK AUDIO" >> mix.toc; echo "FILE \"$d\" 0" >> mix.toc; done
Делает toc из wav лежащих в тек. каталоге.
-- 

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


  reply	other threads:[~2003-01-15 13:46 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-15  6:12 [Comm] mp3 --> audio cd Eugene Bazhenov
2003-01-15  6:38 ` "Инженер"
2003-01-15  8:30   ` Eugene Bazhenov
2003-01-15  9:19   ` [Comm] mp3 --> audio cd (уточнение) Eugene Bazhenov
2003-01-15 10:17     ` [Comm] Re[2]: [Comm] mp3 --> audio cd(уточнение) "Инженер"
2003-01-15 10:59       ` [Comm] mp3 --> audio cd (и еще вопрос) Eugene Bazhenov
2003-01-15 11:09         ` Maxim Tyurin
2003-01-15 11:53           ` Eugene Bazhenov
2003-01-15 12:22             ` Maxim Tyurin
2003-01-15 13:36               ` [Comm] [JT] " Eugene Bazhenov
2003-01-15 13:46                 ` Maxim Tyurin [this message]
2003-01-15 11:10         ` [Comm] " Serega Maykov
2003-01-15 11:37           ` Eugene Bazhenov
2003-01-15 11:54             ` Serega Maykov
2003-01-15 12:24               ` Eugene Bazhenov
2003-01-15 13:51                 ` Serega Maykov
2003-01-15 22:39                 ` Alexey Morsov
2003-01-15 13:19           ` [Comm] Re[2]: [Comm] mp3 --> audio cd(и " "Инженер"
2003-01-16  1:27             ` [JT] " Eugene Bazhenov
2003-01-16  6:01               ` Re[2]: [JT] [Comm] mp3 --> audiocd "Инженер"
2003-01-15 11:55         ` [Comm] mp3 --> audio cd (и еще вопрос) Antonio
2003-01-15 12:14           ` Eugene Bazhenov

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=20030115134642.GE20288@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