https://github.com/nerdinand/podcast-timer
A very simple Java GUI for timing podcasts (generating chapter marks). Released under the MIT license.
https://github.com/nerdinand/podcast-timer
Last synced: 8 months ago
JSON representation
A very simple Java GUI for timing podcasts (generating chapter marks). Released under the MIT license.
- Host: GitHub
- URL: https://github.com/nerdinand/podcast-timer
- Owner: nerdinand
- Created: 2013-01-14T10:16:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-14T11:07:45.000Z (over 13 years ago)
- Last Synced: 2023-03-11T00:34:13.264Z (about 3 years ago)
- Language: Java
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
podcast-timer
=============
A very simple Java GUI for timing podcasts (generating chapter marks). Released under the MIT license.
Usage
-----
At the moment this really is as simple as it gets:
1. Press the "Start Timer" button as you start recording your podcast.
2. Press the "Enter Chapter" button when a new chapter starts.
3. A dialog will pop up, asking you for a chapter title.
4. Enjoy your chapters!
NOTE: The Podcast timer will substract 5 seconds from each of the chapter time stamps in order to compensate for slowness when entering them.
Chapter format
--------------
The chapter marks follow this format:
hh:mm:ss.000 Chapter 1
hh:mm:ss.000 Chapter 2
The advantage of this format is that it is understood by http://auphonic.com which I use for podcast postproduction.
Download
--------
You can find a pre-built runnable jar file here. However, this might not be current.