====== Захват и обработка аудио ====== * [[torrents>2053840|Как снять точный потрековый рип аудио CD (инструкция)]] * [[https://www.dbpoweramp.com/secure-ripper.htm|dBpoweramp R12 vs EAC v0.95b4 secure ripping comparison test]] * [[wp>Comparison of audio formats]] * [[https://xiph.org/flac/comparison.html|FLAC vs WavPack vs APE vs Apple Lossless vs ... comparison]] * [[http://www.nero.com/enu/nero-aac-codec.html|Nero AAC codec]] * [[http://www.daefeatures.co.uk/search|Drive database with offsets and options]] * [[http://www.accuraterip.com/driveoffsets.htm|Drive offsets database by Accuraterip]] ===== Обработка звука ===== * [[http://www.adobe.com/products/audition/|CoolEditPro]] (рекомендую) * [[http://audacityteam.org/wiki/|AudaCity]] ([[http://librivox.org/wiki/moin.cgi/NoiseCleaning|NoiseCleaning]], [[http://audacityteam.org/wiki/index.php?title=Reducing_Noise|Reducing Noise]], [[http://audacityteam.org/wiki/index.php?title=Noise_Removal|Noise Removal]]) * [[http://www.diamondcut.com/|Diamond Cut]] ([[http://www.luxter2.ru/apps/127-diamond-cut-dc7-v7.15.html|обзор]]) * [[http://mpesch3.de1.cc/mp3dc.html|mp3DirectCut]] -- cut, copy, paste or change the volume with no need to decompress your files for audio editing (see [[superuser>409238|How do I split an MP3 file without re-encoding it?]]). Нормализация звука: * [[http://dspguru.doom9.org/|BeSweet audio transcoder]] * [[http://replaygain.hydrogenaudio.org/contents.html|Replay Gain]] * [[http://mp3gain.sourceforge.net/faq.php|MP3Gain]] Другие утилиты: * [[http://www.surina.net/soundtouch/soundstretch.html|SoundStretch]] -- adjusts tempo & playback rate * [[http://home.wanadoo.nl/squell/id3.html|ID3]] mass tagger * [[http://mediainfo.sourceforge.net/en/ScreenShots/GUI_Main|MediaInfo]] supplies technical and tag information about a video or audio file @echo off for /F %%B in ('MediaInfo.exe "--Inform=Audio;%%BitRate%%" "%~1"') do set BITRATE=%%B set KBPS=%BITRATE:~0,-3% set FILENAME=%~n1 lame --decode "%~1" "%FILENAME%.wav" soundstretch "%FILENAME%.wav" "%FILENAME%-quick.wav" -tempo=25 del "%FILENAME%.wav" lame --preset %KBPS% "%FILENAME%-quick.wav" "%FILENAME%-quick.mp3" del "%FILENAME%-quick.wav" rem ID3v2.4 tags are still rejected id3 -D "%~1" -1 -2 "%FILENAME%-quick.mp3" ===== Questions answered ===== === [[https://hydrogenaud.io/index.php/topic,93643.0.html|EAC compressor command-line arguments for FLAC to add Vorbis tags]] === ''%%-8 -V -T "ARTIST=%artist%" -T "TITLE=%title%" -T "ALBUM=%albumtitle%" -T "DATE=%year%" -T "TRACKNUMBER=%tracknr%" -T "GENRE=%genre%" -T "COMMENT=Ripped Using EAC (Secure Mode)" -T "BAND=%albuminterpret%" -T "ALBUM ARTIST=%albuminterpret%" -T "COMPOSER=%composer%" %haslyrics%--tag-from-file=LYRICS="%lyricsfile%"%haslyrics% -T "DISCNUMBER=%cdnumber%" -T "TOTALDISCS=%totalcds%" -T "TOTALTRACKS=%numtracks%" %hascover%--picture="%coverfile%"%hascover% %source% -o %dest%%%'' === ЕАС does not detect the drive === Check [[torrents>342381|ЕАС "не видит" привод]]. Latest EAC v1.3 seems to work fine using native SCSI Win32 interface, e.g. copying of ''[[ftp://ftp6.ahead.de/wnaspi32.dll|wnaspi32.dll]]'' into EAC folder is not necessary. {{tag>ripping audio encoding}}