valadaptive / ntsc-rs

Free, open-source analog TV + VHS effect. Standalone application + plugin (After Effects, Premiere, and OpenFX).
Other
355 stars 7 forks source link

Ubuntu linux: How to open? #20

Closed Degamisu closed 8 months ago

Degamisu commented 8 months ago

I downloaded the release standalone for Linux. However, I do not know how to run this. The console says after I run the command ./ntsc-rs-standalone:

bash: ./ntsc-rs-standalone: Permission denied

Checked the Readme and I didn't find much information. I did run sudo apt-get install qttools5-dev-tools, but it didn't do anything.

Thank you for any help!

valadaptive commented 8 months ago

You need to give it (and all executable files you download) execute permissions:

chmod +x ./ntsc-rs-standalone

(Also, are you confusing this with ntscQT? You don't need Qt for this, but you do need GStreamer, as per the readme.)

Degamisu commented 8 months ago

Thanks! Yes I just found this repository and associated it with this. So I thought this was QT.