You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
upon executing this command: -f gif -i /data/user/0/it.trashitaliano.trashitaliano/cache/image_manager_disk_cache/44507fd3f371631fd348ea4e2edef3acdae528735384106029bd112bc754383d.gif -pix_fmt yuv420p -c:v libx264 -movflags +faststart -filter:v crop='floor(in_w/2)*2:floor(in_h/2)*2' /data/user/0/it.trashitaliano.trashitaliano/app_ffmpeg/1518396926930.mp4
I consistently receive this error:
Exception while trying to run: [Ljava.lang.String;@4968996
java.io.IOException: Cannot run program "/data/user/0/it.trashitaliano.trashitaliano/files/ffmpeg": error=2, No such file or directory
Upon doing some research, in FFmpegExecuteAsyncTask always adds the first command being /data/user/0/it.trashitaliano.trashitaliano/files/ffmpeg
Why is this? How can I change the output location for the file?
Thanks!
The text was updated successfully, but these errors were encountered:
upon executing this command:
-f gif -i /data/user/0/it.trashitaliano.trashitaliano/cache/image_manager_disk_cache/44507fd3f371631fd348ea4e2edef3acdae528735384106029bd112bc754383d.gif -pix_fmt yuv420p -c:v libx264 -movflags +faststart -filter:v crop='floor(in_w/2)*2:floor(in_h/2)*2' /data/user/0/it.trashitaliano.trashitaliano/app_ffmpeg/1518396926930.mp4
I consistently receive this error:
Upon doing some research, in
FFmpegExecuteAsyncTask
always adds the first command being/data/user/0/it.trashitaliano.trashitaliano/files/ffmpeg
Why is this? How can I change the output location for the file?
Thanks!
The text was updated successfully, but these errors were encountered: