Skip to content

Instantly share code, notes, and snippets.

@viniciusjarina
Last active February 26, 2016 13:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viniciusjarina/d41975ce5b90c6569741 to your computer and use it in GitHub Desktop.
Save viniciusjarina/d41975ce5b90c6569741 to your computer and use it in GitHub Desktop.
CulturaFM download
#!/bin/sh
if [$# -ne 2]; then
echo "Usage: $0 output lenght_seconds" >&2
exit 1
fi
#!/bin/sh
/Applications/VLC.app/Contents/MacOS/VLC -v "http://midiaserver.tvcultura.com.br:8003/;stream/1" --sout "#duplicate{dst=std{access=file,mux=raw,dst=$1.mp3}" --stop-time=$2 vlc://quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment