Google Colab で AviUtl を 使うには
解決したいこと
ClaboでAvuUtlを使用することで、グーグルのリソースを利用して高速でエンコードがしたいのですが、難航しています。
解決のアドバイス、方針だけでも大きな力になるのでご協力お願いします。
発生している問題・エラー
---------------------------------------------------------------------------
FileNotFoundError Traceback (most recent call last)
<ipython-input-24-bd13332e09ab> in <module>()
1 import subprocess
----> 2 subprocess.run("/content/dirive/My\ Drive/Colab\ Notebooks/aviutl/aviutl110/aviutl.exe")
2 frames
/usr/lib/python3.7/subprocess.py in _execute_child(self, args, executable, preexec_fn, close_fds, pass_fds, cwd, env, startupinfo, creationflags, shell, p2cread, p2cwrite, c2pread, c2pwrite, errread, errwrite, restore_signals, start_new_session)
1549 if errno_num == errno.ENOENT:
1550 err_msg += ': ' + repr(err_filename)
-> 1551 raise child_exception_type(errno_num, err_msg, err_filename)
1552 raise child_exception_type(err_msg)
1553
FileNotFoundError: [Errno 2] No such file or directory: '/content/dirive/My\\ Drive/Colab\\ Notebooks/aviutl/aviutl110/aviutl.exe': '/content/dirive/My\\ Drive/Colab\\ Notebooks/aviutl/aviutl110/aviutl.exe'
自分で試したこと
Google Drive上にColab用のフォルダを作り、現在使っているAviutlのフォルダを一式そのままアップロードしました。
subprocess関数でaviutl.exeを起動させようとしたところ以上のようなエラーが発生しました。