Из-за периодической блокировки нашего сайта РКН сервисами, просим воспользоваться резервным адресом:
Загрузить через dTub.ru Загрузить через ycliper.com Загрузить через ClipSaver.ruУ нас вы можете посмотреть бесплатно How to use OpenAI Whisper on your Mac или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Роботам не доступно скачивание файлов. Если вы считаете что это ошибочное сообщение - попробуйте зайти на сайт через браузер google chrome или mozilla firefox. Если сообщение не исчезает - напишите о проблеме в обратную связь. Спасибо.
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса savevideohd.ru
Donations accepted here: CAD - Canadian Dollars - https://donate.stripe.com/fZe6oWda7dr... USD - US dollars - https://donate.stripe.com/8wMeVs0nl87... EUR - Euros - https://donate.stripe.com/8wMfZw2vtcn... GBP - British Pounds - https://donate.stripe.com/8wMbJg8TRfz... ------------------- OpenAI Whisper ==== Installation ==== 1. Install Homebrew/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Hom...)" 2. Install ffmpegbrew install ffmpeg 3. Enable “Private Sharing” on the Shortcuts app and then “Allow Running Scripts” 4. Download and install this shortcut: https://www.icloud.com/shortcuts/8677... 5. Execute “Install WhisperAI M1” shortcut (also works on Intel computers) ==== Using Whisper on Intel Macs ==== 1. Make sure the file you want to transcribe does not contain space characters 2. Download and install this shortcut: English (medium model) - https://www.icloud.com/shortcuts/40bb... English (very fast) (Update: runs on M1!!!) - https://www.icloud.com/shortcuts/5acf... 3. After you install it, just execute and choose the file you want to transcribe. The transcription files will appear in your downloads folder. Here’s an update: Install: https://www.icloud.com/shortcuts/8677... Run transcription: https://www.icloud.com/shortcuts/5acf... ==== Using Whisper on Apple Silicon Macs ==== 1. Get in the virtual environment — Open terminal and type the following commands: cd whispersource venv/bin/activate 2. Execute Whisper - transcription time! whisper file_path.extension --model tiny.en --output_dir /folder_path/ 3. If you audio is not in English then use --language to specify the language. 4. You can also just use the automatic mode, it will figure out the language by itself:whisper file_path.extension --output_dir /folder_path/ ==== Fix the SRT file ==== If you use SRT files and the whisper created SRT has some issue, use the Subtitle Tools website to clean up the SRT file. https://subtitletools.com/srt-cleaner #OpenAI #Whisper #macOS