Machine learning 使用ffmpeg_extract_subclip进行音频剪辑的colab中的问题

Machine learning 使用ffmpeg_extract_subclip进行音频剪辑的colab中的问题,machine-learning,ffmpeg,google-colaboratory,audio-processing,Machine Learning,Ffmpeg,Google Colaboratory,Audio Processing,在colab中更新了所有库之后,我面临着给定的错误。请提供帮助。Hello Swaraj,请更新您的帖子,以显示相关代码和错误消息。它将帮助人们理解您遇到问题的原因以及他们如何提供帮助。如果os.path.exists(audio_name):output_file='file1'+'.webm'ffmpeg_extract_subclip(audio_name,ts,te,targetname=files.download(output_file))files.download(output_

在colab中更新了所有库之后,我面临着给定的错误。请提供帮助。

Hello Swaraj,请更新您的帖子,以显示相关代码和错误消息。它将帮助人们理解您遇到问题的原因以及他们如何提供帮助。如果os.path.exists(audio_name):output_file='file1'+'.webm'ffmpeg_extract_subclip(audio_name,ts,te,targetname=files.download(output_file))files.download(output_file)os.remove(audio_name)