You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version looks more like a shell script than a Python script:
importing ffmpeg but then it is actually using subprocess calls to the command line ffmpeg
for the fsgan_cmd, an external script is called with "python3 ..." via a subprocess call
same is true of the audio_cmd
I'm not sure all of this is problematic, and the command line interfaces of some of the dependencies used may be more stable than calling functions directly, but it sure looks very odd.
The text was updated successfully, but these errors were encountered:
The current version looks more like a shell script than a Python script:
I'm not sure all of this is problematic, and the command line interfaces of some of the dependencies used may be more stable than calling functions directly, but it sure looks very odd.
The text was updated successfully, but these errors were encountered: