bhuvnesh123 / FFmpeg-Video-Editor-Android

Sample android project using ffmpeg for cutting and compressing video,reversing video,extracting image frames from video,extracting audio from video,add fade in fade out effect,create fast and slow motion video
540 stars 165 forks source link

using ffmpeg.loadBinary cause to weird layout #1

Closed ahmedmoussa8 closed 7 years ago

ahmedmoussa8 commented 7 years ago

using ffmpeg.loadBinary cause to weird layout, it changes the layout direction. the locale is "ar" and the layout direction is returned to LTR and it's supposed to be RTL .

ahmedmoussa8 commented 7 years ago

I have fixed it , I have called "loadFFMpegBinary();" in the OnSuccess on envoking a webservice in the activity.