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 :: show install button for pwa react 
Shell :: kill port 8080 process in linux 
Shell :: Run valet secure 
Shell :: how to revert last pushed commit 
Shell :: find file location linux 
Shell :: rename all files in a folder command line 
Shell :: remove directory command line 
Shell :: powershell create folder recursively 
Shell :: bash for stdin 
Shell :: store command into array bash 
Shell :: Could not find or parse valid build output file. 
Shell :: homebrew without sudo mac 
Shell :: push image to docker hub 
Shell :: how to create a github account 
Shell :: access wsl files from windows 
Shell :: batch rename folder 
Shell :: new screen linux 
Shell :: how to change or remove ubuntu logo in login page 
Shell :: print variable in bash 
Shell :: the git repository has too many active changes, only a subset of git features will be enabled. 
Shell :: flutter android embedding check version 
Shell :: handle git diverged 
Shell :: emporary failure resolving 
Shell :: utorrent for linux 
Shell :: install docker centos 7 
Shell :: Automatically run program on Linux startup via systemd 
Shell :: cmd dir all files subfolders 
Shell :: zip file linux 
Shell :: gzip folder with tar and exclude directories 
Shell :: how to install wsl 2 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =