Liking cljdoc? Tell your friends :D

kawa.core


FFMPEGclj

source

ffmpeg!clj

(ffmpeg! & args)

Launches a ffmpeg process using the given flags.

Launches a ffmpeg process using the given flags.
sourceraw docstring

FFPLAYclj

source

ffplay!clj

(ffplay! & args)

Launches a ffplay process using the given flags.

Launches a ffplay process using the given flags.
sourceraw docstring

FFPROBEclj

source

ffprobe!clj

(ffprobe! & args)

Launches a ffprobe process using the given flags.

Launches a ffprobe process using the given flags.
sourceraw docstring

fmt-cmdclj

(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

  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.
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.
sourceraw docstring

sh-apply!clj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close