You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pixel.rs : 696 Pixel::VDA_VLD => AV_PIX_FMT_VDA_VLD,
| ^^^^^^^^^^^^^^^^^^ did you mean AV_PIX_FMT_VAAPI_VLD?
740 Pixel::VDA => AV_PIX_FMT_VDA,
| ^^^^^^^^^^^^^^ did you mean AV_PIX_FMT_CUDA?
803 Pixel::XVMC => AV_PIX_FMT_XVMC,
| ^^^^^^^^^^^ variant not found in util::format::pixel::Pixel
The text was updated successfully, but these errors were encountered:
Oh I see... I guess meh abandoned the project. I've never tried binding other language to rust.
The gstreamer one does seem to be well maintained.
Too much of a newbie in Rust to be able to PR anything to this project.
I've made a simple binary wrapper in PyQt, I'll upload the repo this week if anyone is interested.
Hello,
Here is how I built gifski from source:
# clone the repo git clone https://github.com/ImageOptim/gifski
On mac gcc is a symlink to Clang, but the old apple version doesn't have built-in support for OpenMP see here so:
But is fails when adding ffmpeg support:
The output (shortened to essential):
It rightly links against brew libs (ffmpeg installed from HEAD):
The errors:
The text was updated successfully, but these errors were encountered: