From UnwelcomeGuests
(Started, for linux) |
(→Linux) |
||
Line 21: | Line 21: | ||
* -ab <bitrate> Set the bitrate (default=64k) | * -ab <bitrate> Set the bitrate (default=64k) | ||
− | * -ac | + | * -ac <#channels> Set how many channels (default=1, mono) |
* -ar <freq> Set sampling frequency (default=44100Hz) | * -ar <freq> Set sampling frequency (default=44100Hz) | ||
* -vn Discard the video | * -vn Discard the video |
Revision as of 19:30, 28 June 2010
Most audio on the web is MP3 files at addresses which begin http://. This should present no problem. Just use right-click, 'Save As'...
Contents
[hide]rtsp://
Linux
mplayer -dumpaudio -dumpfile ripped-file.rm rtsp://128.104.248.78:554/wpr/dun/dun050412d.rm?cloakport=8080,554,7070
This will discard the video stream. If you want that, use 'dumpstream' instead
File Formats
Linux
To convert from video to audio:
ffmpeg -i input-file.mp4 -vn -o output-file.mp3
ffmpeg has a lot of options, including:
- -ab <bitrate> Set the bitrate (default=64k)
- -ac <#channels> Set how many channels (default=1, mono)
- -ar <freq> Set sampling frequency (default=44100Hz)
- -vn Discard the video