AbedElazizShe / LightCompressor

A powerful and easy-to-use video compression library for android uses MediaCodec API.
Apache License 2.0
490 stars 116 forks source link

dolby-vision video file not compressing #86

Open ashishHolofy opened 2 years ago

ashishHolofy commented 2 years ago

how can we detect dolby-vision videos or how to set up proper codec for it?.

stack trace:

2021-08-12 16:22:29.956 20971-2789/com.abedelazizshe.lightcompressor E/Compressor: Failed to initialize video/dolby-vision, error 0xfffffffe 2021-08-12 16:22:29.959 20971-20971/com.abedelazizshe.lightcompressor E/failureMessage: Failed to initialize video/dolby-vision, error 0xfffffffe

AbedElazizShe commented 2 years ago

@ashishHolofy thank you for opening this issue. The library does not support dolby-vision yet. I don't have much knowledge about it, I'll need to do some research before handling it. Will add it to the backlog.

Thank you.