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

Chunk 24 to 24 exceeds the chunk end time 119.73 seconds with current time 120.71 seconds #351

Open
q5325150 opened this issue Dec 28, 2024 · 0 comments

Comments

@q5325150
Copy link

Exception: Chunk 24 to 24 exceeds the chunk end time 119.73 seconds with current time 120.71 seconds
Traceback:
File "E:\edgedownload\VideoLingo-main\venv\lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "E:\edgedownload\VideoLingo-main\venv\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 590, in code_to_exec
exec(code, module.dict)
File "E:\edgedownload\VideoLingo-main\st.py", line 123, in
main()
File "E:\edgedownload\VideoLingo-main\st.py", line 120, in main
audio_processing_section()
File "E:\edgedownload\VideoLingo-main\st.py", line 79, in audio_processing_section
process_audio()
File "E:\edgedownload\VideoLingo-main\st.py", line 99, in process_audio
step10_gen_audio.gen_audio()
File "E:\edgedownload\VideoLingo-main\core\step10_gen_audio.py", line 231, in gen_audio
tasks_df = merge_chunks(tasks_df)
File "E:\edgedownload\VideoLingo-main\core\step10_gen_audio.py", line 209, in merge_chunks
raise Exception(f"Chunk {chunk_start} to {index} exceeds the chunk end time {chunk_end_time:.2f} seconds with current time {cur_time:.2f} seconds") 最后合成的时候出现这个错误是什么原因呢?

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