Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CONFIGURE FFMPEG #729

Closed
logindiamant opened this issue Jun 4, 2020 · 5 comments
Closed

CONFIGURE FFMPEG #729

logindiamant opened this issue Jun 4, 2020 · 5 comments

Comments

@logindiamant
Copy link

Dear colleagues, please tell us, how to configure libxcam in ffmpeg?

I try to build ffmpeg by sources, step by step
https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
...
When I try to compile ffmpeg with
cd ~/ffmpeg_sources &&
wget -O ffmpeg-snapshot.tar.bz2 https://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 &&
tar xjvf ffmpeg-snapshot.tar.bz2 &&
cd ffmpeg &&
PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure
--prefix="$HOME/ffmpeg_build"
--pkg-config-flags="--static"
--extra-cflags="-I$HOME/ffmpeg_build/include"
--extra-ldflags="-L$HOME/ffmpeg_build/lib"
--extra-libs="-lpthread -lm"
--bindir="$HOME/bin"
--enable-gpl
--enable-gnutls
--enable-libaom
--enable-libass
--enable-libfdk-aac
--enable-libfreetype
--enable-libmp3lame
--enable-libopus
--enable-libvorbis
--enable-libvpx
--enable-libx264
--enable-libx265
--enable-libxcam
--enable-nonfree &&
PATH="$HOME/bin:$PATH" make &&
make install &&
hash -r
...
I see error
Unknown option "--enable-libxcam".

@zongwave
Copy link
Collaborator

zongwave commented Jun 4, 2020 via email

@logindiamant
Copy link
Author

logindiamant commented Jun 4, 2020

@zongwave, please, send us unofficial FFMPEG build with libXCam…
email: gleb.derzkij@gmail.com

@zongwave
Copy link
Collaborator

zongwave commented Jun 5, 2020 via email

@tsgao
Copy link

tsgao commented Nov 9, 2021

I’m also wondering how to configure libxcam for ffmpeg on Ubuntu. Has this went through the Intel open source process yet?

@zongwave
Copy link
Collaborator

Please refer to this patch we submitted to FFMpeg patchwork
https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=1904

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants