AnimMouse / ffmpeg-stable-autobuild

Automated stable nonfree builds of FFmpeg for Windows using GitHub Actions
https://www.animmouse.com/projects/ffmpeg-stable-autobuild/
Mozilla Public License 2.0
203 stars 8 forks source link

missing filter #69

Closed ansariatif closed 2 years ago

ansariatif commented 2 years ago

n4.4.1 not support zmq and option value in concat it support in gyan ffmpeg build 4.4.1

AnimMouse commented 2 years ago

Can you test if this issue still exists in n5.0?

ansariatif commented 2 years ago

now option value in concat available in n5.0, but zmq filter not exist.

[AVFilterGraph @ 000000000064ff40] No such filter: 'zmq' Error initializing complex filters. Invalid argument

ansariatif commented 2 years ago

hi, any update for zmq filter?

AnimMouse commented 2 years ago

FFmpeg-windows-build-helpers currently does not compile FFmpeg with zmq due to lack of --enable-libzmq flag and Gyan FFmpeg builds is compiled with --enable-libzmq. If you need zmq on this build, I recommend that you create an issue separately on rdp/ffmpeg-windows-build-helpers about adding support for libzmq.

AnimMouse commented 2 years ago

Close stale issue.