Skip to content

zombak/csvtocue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSVtoCUE

Adobe Audition Markers (.CSV) converter to Podcast Chapters (.CUE) format

Что это? / What is it?

Скрипт, конвертирующий 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

В чём смысл? / What's the point of this?

Маркеры, создаваемые в 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.

Что нужно? / Requirements

  1. Установите Python3 / Install Python3
  2. Поправьте параметры в файле config.cfg под себя / Please change your options in config.cfg file

Как пользоваться? / How to use it

  1. Расставляем маркеры в Adobe Audition при монтаже / Put some markers in Adobe Audition when you editing

  2. Выделяем все маркеры и экспортируем их "Export Selected markers to CSV" / Select them all and press "Export Selected markers to CSV"

  3. Сохраняем под именем "markers.csv" в папке со скриптом / Save those markers by "markers.csv" filename in script folder

  4. Запустите скрипт в терминале следующей командой / 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

  1. Готовые маркеры сконвертируются в формат .CUE в файл markers.cue, который можно скормить Podcast Chapters / All markers are converted to markers.cue file in .CUE format which you're use in Podcast Chapters program

About

Adobe Audition Markers (CSV) converter to Podcast Chapters (CUE) format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors