(ffmpeg! & args)
Launches a ffmpeg process using the given flags.
Launches a ffmpeg process using the given flags.
(ffplay! & args)
Launches a ffplay process using the given flags.
Launches a ffplay process using the given flags.
(ffprobe! & args)
Launches a ffprobe process using the given flags.
Launches a ffprobe process using the given flags.
(fmt-cmd app & argv)
Creates a vector that is ready to be passed to sh/proc. app: a map with a :cmd and :flags argv: any number of arguments to be passed to sh/proc
Creates a vector that is ready to be passed to sh/proc. app: a map with a :cmd and :flags argv: any number of arguments to be passed to sh/proc 1. All keywords in argv are converted to a app:flags keyword if one exists. 2. All keywords are converted to - prefixed strings. 3. A vector is created with app:cmd + newly formatted args.
(sh-apply! app & args)
Takes an application map and a list of arguments. Applies the formatted application and arguments to sh/proc.
Takes an application map and a list of arguments. Applies the formatted application and arguments to sh/proc.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close