lo-fi is my name and this my game.

Tontá hecha rápida con #RG35xx , #ffmpeg, y un par de plugins lv2.

🎵 #FFmpeg 8.0 integrates #Whisper for local audio transcription 🎵 #ai

🔧 Direct integration of #OpenAI's #Whisper speech recognition system within #FFmpeg framework
🌐 Completely local processing - no cloud transfer required, ensuring privacy and data security

🗣️ Automatic language detection supporting transcription in over 90 languages worldwide
⚙️ GPU acceleration enabled by default with whisper.cpp library requirement

🧵 👇

So #ffmpeg 8 is around the corner, so major distros will have it in about what, 10 years or so ? #ubuntu #mint
FFmpeg 8.0 integriert Whisper-AI

Immer häufiger wird – mehr oder weniger sinnvoll – KI in Anwendungen integriert. Das nächste Woche erwartete Release von FFmpeg 8.0 integriert die Whisper-KI…

LinuxNews.de
FFmpeg 8.0 integriert Whisper: Lokale Audio-Transkription ohne Cloud

Die kommende Version 8.0 von FFmpeg erhält optional Whisper. OpenAIs KI-Transkription werden sich flexibel einsetzen lassen.

heise online

some unsolicited knowledge sharing:
Here's a command you can use to convert H-264/AC3 MKV files to a browser-supported H-264/FLAC MP4 without any video transcoding (so no loss in quality). Audio streams
are transcoded, but it's not really noticeable unless you have extremely high-fidelity inputs.

ffmpeg -i input.mkv -map 0 -c copy -c:a flac output.mp4
Explanation:
-
ffmpeg - executes the program, exactly what it sounds like.
-
-i input.mkv - select the input file to load. I don't think the extension matters, but it won't hurt to make sure it's mkv.
-
-map 0 - make sure that all streams are included. Without this, alternate audio/video streams may be silently dropped.
-
-c copy - tell ffmpeg to copy streams without modification. This avoids any transcoding and ensures that the H-264 streams are preserved.
-
-c:a flac- override the previous command for audio streams specifically. We want them in FLAC format which is supported by both MP4 container format and all modern web browsers.
-
output.mp4 - specify the output file. The file extension matters!

#KnowledgeSharing #FFMPEG

🌘 智慧眼鏡的即時隱私保護
➤ 讓您的智慧眼鏡應用程式在保護隱私的前提下,自由發揮創意。
https://github.com/PrivacyIsAllYouNeed/protector
此專案提供了一套針對智慧眼鏡的即時隱私保護解決方案。透過在攝影機鏡頭與應用程式之間建立一個過濾器,該系統能自動處理即時影像,模糊或遮蔽未經同意拍攝的個人臉部,並可偵測語音同意,確保應用程式符合隱私規範。此方案強調離線運作,不依賴雲端,並支援多種輸出格式及友善的開發者介面。
+ 這項技術太棒了!終於可以安心使用智慧眼鏡來記錄生活或進行 AI 應用了。
+ 離線運作的設計非常吸引人,不用擔心資料外洩。期待更多應用場景的開發。
#智慧眼鏡 #隱私保護 #AI #FFmpeg #OpenCV #離線處理
GitHub - PrivacyIsAllYouNeed/protector: Real-time privacy protection for smart glasses

Real-time privacy protection for smart glasses. Contribute to PrivacyIsAllYouNeed/protector development by creating an account on GitHub.

GitHub
FFmpeg 8.0 integriert Whisper: Lokale Audio-Transkription ohne Cloud

Die kommende Version 8.0 von FFmpeg erhält optional Whisper. OpenAIs KI-Transkription werden sich flexibel einsetzen lassen.

heise online

Ένα ισχυρό νέο φίλτρο ήχου #"whisper" φέρνει την μεταγραφή με #τεχνητή_νοημοσύνη στο #FFmpeg

Το #FFmpeg, ένα απαραίτητο #εργαλείο #πολυμέσων #ανοιχτού_κώδικα, περιλαμβάνει πλέον ένα νέο φίλτρο ήχου #af_whisper που επιτρέπει την #αυτόματη_αναγνώριση_ομιλίας #(ASR) απευθείας μέσα στο οικοσύστημα του #FFmpeg. Χρησιμοποιεί τη βιβλιοθήκη #whisper.cpp, η οποία προσθέτει ένα #ισχυρό_μοντέλο #τεχνητής_νοημοσύνης στις ροές εργασίας #επεξεργασίας_πολυμέσων.

https://www.techne.gr/ams/ena-ischyro-neo-filtro-ichoy-whisper-fernei-tin-metagrafi-me-techniti-noimosyni-sto-ffmpeg.188/

Ένα ισχυρό νέο φίλτρο ήχου "whisper" φέρνει την μεταγραφή με τεχνητή νοημοσύνη στο FFmpeg

Το FFmpeg, ένα απαραίτητο εργαλείο πολυμέσων ανοιχτού κώδικα, περιλαμβάνει πλέον ένα νέο φίλτρο ήχου af_whisper που επιτρέπει την αυτόματη αναγνώριση ομιλίας (ASR) απευθείας μέσα στο οικοσύστημα του FFmpeg. Χρησιμοποιεί τη βιβλιοθήκη whisper.cpp...

Techne