ffmpeg change audio codec from m4a to mp3
ffmpeg -i "$f" -codec:v copy -codec:a libmp3lame -q:a 2 newfiles/"${f%.m4a}.mp3";$ mkdir newfiles
$ for f in *.m4a; do ffmpeg -i "$f" -codec:v copy -codec:a libmp3lame -q:a 2 newfiles/"${f%.m4a}.mp3"; done
Also in Shell:
- javascript execute powershell script
- branch list in git
- brew install ngrok
- extract .gz file linux
- java.lang.IllegalStateException: Dex archives: setting .DEX extension only for .CLASS files
- grep capture group
- linux see drivers
- cordova ios emulators
- how to delete services in kubernetes
- powershell upgrade
- kill a process with pid
- set feh wallpaper
- how to check if pip is installed
- docker current version
- how to connect to the database as root user in linux
- run screen on background linux terminal
- command to install react cli
- install angular on mac
- git commands
- how to create a new group in linux
- set remote url git
- ubuntu du sort by dir size
- why i am not able to paste anything in htdocs folder in ubuntu
- bleachbit command line install