Ugh. I would like to restream #EmacsConf from Icecast video to a Youtube live stream for extra discoverability, but I'm having a hard time figuring out an ffmpeg command that I can run on my P52 without having the audio stutter. Any chance someone already has a favorite incantation?

@sacha
When you want to separate the audio stream you can use:

cat-audio() {ffmpeg -i "concat:${(j:|:)@[2,-1]}" -acodec copy $1} ## concatenate mp3 audio files usage: cat-audio output.mp3 *.mp3

source:
codeberg.org/oxo/note/src/bran

Follow

@sacha
O no, I think I have made an error. This one liner only concatenates mp3 files. Totally out of scope..., sorry!

Sign in to participate in the conversation
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.