8000 GitHub - ooferdww/x264: avc encoder
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ooferdww/x264

 
 

Repository files navigation

x264

AVC (H.264) encoder with hypertuned preset + media server intention. (in-progress)

MSVC build: CC=cl ./configure --enable-static --prefix=/usr/local && make && make install && strip -s /usr/local/bin/x264.exe

GCC build: CC=gcc ./configure --disable-lsmash --disable-audio --disable-qtaac --disable-faac --disable-mp3 --disable-lavc --enable-static --extra-cflags="-flto -O3 -march=OPTIMIZATIONSETTING -pipe -fno-plt" && make && make install && strip -s /usr/local/bin/x264.exe

OPTIMIZATIONSETTING:

generic sandybridge ivybridge haswell skylake znver1 znver2 znver3 native

Always set to native for a build that'll be used on the build machine.

Compressing for very small x264 executable:

Get UPX: upx -9 --ultra-brute x264.exe

About

avc encoder

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
COPYING
Unknown
COPYING.qtaacenc

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 67.4%
  • Assembly 30.7%
  • Other 1.9%
0