openva/rs-video-processor

Share variables between Bash and PHP

Closed this issue · 1 comments

A downside of going back and forth between Bash and PHP is that there's no common memory between the two. This means continually re-contexualizing what this video is—when it's from, what chamber it's in, what committee it is, etc. The solution is to build a config file for each video.

Seems to me that either YAML or JSON is the way to go. Of the tools that can be used within Bash, jq seems like the way to go, which points to JSON being the better solution.

This appears to be done.