for i in *.mp4; do ffmpeg -i "$i" -q:a 0 -map a "$(basename "$i" .mp4)".mp3 ; done
i.e. some stuff and junk about Python, Perl, Matlab, Ruby, Mac X, Linux, Solaris, ...
Thursday, July 12, 2018
ffmpeg: Extract audio to mp3 from multiple mp4 video files
Sunday, July 08, 2018
Linux: Download audo only from twitch (including live stream)
Show available video formats:
Download only audio:
youtube-dl --list-formats twitch_url_to_video
Download only audio:
youtube-dl -f audio_only twitch_url_to_video
Labels:
Linux,
twitch,
youtube-dl
Wednesday, July 04, 2018
Manjaro: Remove steam and microsoft office
sudo pacman -Rd steam-devices steam-manjaro ms-office-online
Labels:
Manjaro
Subscribe to:
Posts (Atom)