I wanted to try the "zscale" plugin of ffmpeg (inside CinGG, of course). I installed the zimg library and now I need to configure FFmpeg with --enable-libzimg. How can I do this? https://ffmpeg.org/ffmpeg-filters.html#zscale-1 https://github.com/FFmpeg/FFmpeg/commit/416e35e5aafc2a2bf77372d5e8479c28796d...
On Wednesday, July 14, 2021, Andrea paz via Cin <[email protected]> wrote:
I wanted to try the "zscale" plugin of ffmpeg (inside CinGG, of course). I installed the zimg library and now I need to configure FFmpeg with --enable-libzimg. How can I do this?
try to set those two variables before launching ./configure EXTRA_LIBS=" -lOpenCL -ldav1d -lxvidcore -lass -lbluray -lsnappy" \ FFMPEG_EXTRA_CFG=" --enable-opencl --enable-frei0r --enable-libdav1d --enable-libxvid --enable-libass --enable-libbluray --enable-libsnappy" \ this is my example, you can just add what your ffmpeg config need...
https://ffmpeg.org/ffmpeg-filters.html#zscale-1 https://github.com/FFmpeg/FFmpeg/commit/416e35e5aafc2a2bf77372d5e8479c 28796d1451 -- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
Andrea, Let me know if this worked for you. We should put this in the manual "Installation" portion so that it is clearer. I noticed that there is an example on page 16, but not very obvious and only a very specific example as quoted here: export FFMPEG_EXTRA_CFG=" --enable-libfdk-aac --enable-nonfree" export EXTRA_LIBS=" -lfdk-aac" On Wed, Jul 14, 2021 at 9:36 AM Andrew Randrianasulu via Cin < [email protected]> wrote:
On Wednesday, July 14, 2021, Andrea paz via Cin < [email protected]> wrote:
I wanted to try the "zscale" plugin of ffmpeg (inside CinGG, of course). I installed the zimg library and now I need to configure FFmpeg with --enable-libzimg. How can I do this?
try to set those two variables before launching ./configure
EXTRA_LIBS=" -lOpenCL -ldav1d -lxvidcore -lass -lbluray -lsnappy" \ FFMPEG_EXTRA_CFG=" --enable-opencl --enable-frei0r --enable-libdav1d --enable-libxvid --enable-libass --enable-libbluray --enable-libsnappy" \
this is my example, you can just add what your ffmpeg config need...
https://ffmpeg.org/ffmpeg-filters.html#zscale-1
https://github.com/FFmpeg/FFmpeg/commit/416e35e5aafc2a2bf77372d5e8479c28796d... -- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
Unfortunately, I have not been able to find anything similar to what Andrew pointed out to me. Also your two "export" I don't know where and when to use them.
On Friday, July 16, 2021, Andrea paz via Cin <[email protected]> wrote:
Unfortunately, I have not been able to find anything similar to what Andrew pointed out to me. Also your two "export" I don't know where and when to use them.
in terminal, where you ordinary run. /configure / make (but of course you can put those exports AND configure + make in small .sh file...
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
I have error both exporting Andrew's example (plus libzimg) and exporting only libzimg. I attach cin5.log. Anyway using zscale was just my curiosity, it's useless to waste your time....
On Friday, July 16, 2021, Andrea paz <[email protected]> wrote:
I have error both exporting Andrew's example (plus libzimg) and exporting only libzimg. I attach cin5.log.
can I also see ffbuild/config.log?
Anyway using zscale was just my curiosity, it's useless to waste your time....
On Friday, July 16, 2021, Andrea paz <[email protected]> wrote:
can I also see ffbuild/config.log?
gcc -Wno-attributes -I/home/paz/cinelerra5/cinelerra-5.1/thirdparty/../ gcc -lva -lva-x11 -lva-drm -ldl -o /tmp/ffconf.kpmmUs3b/test /tmp/ffcon /usr/bin/ld: cannot find -libzimg collect2: error: ld returned 1 exit status probably library can be called a bit fifferently here, may be just -lzimg? is there pjg-config file for it, you can try pkg-config --libs zimg, i think
participants (3)
-
Andrea paz -
Andrew Randrianasulu -
Phyllis Smith