![]() |
|
ASTA - Automatic Subtitle Timing Annotator - Printable Version +- kanji koohii FORUM (http://forum.koohii.com) +-- Forum: Learning Japanese (http://forum.koohii.com/forum-4.html) +--- Forum: Learning resources (http://forum.koohii.com/forum-9.html) +--- Thread: ASTA - Automatic Subtitle Timing Annotator (/thread-5295.html) |
ASTA - Automatic Subtitle Timing Annotator - ahibba - 2010-03-30 Subtitling a video/song is a tedious task, not only one has to write the subtitle, but also one has to specify its timing (start and end times). ASTA project tries to automatically determine the subtitles timing based on the, possibly polyphonic, audio input. We found Marsyas to be the most suitable tool for both signal processing (i.e. feature extraction) and machine learning (i.e. training and classification). Beside its efficiency, it provides such a complete solution to audio-analysis that we didn't need any other library. We thank Marsyas team for open-sourcing such a great project. http://sourceforge.net/projects/asta-annotator/ ASTA - Automatic Subtitle Timing Annotator - pharaun - 2010-03-30 Oh wow, that looks pretty sweet, I can't even subtitle stuff anyway cos I can't hear anyway but that's pretty sweet. ASTA - Automatic Subtitle Timing Annotator - TomWatana - 2010-03-31 I'll download and test this one out. I'll let you know what I think. Tom edited to add: Okay, so to run it, you need to compile it under linux. From the helpfile: Code: Currently works on Linux platforms with cmake, ffmpeg & Python. After downloadGood luck! Tom. |