yt-whisper icon indicating copy to clipboard operation
yt-whisper copied to clipboard

support for local files as input videos

Open micheleAlberto opened this issue 2 years ago • 4 comments

fixes #25

BEFORE: the video cli argument must be a youtube url AFTER: the video cli argument must be a youtube url or local file

micheleAlberto avatar Nov 24 '22 18:11 micheleAlberto

  • Added type annotations to the function parameters
  • Changed get_audio() so that it can accept local video files as well as URLs
  • Fixed a bug where audio was not being extracted from videos when using ffmpeg (the command is now run)

what-the-diff[bot] avatar Nov 24 '22 18:11 what-the-diff[bot]

Is this meaningfully different from #28 ?

sloganking avatar Dec 24 '22 18:12 sloganking

Yes, there is different this and #28 . With this, you dont get the this error ModuleNotFoundError: No module named 'utils'

ahmed024 avatar Jan 29 '23 12:01 ahmed024

A friend would like to use this. Can we merge it or should I tell him to work from my fork?

micheleAlberto avatar Jun 25 '23 13:06 micheleAlberto