💾 Archived View for sdf.org › blippy › av.gmi captured on 2024-07-08 at 23:44:28. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-07-10)
-=-=-=-=-=-=-
Created 2022-05-19 Updated 2023-05-07
Loop track:
Shift-Space
Mix tracks down to 1:
sudo apt install festival festvox-en1
In ~/festivalrc:
(set! voice_default 'voice_en1_mbrola)
Read a script:
festival --tts myscript.txt
Reduce by half:
ffmpeg -i inp.mp4 -vf scale=iw/2:-1 out.mp4
Convert binary file to header file:
xxd -i file.raw file.c