-
Notifications
You must be signed in to change notification settings - Fork 830
Array of strings on ShellCommand to allow paths with spaces #17
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please change this to 22
|
This PR will affect the current users, what do you think about creating polymorphic methods and leave the current users unaffected ? |
|
How can i get these changes? i have the same issue with spaces in filepath. |
Array of strings on ShellCommand to allow paths with spaces
|
I also need this commit, can you advice how to import this changes to our project. |
|
Thanks hiteshsondhi88, worked for me :) |
|
@JovinPJ how did you get these changes with gradle? |
|
@ab-helly One drawback ,i noticed is that the apk size become very large(>22mb). Thanks |
|
@JovinPJ thanks, aar should work for me. 0.2.5 still doesn't contain these changes |
|
How can I use this commit? |
|
I downloaded aar file and it's not working yet, do you know how can I get it ? Only compiling the fork? Thanks! |
|
please let me know , what is your issue. ffmpeg.execute(cmd, new ExecuteBinaryResponseHandler() { } here 'cmd' is a string array. did you able to compile this? Thanks |
|
I could do it donwloading all project and put it as module. I couldn't through gradle or AAR file. |
|
@JovinPJ How did you get this change from the aar? The aar linked to from that site is still version 0.2.5. |
|
Yeah, the current .aar in this repository is using an old version. You'll have to pull down the repository and open it in Android Studio, then run the assembleRelease gradle script via the project root's gradle file. If it runs successfully, you'll find the updated .aar at build/outputs/aar/FFmpegAndroid-release.aar I personally had to undo the String[] changes in this commit and swapped out the FFmpeg binaries with the more recent ones from PR #70 |
|
Hi , |
|
Hi JovinPJ there is my email [email protected]. Could you send me arr file. so I try download aar and gradle but file name with space is don't work for me |

No description provided.