-
Notifications
You must be signed in to change notification settings - Fork 29
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
ffmpeg exe not found #27
Comments
There are different architectures for the nvidia shield. Use the Droid Hardware Info app to find out what yours uses. You did the right thing of extracting the file and pointing to it in settings. I have had reports of a few addons failing in 18.2 over the last couple of days so maybe there is a problem with it. |
getting the same issue with 18.1. used droid hardware it says architecture is arm-v8. I tried the other arm ffmpeg file provided in the download, neon, and I'm getting the same thing. does the ffmpeg file need any type of extension or can it just be named ffmpeg? will the arm-v7 ffmpeg work with my arm-v8 CPU? from reading it seems like it should. |
You can call it anything. It will be changed to ffmpeg when the addon copies it to the /data/data folder. It will only get copied over the old one if the full path is different that before. So rename ffmpeg to ffmpeg.new or something. You can follow the logic here. |
is it possible it's not copying the file to /data/data? I dont have root access and esexplorer doesn't show the entire file system that I can tell because I can't find that directory to check. I'm assuming root is required to find this directory? |
Someone in the forum had a problem with that the other day. They added an ssd and it wouldn't work. Check the last page or so. https://forum.kodi.tv/showthread.php?tid=329991 |
excellent. i am using an SSD and kodi is installed to it. i will try what he did in the thread and see if it works. ill write back either way. |
Hey, did you ever get iptv recorder working on your shield? I have same issue, don't k ow how to use ffmpeg and the no exe file |
For anyone else affected by this:
When I subsequently reinstalled the SSD as a true external drive and begun recording to the Kodi subfolder on that, things were basically ok. |
running nvidia shield with kodi 18.2. Im trying to start a recording but it says ffmpeg exe not found.
I have downloaded the android version of ffmpeg from the linked site in the readme, extracted a file named ffmpeg from the armeabi-v7a folder and copied it to a created directory on the shield. in the IPTV Recorder addon I have pointed ffmpeg to that file. do I need to place ffmpeg file somewhere specific on the shield to get it to work? is there a different version of ffmpeg needed for the shield?
The text was updated successfully, but these errors were encountered: