Post AXFljzJDZq1CGF8k8e by thac0@social.sdf.org
(DIR) More posts by thac0@social.sdf.org
(DIR) Post #AXFljy6m2cTCXMJI6S by thac0@social.sdf.org
2023-06-30T07:29:46Z
0 likes, 0 repeats
So there I was, during #aNONradio Open Mic and thought to myself, "Self, play something."So, off to archive.org to find lossless songs. Brushed up on my #ffmpeg to transcode to the accepted format. Then, I scrambled to figure out how to #icecast. After getting a sane config file, Open Mic time had ended.Next time! 😂
(DIR) Post #AXFljyj3kH5wS6DrmK by screwtape@mastodon.sdf.org
2023-07-01T07:09:10Z
0 likes, 0 repeats
@thac0 is there a normal way to do an ffmpeg config file? I just have the world's longest one-liner sh based on @publius ' originally. What sound framework or whatever are you using?
(DIR) Post #AXFljzJDZq1CGF8k8e by thac0@social.sdf.org
2023-07-01T13:57:55Z
0 likes, 0 repeats
@screwtape @publius ffmpeg has a notion of "presets", which function much like config files. I'll mess around with those a bit.My hasty setup consists of a super-simple ffmpeg transcode-- lossless (e.g. flac) to mp3-- then an ezstream config for casting it.Nothing geared for live-and-off-the-rip, sadly. I'll need to do more homework for that. 😅 Once I have some time, I'll drop my settings somewhere-- probably on SDF gitea. 😁
(DIR) Post #AXFljzrbVzWXytECjg by publius@mastodon.sdf.org
2023-07-01T14:37:42Z
0 likes, 0 repeats
@thac0 @screwtape In case you're wondering, this is how I openmic (simple version with one source, the mic).ffmpeg -hide_banner -loglevel verbose -f pulse -i alsa_input.usb-BLUE_MICROPHONE_Blue_Snowball_201612-00.analog-stereo -af "bass=g=-20:f=200,treble=g=-20,compand=.3|.3:1|1:-90/-60|-60/-40|-40/-30|-20/-20:6:0:-90:0.2" -c:a libmp3lame -ar 44100 -b:a 192k -legacy_icecast 1 -content_type audio/mpeg -ice_name "openmic" -f mp3 icecast://openmic:nRNSRvDPkIE@anonradio.net:8010/openmic