Paweł Gajda
Paweł Gajda
Transcoder throws `UnsupportedOperationException`, when I'm trying to transcode video with 6 audio channels. Is it a real engine limitation? ``` java.lang.UnsupportedOperationException: Output channel count (6) not supported. at com.otaliastudios.transcoder.transcode.internal.AudioEngine.(AudioEngine.java:83) at...
@asarazan don't know if it's intentional, but I have duplicates on "Who to follow" list :)
I was able to install Google Play Services for AR on emulator, but when new Session is created `UnavailableDeviceNotCompatibleException` is thrown. Is there a plan to support running AR apps?
I'd like to be able to set `ValueAnimator.repeatCount` property as well as apply infinite mode for specific animation, sth like: ``` ankomate { times = 3 scale(view1) { } then...