UnityPlugin-AVProVideo
UnityPlugin-AVProVideo copied to clipboard
AVPro Video is a multi-platform Unity plugin for advanced video playback
### Please DO NOT LINK / ATTACH YOUR PROJECT FILES HERE **Describe the issue** We have noticed some string calls (IndexOf, StartsWith, ToLower etc.) in the C# source that do...
**Is your feature request related to a problem? Please describe.** I am adding an AudioOuput component to my audio sources programmatically (for VR multichannel playback) and need to be able...
Problem description: I am working on a project that requires encryption and decryption of videos. The current solution is to save copies of a decrypted file when they are needed...
Hello, I've noticed that AVvideopro by default seems to prefer to keep the video running smoothly than to drop frames. However in the project we are currently working on it...
**Is your feature request related to a problem? Please describe.** It is possible to create an object containing a DisplayUGUI component that does not seem to render anything in Play...
**Describe the solution you'd like** Make callbackOrder value configurable in Editor with a ScriptbleObject or with a custom/optional file in ProjectSettings **Describe alternatives you've considered** 1. Setting my own preprocessor...
Thanks for watching. I can see Media play can play audio with unity audio source, with component AudioOutput. But I have not find a way to play audio through wwise...
When decoding 10bit HEVC videos on OSX Editor, PlatformMediaPlayer.cs queries _playerTexture.planes[i].textureFormat and sets textureFormat based on what it finds there. That switch statement finds a BGR10A2 texture but does not...
Does AVPro ability to add some IPD correction for stereo video?
Before I asked this question, I have tried to search online or going through existing issues. Yet I can't find any solution for this. I am creating a FMV-like game...