Wiki source code of Video Capture of Computer Screens
Version 3.1 by Drunk Monkey on 2022-01-26 20:26
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc depth="3" start="2" numbered="true"/}} | ||
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 | ||
8 | 1. [[FFmpeg>>http://ffmpeg.org/download.html]] - the ultimate Swiss Army Knife multitool of multimedia encoding/decoding | ||
9 | |||
10 | == Installation == | ||
11 | |||
12 | 1. VLC installs are straight forward. Run the installer and you're done. | ||
13 | 1. FFmpeg is a bit more complicated, and it depends on your platform. | ||
14 | |||
15 | ---- | ||
16 | |||
17 | (% class="row" %) | ||
18 | ((( | ||
19 | (% class="col-xs-12 col-xs-6" style="border-right:black solid 1px;" %) | ||
20 | ((( | ||
21 | === Windows === | ||
22 | |||
23 | |||
24 | ))) | ||
25 | |||
26 | (% class="col-xs-12 col-xs-6" %) | ||
27 | ((( | ||
28 | === Mac OSX === | ||
29 | ))) | ||
30 | ))) | ||
31 | |||
32 | |||
33 | == Video Capture == | ||
34 | |||
35 | ---- |