Skip to content

lexara-prime-ai/ffmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

USEFUL FFMPEG ONE LINERS


$ ffmpeg -i # RETURNS FILE INFORMATION 


Ignore Angled Brackets(<>)


$ ffmpeg -i <input.format> -c copy <output.format> # CONVERT INPUT FILE TO SPECIFIED OUTPUT FORMAT 



$ ffmpeg -i <input.format> -acodec mp3 -vcodec copy <output.format> # CONVERT AUDIO CODEC OF INPUT FILE TO SPECIFIED AUDIO CODEC 


About

Useful ffmpeg One Liners

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published