Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Early exit with no error on SMIL generation #298

Open
sharinganthief opened this issue Jan 18, 2023 · 2 comments
Open

Early exit with no error on SMIL generation #298

sharinganthief opened this issue Jan 18, 2023 · 2 comments

Comments

@sharinganthief
Copy link

test files here for the next 6 days - https://filebin.net/4peynbgh4armtrqc

the command:
python -m aeneas.tools.execute_task .\audio\2.mp3 .\sync_text\2.xhtml "task_language=eng|os_task_file_format=smil|os_task_file_smil_audio_ref=../audio/2.mp3|os_task_file_smil_page_ref=../text/2.xhtml|is_text_type=unparsed|is_text_unparsed_id_regex=f[0-9]+|is_text_unparsed_id_sort=numeric" .\smil\2.smil -vv
the results:
image

i set up and ran for the first chapter and everything went smooth with: n m delta: 28836 25625 3000

the second chapter results in: n m delta: 39437 33752 3000

added a couple log statements in dtw.py and have determined this is the line where it breaks
best_path = aeneas.cdtw.cdtw.compute_best_path( mfcc1, mfcc2, delta ) self.log([u"computing done"])

@sharinganthief sharinganthief changed the title No error on SMIL generation Early exit with no error on SMIL generation Jan 18, 2023
@sharinganthief
Copy link
Author

in further testing, I have found the upper limit to be about 20 min of audio, anything under that seems to work just fine

@sharinganthief
Copy link
Author

sharinganthief commented Jan 26, 2023

test files - https://drive.google.com/file/d/1QkUJ1ybR79Ts-AmyIzLZ0WUhTu7W4g4E/view?usp=share_link

included "original" at 23 min or so and test file at 10 min, 10 works fine, original fails silently event with -r="dtw_margin=120", -r="dtw_margin=180", -r="dtw_margin=360" as found in another issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant