# dolby-vision-editor **Repository Path**: steave/dolby-vision-editor ## Basic Information - **Project Name**: dolby-vision-editor - **Description**: No description available - **Primary Language**: Java - **License**: BSD-3-Clause-Clear - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-26 - **Last Updated**: 2023-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dolby-vision-editor This project has an editor sample application and documentation that demonstrate how to integrate Dolby Vision editing in an Android application. ## Sample application Source code for the sample application is in the [editor](https://github.com/DolbyLaboratories/dolby-vision-editor/tree/main/editor) folder. ## Documentation This project has documentation including: - two versions of Dolby Vision Content Editing for Third-Party Developers: - [PDF version](https://github.com/DolbyLaboratories/dolby-vision-editor/tree/main/docs/pdf/DolbyVisionContentEditingForThirdPartyDevelopers202305.pdf) - Webhelp version (download docs/webhelp and open index.html) - reference documentation generated from comments in source code for the sample application, using Doxygen (download from docs/doxygen/html and open index.html) ## Getting started See the section "Setting up the sample application" in the Introduction chapter of [Dolby Vision Content Editing for Third-Party Applications](https://github.com/DolbyLaboratories/dolby-vision-editor/tree/main/docs/pdf/DolbyVisionContentEditingForThirdPartyDevelopers202305.pdf). ## Release Notes See [ReleaseNotes.md](https://github.com/DolbyLaboratories/dolby-vision-editor/tree/main/ReleaseNotes.md) for details. ## License This project is licensed under the BSD-3 license. See the [LICENSE](https://github.com/DolbyLaboratories/dolby-vision-editor/tree/main/LICENSE) file for details. ## Related projects See the [dolby-vision-codec-selection-library](https://github.com/DolbyLaboratories/dolby-vision-codec-selection-library) project. The editor uses the codec selection library, which can also be used separately.