Video Transcription
Project description
Video Transcription Script - COPYPy
This script extracts audio from a video file, transcribes the audio into text using Google's Speech Recognition API And OpenAi Whisper Model, and writes the transcribed text to a file.
Dependencies
- pydub
- speech_recognition
You can install these packages using pip:
pip install copypy
Usage
python -m copypy <video_path> <output_path>
Where:
<video_path>is the path to the video file you want to transcribe.<output_path>is the path where the transcribed text will be written to.
The script currently supports MP4 video files and transcribes audio to Spanish. You can modify the script to support other video formats or languages.
Next, you might want to add more details to your README, such as a section on how to contribute to your project, or a section detailing any known issues or limitations of your script.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file copypy-0.0.9.tar.gz.
File metadata
- Download URL: copypy-0.0.9.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84c5c27bd32f6e620d4ae3a2d0cc25f69a421d3105c23dfc6429cff54f0e9a86
|
|
| MD5 |
1ef74628ec3eeaed18114c43edbd3e55
|
|
| BLAKE2b-256 |
14dc966aca58dbb210e11cd6962651adbc25a2c31c3a770c065ef59549bedd22
|
File details
Details for the file copypy-0.0.9-py3-none-any.whl.
File metadata
- Download URL: copypy-0.0.9-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01faefc1aca1a46dd98bac13ca9a21fe9107926e4bed7acf50331c7d3a98585a
|
|
| MD5 |
ec24a74cd966b1b3d53750983bd3ec70
|
|
| BLAKE2b-256 |
51c8a58575f7bdc781f13e667b3351eadb0321a0f68e9e86910a47b2c22f0a55
|