Menu
Home
About
Our Role
Goals
The Team
Roadmap
Tokenomics
How To Buy
Knowledge Base
Contacts
Sitemap & Links
A.I.
Chart
Shop
IMMORTALITY
🏠
⬇️
Audio Video 2 Text
New name
B
I
U
S
link
image
code
HTML
list
Show page
Syntax
Extract Audio {pre} ffmpeg -i input.mp4 -ar 16000 -ac 1 output.wav {/pre} Transcripe to text {pre} pocketsphinx_continuous -infile output.wav >/tmp/out.txt {/pre} Do a whole bunch {pre} #!/bin/bash for file in *.mp4; do ffmpeg -i "$file" -ar 16000 -ac 1 "${file%.mp4}.wav" pocketsphinx_continuous -infile "${file%.mp4}.wav" >"${file%.mp4}.txt" done {/pre} * LLMDataHub: Awesome Datasets for LLM Training: https://github.com/Zjh-819/ * LLM Datasets: https://github.com/mlabonne/llm-datasets * https://kili-technology.com/large-language-models-llms/9-open-sourced-datasets-for-training-large-language-models
Password
Summary of changes
📜
⏱️
⬆️