User Tools

Site Tools


ubuntu:sound:convert_wma_to_mp3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubuntu:sound:convert_wma_to_mp3 [2019/12/04 21:04] – created peterubuntu:sound:convert_wma_to_mp3 [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 4: Line 4:
 for f in *.wma ; do ffmpeg -i "$f" "`basename "$f" .wma`.mp3" ; done for f in *.wma ; do ffmpeg -i "$f" "`basename "$f" .wma`.mp3" ; done
 </code> </code>
 +
  
ubuntu/sound/convert_wma_to_mp3.1575493441.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki