valadaptive
valadaptive
Since you have an ARM processor, can you try running the benchmark on the main branch then comparing it to the [simd branch](https://github.com/valadaptive/ntsc-rs/tree/simd)? I implemented a SIMD version of the...
I haven't tried it myself, but [these instructions](https://github.com/valadaptive/ntsc-rs/issues/36#issuecomment-1933440736) should help. Essentially, you'll need to [install GStreamer (use the **development** installer)](https://gstreamer.freedesktop.org/download/#macos), add some variables to your `.zshrc` (use Command+Shift+. to show...
> how to compile on intel mac? I think the above instructions *should* work pretty much the same; just replace all instances of `aarch64-apple-darwin` with `x86_64-apple-darwin`. > Another thing that...
Yes, there should be an executable named ntsc-rs-standalone there. Are you getting any errors from `cargo build`?
You need to be cd'd into the repository directory itself.
Re-read the instructions closelier and make sure you're following the part about .zshrc.
Is it the same error as above, including "The PKG_CONFIG_PATH environment variable is not set."?
- Lagarith should work; GStreamer [has a decoder for it](https://gstreamer.freedesktop.org/documentation/libav/avdec_lagarith.html?gi-language=c) which should be included in the Windows distribution. What container format is your video in? - What codecs do you...
It looks like, while GStreamer does have a Lagarith codec, its demuxers don't recognize its fourcc code so it never actually uses that codec. A sample clip would be helpful--I...
Reopening this: the upstream GStreamer merge request for Lagarith codec recognition is https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6831. I'll close this again once it's merged and the next GStreamer release includes it.