Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Unknown encoder 'x264' in FFmpeg despite following proper installation instructions

Try this:

ffmpeg -stats -i uncompressed.video.mkv -vcodec libx264 -preset veryslow -pass 2 -an compressed.video.mk

or this:

ffmpeg -stats -i uncompressed.video.mkv -codec:v libx264 -preset veryslow -pass 2 -an compressed.video.mk

Tags:

Ffmpeg

X264

Related

FFMPEG is doubling audio length when extracting from video Remote SSH Commands - bash bind warning: line editing not enabled What is the scope of "exported" in Unix shell variables? What do you do if you are being hacked by something coming from a supposedly legitimate IP address such as from Google? If a device specifies that it can support sd cards up to 64gb, would larger sizes work as well? Installing Windows Update 3033929 Interactive search of tmux sessions Chrome keeps opening new tabs as new windows How can I compare the versions of two executables from the command line? Remote backup via SSH rundll32.exe invagent.dll eating 100% CPU How to rename the User folder in Windows 10?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy