https://github.com/7244/ganalyzer
sound analyzer
https://github.com/7244/ganalyzer
Last synced: 4 days ago
JSON representation
sound analyzer
- Host: GitHub
- URL: https://github.com/7244/ganalyzer
- Owner: 7244
- License: mit
- Created: 2024-06-26T16:27:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T20:13:19.000Z (about 2 years ago)
- Last Synced: 2025-08-05T10:52:57.317Z (about 1 year ago)
- Language: C++
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ignore this readme for now
./a.exe | ffmpeg -y -f rawvideo -pix_fmt rgb24 -video_size 2048x1024 -i - o.png
ffmpeg -hide_banner -loglevel error -f pulse -i "alsa_input.pci-0000_00_14.2.analog-stereo" -f s16le -c:a pcm_s16le -ac 1 - | ./a.exe -stdin -a -oen notes.note
./a.exe -inotes notes.note -a
ffmpeg -hide_banner -loglevel error -f pulse -i "alsa_input.pci-0000_00_14.2.analog-stereo" -f s16le -c:a pcm_s16le -ac 1 - | ./a.exe -stdin -a -in note
ffmpeg -y -f pulse -i "alsa_input.pci-0000_00_14.2.analog-stereo" -framerate 30 -vaapi_device /dev/dri/renderD128 -f x11grab -video_size 1920x1080 -i :0 -vf 'hwupload,scale_vaapi=format=nv12' -c:v h264_vaapi -b:v 5M -c:a pcm_s16le -map 0 -map 1 -ac:0 1 o.mov