aeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment)
GNU Affero General Public License v3.0
2.53k
stars
233
forks
source link
Example working but other transcriptions not working. #291
Closed
Agney-gt closed 2 years ago
The example transcription is working fine:
However, when i send an audio file and text file to the CLI like this:
python -m aeneas.tools.execute_task \ audio.mp3 \ text.txt \ "task_language=eng|os_task_file_format=json|is_text_type=plain" \ map.json
The program just stops at executing and exits as seen here:
Im sure its a simple fix but i cant find any info about this.
EDIT: Using the -v argument, i got this output:
Related to https://github.com/readbeyond/aeneas/issues/180
FINAL EDIT: It is because the file is too large.