Is your feature request related to a problem? Please describe.
I am porting over a script that's called ffcompress. It takes a video, compresses it to a desired size along with passing video and audio codec flags to ffmpeg, and then exits. That passing the flags is the problem. I can't specify flags like -c:v to have a transparent interface.
Describe the solution you'd like
I have no idea what the solution would be and if that feature is a good idea or not.
Describe alternatives you've considered
Parsing leftover keys myself. Though, being new to Clojure I do not imagine how I could do that.
Additional context
None.
Version / Platform
cli-matic: {:mvn/version "0.5.2"}
OS: Void Linux (latest)
Platform: Babashka v1.12.214
Is your feature request related to a problem? Please describe.
I am porting over a script that's called
ffcompress. It takes a video, compresses it to a desired size along with passing video and audio codec flags to ffmpeg, and then exits. That passing the flags is the problem. I can't specify flags like-c:vto have a transparent interface.Describe the solution you'd like
I have no idea what the solution would be and if that feature is a good idea or not.
Describe alternatives you've considered
Parsing leftover keys myself. Though, being new to Clojure I do not imagine how I could do that.
Additional context
None.
Version / Platform
cli-matic:
{:mvn/version "0.5.2"}OS: Void Linux (latest)
Platform: Babashka v1.12.214