[FFmpeg-user] Latest GIT version doesn't compile with libvpx_vp9 encoder

ZikZak zikzakfr at gmail.com
Tue Oct 17 19:54:07 EEST 2017


Time to try again :)

git pull
remote: Counting objects: 1187, done
remote: Finding sources: 100% (30/30)
remote: Total 30 (delta 0), reused 23 (delta 0)
Unpacking objects: 100% (30/30), done.
>From https://chromium.googlesource.com/webm/libvpx
   a924845..9336e01  master     -> origin/master
Updating a924845..9336e01
Fast-forward
 test/convolve_test.cc                   |  52 +++++---
 test/vpx_scale_test.h                   |  28 +++-
 vp9/encoder/vp9_frame_scale.c           |   2 +-
 vp9/encoder/x86/vp9_frame_scale_ssse3.c | 226
++++++++++++++++++++++++++++++++
 vpx_dsp/x86/convolve_ssse3.h            |  61 +++++++++
 vpx_dsp/x86/mem_sse2.h                  |   8 ++
 6 files changed, 352 insertions(+), 25 deletions(-)

configure ffmpeg returns:
Enabled encoders:
libopus                   libvpx_vp8
libvpx_vp9                png                       webvtt

ffmpeg -encoders returns:
 VF.... png                  PNG (Portable Network Graphics) image
 V..... libvpx               libvpx VP8 (codec vp8)
 V..... libvpx-vp9           libvpx VP9 (codec vp9)
 A..... libopus              libopus Opus (codec opus)
 S..... webvtt               WebVTT subtitle

Transcoding in progress :D


More information about the ffmpeg-user mailing list