Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ffmpeg video to mp3

ffmpeg -i "file.mkv" -vn -ar 44100 -ac 2 -ab 128k -f mp3 "file.mp3"
Comment

converting mp3 with FFMPEG

ffmpeg -i input.mp3 output.ogg
Comment

convert audio to mp3 with ffmpeg

1
ffmpeg -i filename.opus -ab 320k newfilename.mp3
Comment

PREVIOUS NEXT
Code Example
Shell :: openssh linux mint 
Shell :: fedora microsoft font 
Shell :: gcloud shell ssh 
Shell :: undo previous commit locally 
Shell :: docker build with args 
Shell :: kill x server 
Shell :: failed to start openbsd secure shell server 
Shell :: install laravel dompdf 
Shell :: create .gitignore 
Shell :: linux change permission 
Shell :: bash cheat sheet 
Shell :: docker remove dangling images 
Shell :: create usb install windows 10 on ubuntu 
Shell :: batch for loop 
Shell :: store result of command in variable bash 
Shell :: conda install pandas 
Shell :: extract rar linux 
Shell :: class sorting in tailwindcss 
Shell :: mac force quit 
Shell :: yum clean all 
Shell :: linux shell parameter 
Shell :: grep lines between two patterns in unix 
Shell :: create virtualenv for python project 
Shell :: intellij for mac crack 
Shell :: Problem binding to port 80: Could not bind to IPv4 or IPv6. 
Shell :: unable to install ta-lib 
Shell :: sshd: no hostkeys available -- exiting. 
Shell :: linux show file line size 
Shell :: git commit specific files 
Shell :: install talib on server 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =