Adobe Audition Markers (.CSV) converter to Podcast Chapters (.CUE) format
Скрипт, конвертирующий CSV-маркеры Adobe Audition в формате CUE, понятный Podcast Chapters
It's a script in python to convert Adobe Audition markers in .csv format to .cue format which Podcast Chapters uses
Маркеры, создаваемые в Adobe Audition во время монтажа (создаются по нажатию клавиши M) можно конвертировать в понятный формат для создания глав в подкастах.
In Adobe Audition you can create a marker by pressing M button. It's very useful and can be converted to chapter format in your podcasts.
- Установите Python3 / Install Python3
- Поправьте параметры в файле config.cfg под себя / Please change your options in config.cfg file
-
Расставляем маркеры в Adobe Audition при монтаже / Put some markers in Adobe Audition when you editing
-
Выделяем все маркеры и экспортируем их "Export Selected markers to CSV" / Select them all and press "Export Selected markers to CSV"
-
Сохраняем под именем "markers.csv" в папке со скриптом / Save those markers by "markers.csv" filename in script folder
-
Запустите скрипт в терминале следующей командой / Run this script in your terminal by this command
python csvtocue.py
Или, если вы на Windows, запустить файл run.bat / Or else, if you're on Windows just execute run.bat
- Готовые маркеры сконвертируются в формат .CUE в файл markers.cue, который можно скормить Podcast Chapters / All markers are converted to markers.cue file in .CUE format which you're use in Podcast Chapters program