Lindqvist - a blog about Linux and Science. Mostly.
Pages
Home
Computational Chemistry Software
Chemistry
Wine
Kernel
Misc. Linux
OS X/Windows
whoami
18 May 2017
636. Bulk convert mp4 file to mp3 (avconv/xargs)
I have mp4 files that have weird characters etc. in them.
To handle them, I used the following to convert them using xargs and avconv:
find *.mp4 -print0|sed 's/mp4//g'|xargs -0 -I {} avconv -i {}mp4 {}mp3
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)