-
Notifications
You must be signed in to change notification settings - Fork 797
Android - burns subtitles (.srt) into the video is not working #399
Comments
See Tips. |
Thanks, based on your link , it seems the issue is related to undefined fronConfig in android devices, as the link suggests, I will try to overcome this issue by using |
Facing the same issue and could not overcome it even by using |
Is this working for you? |
|
@deepak-newzera |
@tanersener Thanks for your response. i) For ios(simulator): Only the absolute path is working. ii) For android: Neither absolute nor relative path is working. |
@deepak-newzera I don't have enough information to be able to make a comment about your problem. We have a pinned issue #215, that explains what we need to see in order to help you with your issues. Please give it a read and update your post or create another issue with those details. |
I am trying to burns a srt file into a mp4 video from an android application , the executeAsync runs with no error but the generated video does not contain the subtitle
here is my code
and here is the generated logs
finally here is a sample of the srt file I am trying to burn
any idea why the generated video does not contain the subtitle ?
The text was updated successfully, but these errors were encountered: