Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

mp4 to mp3 converter bat ffmpeg

mkdir outputs
for f in *.mp4; do ffmpeg -i "$f" -c:a libmp3lame "outputs/${f%.mp4}.mp3"; done
Comment

PREVIOUS NEXT
Code Example
Shell :: git push origin master not working 
Shell :: get all branches git 
Shell :: git push in a new branch 
Shell :: install brave on linux 
Shell :: how to make a tarball in linux 
Shell :: docker delete container and image 
Shell :: bash size file 
Shell :: install npm colors 
Shell :: how to install wifite for kali linux 
Shell :: git log with branch tree 
Shell :: git push heroku master everything up-to-date 
Shell :: where is www folder ubuntu 
Shell :: install netbeans in ubuntu 20.04 
Shell :: nmap vulnerabilty scan 
Shell :: create a junction in windows 
Shell :: list remote branches git 
Shell :: nuxt init 
Shell :: git push heroku master error: src refspec master does not match any 
Shell :: install gnome-clocks ubuntu 
Shell :: git diff files of different branches 
Shell :: linux shuton after time 
Shell :: scrcpy use on linux 
Shell :: bash find file in directory 
Shell :: how to change execution policy powershell 
Shell :: pip install rasterio 
Shell :: unable to import wx 
Shell :: create flutter project command line 
Shell :: ll by date 
Shell :: change default branch github 
Shell :: ubuntu edit sources.list 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =