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

Request: EVC #2660

Open
esator opened this issue May 1, 2024 · 2 comments
Open

Request: EVC #2660

esator opened this issue May 1, 2024 · 2 comments

Comments

@esator
Copy link

esator commented May 1, 2024

Since 7.0 has evc support:

version 7.0:
- EVC decoding using external library libxevd
- EVC encoding using external library libxeve

and also gyan.dev builds

2024-04-04
added libxevd and libxeve for MPEG-5 EVC decoding and encoding respectively to full builds

https://github.com/mpeg5/xeve
https://github.com/mpeg5/xevd

https://github.com/mpeg5/ffevc

@l-l-l-l-l-l
Copy link

l-l-l-l-l-l commented May 9, 2024

While they don't add the function, I'd suggest building XeVe and XeVd separatedly and adding

--enable-libxeve
--enable-libxevd

to ffmpeg_options.txt

You need to move

xevd.h
xeve.h
xevd_exports.h
xeve_exports.h

to local64/include

libxevd.a
libxeve.a

to local64/lib

xevd.pc
xeve.pc

to local64/lib/pkgconfig and

libxevd.dll
libxeve.dll
xevd_app.exe
xeve_app.exe

to local64/bin-video

You need to compile both prjects as dev and XeVe as main (otherwise you'll only have access to baseline).
I'm not sure if you need to move the exe files, but I'm not going to try removing them from there.

@Andarwinux
Copy link

This shit can't even be built with clang.

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