Skip to content

Commit 14a3369

Browse files
authored
Add files via upload
1 parent 7009825 commit 14a3369

File tree

98 files changed

+75489
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+75489
-56
lines changed

.gitignore

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
log/
2-
xhtml/
3-
packages/
4-
obj/
5-
_site/
6-
Tools/NuGet/
7-
_site/
8-
maml/
9-
updateablehelp/
10-
11-
12-
.openpublishing.build.mdproj
13-
.openpublishing.buildcore.ps1
14-
packages.config
15-
**/.ignore/**
16-
*.orig
17-
.vscode/
18-
_themes/
19-
dependentPackages/
20-
1+
Premiere*
2+
adobe*
3+
obj

.gitmodules

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[submodule "ext/libvpx"]
2+
path = ext/libvpx
3+
url = https://chromium.googlesource.com/webm/libvpx.git
4+
[submodule "ext/libwebp"]
5+
path = ext/libwebp
6+
url = https://chromium.googlesource.com/webm/libwebp.git
7+
[submodule "ext/libwebm"]
8+
path = ext/libwebm
9+
url = https://chromium.googlesource.com/webm/libwebm.git
10+
[submodule "ext/libvorbis"]
11+
path = ext/libvorbis
12+
url = https://git.xiph.org/vorbis.git
13+
[submodule "ext/libogg"]
14+
path = ext/libogg
15+
url = https://git.xiph.org/ogg.git
16+
[submodule "ext/opus"]
17+
path = ext/opus
18+
url = https://git.xiph.org/opus.git

New Portable Document 1.pdf

690 Bytes
Binary file not shown.

PowerShell-Docs-staging.zip

10 MB
Binary file not shown.

Presets.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
Presets for Premiere and Media Encoder
3+
======================================
4+
5+
These are WebM presets for Media Encoder and Premiere.
6+
7+
Probably the easiest way to get them into their respective programs is simply to import them one at a time. In the output settings dialog next to the Preset menu you'll find a button for importing presets.
8+
9+
Alternately, you can copy the entire 5765624D_5765624D folder into the presets folder for each version of the applications you have installed. For Mac and Windows these folders would typically wind up at locations like these:
10+
11+
Mac:
12+
/Applications/Adobe Media Encoder CC 2014/Adobe Media Encoder CC 2014.app/MediaIO/systempresets/5765624D_5765624D
13+
/Applications/Adobe Premiere Pro CC 2014/Adobe Premiere Pro CC 2014.app/MediaIO/systempresets/5765624D_5765624D
14+
15+
(Right click on the application icon and select Show Package Contents to access the MediaIO folder.)
16+
17+
Win:
18+
C:\Program Files\Adobe\Adobe Media Encoder CC 2014\MediaIO\systempresets\ 5765624D_5765624D
19+
C:\Program Files\Adobe\Adobe Premiere Pro CC 2014\MediaIO\systempresets\ 5765624D_5765624D
20+
21+
22+
Presets in the "normal" folder can be used in any version of the Adobe programs, while the "match_source" presets should only be used in CC 2015 and later.

README.md

Lines changed: 18 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,18 @@
1-
## Microsoft Open Source Code of Conduct
2-
3-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
4-
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
5-
6-
[![Build status](https://ci.appveyor.com/api/projects/status/onshefxnc4g4pv87/branch/staging?svg=true)](https://ci.appveyor.com/project/PowerShell/powershell-docs/branch/staging)
7-
8-
# PowerShell Documentation
9-
10-
Welcome to the PowerShell-Docs repository, housing the official Windows PowerShell documentation.
11-
12-
## Repository Structure
13-
Each folder in this repo publishes to [MSDN](https://msdn.microsoft.com/en-us/powershell). The folders correspond to the following PowerShell assets:
14-
* [/dsc/](https://msdn.microsoft.com/en-us/powershell/dsc/) is for the Desired State Configuration feature
15-
* [/gallery/](https://msdn.microsoft.com/powershell/gallery) is for the [PowerShell Gallery](https://www.powershellgallery.com/)
16-
* [/jea/](https://msdn.microsoft.com/powershell/jea/) is for the Just Enough Administration feature
17-
* [/reference/](https://msdn.microsoft.com/powershell/reference/) is for PowerShell module reference across versions 2.0, 3.0, 4.0, 5.0, 5.1, and 6.0
18-
* This content will be retrieved by the `Get-Help` cmdlet in the future
19-
* [/scripting/](https://msdn.microsoft.com/en-us/powershell/scripting/) is general PowerShell reference content
20-
* [/wmf](https://msdn.microsoft.com/en-us/powershell/wmf/readme) contains release notes for the Windows Management Framework, the package used to distribute new versions of PowerShell to previous versions of Windows.
21-
22-
23-
24-
## Contributing
25-
26-
We actively merge contributions into this repository via [pull request](https://help.github.com/articles/using-pull-requests/) into the *staging* branch.
27-
Please note that before you submit a pull request you must [sign a Contribution License Agreement](https://cla.microsoft.com/) to ensure that the community is free to use your submissions.
28-
For more information on contributing, read our [contributions guide](CONTRIBUTING.md).
29-
There is a draft [style guide](./STYLE.md) to review before making contributions.
30-
Please use the Issue and Pull Request templates to help keep documentation consistent across versions.
31-
32-
## Licenses
33-
34-
There are two license files for this project.
35-
The MIT License applies to the code contained in this repo.
36-
The Creative Commons license applies to the documentation.
1+
ext
2+
===
3+
4+
This directory holds git submodules that point to libraries needed by the WebM and WebP plug-ins.
5+
6+
You will need to manually add the following to this directory because the owners don't have a git repository I can embed:
7+
8+
* [Premiere CS5 SDK](http://www.adobe.com/devnet/premiere/sdk/cs5.html)
9+
* [Photoshop CS5 SDK](http://www.adobe.com/devnet/photoshop/sdk.html)
10+
11+
12+
If the submodule contents are missing, you should be able to get them by typing:
13+
14+
`git submodule init`
15+
`git submodule update`
16+
17+
Both Mac and Windows require the "yasm" shell program be installed for libvpx to compile. On Windows you get it via Cygwin.
18+

0 commit comments

Comments
 (0)