A list of useful commands for the FFmpeg command line tool.
Download FFmpeg: https://www.ffmpeg.org/download.html
Full documentation: https://www.ffmpeg.org/ffmpeg.html
A list of useful commands for the FFmpeg command line tool.
Download FFmpeg: https://www.ffmpeg.org/download.html
Full documentation: https://www.ffmpeg.org/ffmpeg.html
These 'notes' were primarily intended for my own consumption but since there have been surprisingly many comments to it over the years I wanted to do some updates and clarifications. Thanks for all comments.
These instructions will require you to have connection to internet from your pi, WiFi, Ethernet or by some other means like a 3G USB dongle or something.
(ns hello-manifold.core | |
(:require | |
[aleph.http :as http] | |
[byte-streams :as bs] | |
[cheshire.core :as json] | |
[clojure.string :as str] | |
[manifold.deferred :as d] | |
[manifold.executor :as e] | |
[manifold.stream :as s])) |