Version 5.1 by Drunk Monkey on 2022-01-27 14:18

Hide last authors
Drunk Monkey 1.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
Drunk Monkey 1.3 2 {{toc depth="3" start="2" numbered="true"/}}
Drunk Monkey 1.1 3 {{/box}}
4
5 == Required Programs ==
6
7 1. [[VLC Media Player>>https://www.videolan.org/vlc/]] - required for playback of just about any kind of video content you can imagine
Drunk Monkey 5.1 8 1. [[7-zip>>https://www.7-zip.org]] - you will need this to extract the contents of the FFmpeg files, which are stored as a 7z archive.  Mac OSX will use [[Keka>>https://www.keka.io/en/]]
Drunk Monkey 1.1 9 1. [[FFmpeg>>http://ffmpeg.org/download.html]] - the ultimate Swiss Army Knife multitool of multimedia encoding/decoding
10
11 == Installation ==
12
13 1. VLC installs are straight forward.  Run the installer and you're done.
14 1. FFmpeg is a bit more complicated, and it depends on your platform.
15
Drunk Monkey 3.1 16 ----
Drunk Monkey 1.1 17
18 (% class="row" %)
19 (((
Drunk Monkey 3.1 20 (% class="col-xs-12 col-xs-6" style="border-right:black solid 1px;" %)
Drunk Monkey 1.1 21 (((
Drunk Monkey 1.2 22 === Windows ===
Drunk Monkey 3.1 23
Drunk Monkey 5.1 24 1. Run the VLC installer
25 1. Install 7-zip
26 1. Extract the contents of the FFmpeg zip file into a suitable directory.  I going to use C:\Local\ffmpeg\ as my FFmpeg installation location for this example.  You should see something similar to this:
27 [[image:image-20220127221835-1.png]]
28
Drunk Monkey 3.1 29
Drunk Monkey 1.1 30 )))
Drunk Monkey 1.2 31
Drunk Monkey 1.1 32 (% class="col-xs-12 col-xs-6" %)
33 (((
Drunk Monkey 1.2 34 === Mac OSX ===
Drunk Monkey 5.1 35
36 1. Install VLC
37 1. Install Keka
Drunk Monkey 1.1 38 )))
39 )))
40
Drunk Monkey 3.1 41
42 == Video Capture ==
43
44 ----