BingLingGroup / autosub

Command-line utility to transcribe/translate from video/audio/subtitles to subtitles
GNU General Public License v2.0
1.99k stars 245 forks source link

Fix ffprobe dependency finding issue #82

Closed BingLingGroup closed 4 years ago

BingLingGroup commented 4 years ago

Describe the bug ffprobe command is not using which_exe to find its location. Initialize ffprobe command and ffmpeg command in constant.py when the program started.