mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-10-15 18:29:57 +02:00
Compare commits
86 Commits
v2018-06-0
...
v2019-02-1
Author | SHA1 | Date | |
---|---|---|---|
|
445bd681a0 | ||
|
c01f821b59 | ||
|
47575a57ed | ||
|
2d6bf9159f | ||
|
60d452a431 | ||
|
dbd7687fb4 | ||
|
193d5f30fb | ||
|
7ad290734e | ||
|
9686a76ed6 | ||
|
2dee34d429 | ||
|
6daace9149 | ||
|
01a7404ece | ||
|
1062f8cf36 | ||
|
65161a567e | ||
|
c78323d8e7 | ||
|
afac0cda74 | ||
|
cc188eaf07 | ||
|
2f2ba5e6f1 | ||
|
c6021ea19b | ||
|
7a4ae9d2ea | ||
|
6b99821230 | ||
|
ed8c09daa6 | ||
|
c0181f51f8 | ||
|
1aeb95468d | ||
|
a3005e42d3 | ||
|
3934d85f54 | ||
|
f771ff3816 | ||
|
db219e201c | ||
|
a727aa7d5c | ||
|
5f7a01e920 | ||
|
76a93b7211 | ||
|
e431fbb3c5 | ||
|
14e66c13db | ||
|
2d14e3266b | ||
|
7615c872e4 | ||
|
de039c667b | ||
|
b2233fe170 | ||
|
6d74c84cc5 | ||
|
4caca0a698 | ||
|
6ec07fd3dd | ||
|
5e059adfb2 | ||
|
06501bc8bd | ||
|
ac4a14c54f | ||
|
dbf59f919a | ||
|
4e75f3f540 | ||
|
387876676d | ||
|
05e2775d49 | ||
|
ba1d2757c6 | ||
|
150faff29d | ||
|
ff1871273f | ||
|
36da6d3e79 | ||
|
d00d9f91de | ||
|
a948b1519b | ||
|
33d3a4d10d | ||
|
b88cbbd248 | ||
|
982a1a6525 | ||
|
ec5e7621b5 | ||
|
6a0a70d1d5 | ||
|
6b24940df1 | ||
|
e08ec96fd9 | ||
|
42cacd8414 | ||
|
d6ab2d63bb | ||
|
c3ff180189 | ||
|
ac22e3e361 | ||
|
963e0591e5 | ||
|
1bf462820e | ||
|
98fe0c5b67 | ||
|
8ee96228bc | ||
|
738ceabfe6 | ||
|
52dd44778f | ||
|
2f7b390f9b | ||
|
d5e13458eb | ||
|
493489517f | ||
|
71ae32541f | ||
|
e7b18b8fd4 | ||
|
dde92c2b4e | ||
|
05eb182352 | ||
|
c9660d3c7b | ||
|
7398b7f25e | ||
|
a6bb255817 | ||
|
67b34592e4 | ||
|
04037bda1e | ||
|
dc633dfa8d | ||
|
1b890fd630 | ||
|
0d12f57720 | ||
|
0e2e90e72b |
@@ -43,8 +43,8 @@ incident.
|
||||
|
||||
|
||||
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
||||
version 1.3.0, available at
|
||||
[http://contributor-covenant.org/version/1/3/0/][version]
|
||||
version 1.4.1, available at
|
||||
[https://www.contributor-covenant.org/version/1/4/code-of-conduct.html][version]
|
||||
|
||||
[homepage]: http://contributor-covenant.org
|
||||
[version]: http://contributor-covenant.org/version/1/3/0/
|
||||
[homepage]: https://www.contributor-covenant.org/
|
||||
[version]: https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
|
||||
|
1127
index.html
1127
index.html
File diff suppressed because it is too large
Load Diff
@@ -12,15 +12,16 @@ To facilitate better understanding of FFmpeg through collaborative sharing of us
|
||||
|
||||
The code is found in the gh-pages branch (the default primary branch). Readme is right here. You can see the site live on [GitHub pages](http://amiaopensource.github.io/ffmprovisr).
|
||||
|
||||
You can also install the latest [release](https://github.com/amiaopensource/ffmprovisr/releases) on your computer with the command:
|
||||
You can also install the latest [release](https://github.com/amiaopensource/ffmprovisr/releases) on your computer with the two commands:
|
||||
```
|
||||
brew install amiaopensource/amiaos/ffmprovisr
|
||||
brew tap amiaopensource/amiaos
|
||||
brew install ffmprovisr
|
||||
```
|
||||
and then call it locally with the command:
|
||||
```
|
||||
ffmprovisr
|
||||
```
|
||||
This works currently under macOS, Linux and the Linux subsystem on Windows. On classic Windows you can install the last [release](https://github.com/amiaopensource/ffmprovisr/releases) manually and the open `index.html` in a browser.
|
||||
This works currently under macOS, Linux and the Linux apps on Windows (Ubuntu and Debian tested). On classic Windows you can install the last [release](https://github.com/amiaopensource/ffmprovisr/releases) manually and the open `index.html` in a browser.
|
||||
|
||||
## How do I contribute?
|
||||
|
||||
@@ -44,7 +45,7 @@ You can read our contributor code of conduct [here](https://github.com/amiaopens
|
||||
|
||||
## Maintainers
|
||||
|
||||
[Ashley Blewer](https://github.com/ablwr), [Katherine Frances Nagels](https://github.com/kfrn), [Kieran O'Leary](https://github.com/kieranjol), [Reto Kromer](https://github.com/retokromer) and [Andrew Weaver](https://github.com/privatezero)
|
||||
[Ashley Blewer](https://github.com/ablwr), [Katherine Frances Nagels](https://github.com/kfrn), [Kieran O'Leary](https://github.com/kieranjol) and [Andrew Weaver](https://github.com/privatezero)
|
||||
|
||||
## Contributors
|
||||
* Gathered using [octohatrack](https://github.com/LABHR/octohatrack)
|
||||
|
Reference in New Issue
Block a user