This repository has been archived by the owner on Mar 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.html
107 lines (77 loc) · 4.52 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Avane : Adobe Air Native Extension for building video encoding applications">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Avane</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/tuarua/AVANE">View on GitHub</a>
<h1 id="project_title">Avane</h1>
<h2 id="project_tagline">Adobe Air Native Extension for building video encoding applications</h2>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/tuarua/AVANE/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/tuarua/AVANE/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>
<a id="avane" class="anchor" href="#avane" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>AVANE</h1>
<p><a href="https://flattr.com/submit/auto?user_id=tuarua&url=https%3A%2F%2Fgh.l7l.us.kg%2Ftuarua%2FAVANE&title=AVANE&language=en_GB&tags=github&category=software"><img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this git repo"></a></p>
<p>Adobe Air Native Extension for OSX / WIN / Android / iOS (in beta) written in ActionScript 3 and C/C++ for encoding + decoding video and audio based on FFMpeg libraries.
Samples included.</p>
<p>Universal player - demo showing flash playing mp4, mkv, webm encoded in h264, hevc and vp9. Also showcases live HLS streams from NASA.<br>
N.B. Depending on your computer setup HEVC decoding may be very slow. So a 6 year old mac mini is not going to cut it :)</p>
<p>Advanced client - demo similar to Handbrake </p>
<p>Desktop capture - demo using screen-capture-recorder to capture desktop (Windows only)</p>
<p><img src="https://raw.githubusercontent.com/tuarua/AVANE/master/screenshots/screen-shot-1.png" alt="alt tag"></p>
<h3>
<a id="as-docs" class="anchor" href="#as-docs" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>AS Docs</h3>
<p><a href="https://tuarua.github.io/AVANE/native_extension/docs/asdocs/">https://tuarua.github.io/AVANE/native_extension/docs/asdocs/</a></p>
<h3>
<a id="features" class="anchor" href="#features" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Features</h3>
<ul>
<li>Harness the power of FFmpeg with this unoffical ANE version.</li>
</ul>
<h3>
<a id="tech" class="anchor" href="#tech" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Tech</h3>
<p>AVANE uses the following libraries:</p>
<ul>
<li>[<a href="https://github.com/ShiftMediaProject/FFmpeg">https://github.com/ShiftMediaProject/FFmpeg</a>] - ShiftMediaProject FFmpeg</li>
<li>[<a href="http://www.boost.org">http://www.boost.org</a>] - C++ portable libraries</li>
<li>[<a href="http://www.frogtoss.com/labs">http://www.frogtoss.com/labs</a>] - Native File Dialog</li>
<li>[<a href="https://nlohmann.github.io/json">https://nlohmann.github.io/json</a>] - JSON for Modern C++</li>
<li>[<a href="http://jsoncpp.sourceforge.net/">http://jsoncpp.sourceforge.net/</a>] - Json-cpp</li>
<li>[<a href="https://github.com/rdp/screen-capture-recorder-to-video-windows-free">https://github.com/rdp/screen-capture-recorder-to-video-windows-free</a>] - required for desktop capture example</li>
</ul>
<h3>
<a id="prerequisites" class="anchor" href="#prerequisites" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Prerequisites</h3>
<p>You will need</p>
<ul>
<li>Flash Builder 4.7</li>
<li>AIR 22 SDK</li>
</ul>
<h3>
<a id="todos" class="anchor" href="#todos" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Todos</h3>
<ul>
<li>Full source code of ANE</li>
</ul>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">Avane maintained by <a href="https://github.com/tuarua">tuarua</a></p>
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>