Liking cljdoc? Tell your friends :D

bioscoop.ffmpeg


ffmpeg-binclj


ffplay-binclj


ffprobe-binclj


with-inputsclj

(with-inputs {:keys [filtergraph maps out-dir out-filename verbose blocking
                     h265]
              :or {out-dir (System/getProperty "java.io.tmpdir")
                   out-filename "output.mp4"
                   verbose false
                   blocking false
                   h265 false}}
             &
             inputs)

Start FFmpeg process with inputs and filtergraph.

Usage: (with-inputs {:filtergraph "..." :maps [...] :out-dir "..." :out-filename "..."} & inputs)

Options: :filtergraph - FFmpeg filtergraph string :maps - Vector of -map arguments :out-dir - Output directory (defaults to java.io.tmpdir) :out-filename - Output filename (defaults to "output.mp4")

Returns the process instance. Which can be destroyed with (.destroy handle)

Start FFmpeg process with inputs and filtergraph.

Usage:
  (with-inputs {:filtergraph "..." :maps [...] :out-dir "..." :out-filename "..."} & inputs)

Options:
  :filtergraph - FFmpeg filtergraph string
  :maps - Vector of -map arguments
  :out-dir - Output directory (defaults to java.io.tmpdir)
  :out-filename - Output filename (defaults to "output.mp4")

Returns the process instance. Which can be destroyed with (.destroy handle)
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close