-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to see the video in Chrome web browser after trimming. #98
Comments
Same Issue Here |
@rahat14 did you upload the video file to server and used the url in the browser? or else could u share the reproduction steps? |
@a914-gowtham I uploaded in my bucket and it does not play via link only audio comes. After debugging I found to play a video over Chrome or Mozilla it needs to have an x264 encoder, so I downloaded the library and changed the FFmpeg version to GPL, and added x264 encoder to the execution code now it's working. if u want i can share the code |
yes @rahat14 . that would be great |
I followed details given by @rahat14 , below is the code changes, In ActVideoTrimmer class file, search for That's it, hope it helps somebody Thanks @rahat14, @a914-gowtham |
@rahat14 @praveenb can you help me. java.lang.Error: FFmpegKit failed to start on brand: Redmi, model: 21061119AG, device: selene, api level: 33, abis: arm64-v8a armeabi-v7a armeabi, 32bit abis: armeabi-v7a armeabi, 64bit abis: arm64-v8a. |
We are not able to see the video in web browsers after trimming the video with this library. The video shows completely black screen, but able to hear the audio for the trimmed video.
This might be because the codec is not compatible with the browsers.
Version : 1.7.14
The text was updated successfully, but these errors were encountered: