Closed josebraz closed 3 months ago
Hello! Thank you for providing this library.
While incorporating this library into my project, I observed that the output quality and size were not optimal. Upon researching Android documentation, I came across the following recommendations: https://developer.android.com/media/optimize/sharing#b-frames_and_encoding_profiles
This pull request modifies the code to utilize the highest profile level supported by the device, aligning with the official recommendations.
Hello! Thank you for providing this library.
While incorporating this library into my project, I observed that the output quality and size were not optimal. Upon researching Android documentation, I came across the following recommendations: https://developer.android.com/media/optimize/sharing#b-frames_and_encoding_profiles
This pull request modifies the code to utilize the highest profile level supported by the device, aligning with the official recommendations.