Skip to content

highjeans/VideoFilter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VideoFilter

This repository contains the working version of https://github.com/ddobervich/VideoFilter for mac. Once cloned, please complete the following steps to ensure you can start working immediately without wasting time closing a bunch of pop-ups:

  1. Copy the path of the macosx64 folder inside lib
  2. Open Terminal and excecute the following command:
    spctl --add <paste path here>/*
  3. Then copyt the path of gstreamer-1.0 that is inside macosx64 Then excecute the command above.

That's It!

WARNING: DO NOT TRY TO RUN THIS PROJECT IN WINDOWS OR LINUX! USE THE LINK ABOVE FOR WINDOWS AND LINUX!

If you are wondering what the command spctl --add <paste path here>/* does, Here is your answer:

The code above adds an exception to the macOS Security System that at default will not allow the .dylib and the .so files to run. Excecuting the command above will allow specifically the files inside thelib folder to run.

If you have cloned this repository and completed all the steps above, and you still get a lot of pop-up dialogues, please add an Issue here, and I will do my best to resolve it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%