Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
[Script] Auto frame rate for X96max ATV (and other clones)
Collapse
This is a sticky topic.
X
X
-
Originally posted by zoelechat View Post
Then /data/adb/service.d is mandatorily there, beware it's in ROOT of device, not in user storage
Doesn't matter anyway if you found a workaround.
I really don't understand where I should install the AFR? Please help!
Comment
-
Ok, let's do a simple procedure for those ignoring what is root
ONLY APPLIES TO MAGISK >=18 ROOTED ROM- Copy unzipped 50afr to internal storage (the place where there are Android, Download, DCIM, etc folders) using any file explorer of your choice.
- Open Termux app, then type:
Code:
su
- Move script to the right place by typing:
Code:
mv /data/media/0/50afr /data/adb/service.d
- Give execute permissions:
Code:
chmod 755 /data/adb/service.d/50afr
- Reboot, done.
Last edited by zoelechat; 21 March 2019, 15:16.
Comment
-
Congratulations for the work ... it works in t95q with rom xtmod atv .. but I have a question. I have tried some movies to check it, .. almost all are at 23.98 fps and the image has changed to 24fps..correct .. but I have tried the hobbit that is at 48fps already changed to 30fps .. should not have changed to 50fps ??
Comment
-
I like the idea of 48fps and smoother motion in general, but it's very particular case not intended in script, and I wouldn't be surprised if it's also not expected by HW decoder which often (wrongly) reports 30fps when it mixes up itself (you may notice it by the time, it's far from perfect)
Wondering at which refresh rate it would look the "less worse" given that probably not much (no?) TVs would support exactly 48Hz. I guess 50Hz would be ugly (48/50 = 24/25, one stutter per second!). Obviously 24Hz is only "multiple" of 48fps but loosing benefit of double frame rate, shame
You still can try to add 48 case to 23|24 in script but as said I doubt HW really understands it...
Comment
-
Originally posted by zoelechat View PostOk, let's do a simple procedure for those ignoring what is root- Copy unzipped 50afr to internal storage (the place where there are Android, Download, DCIM, etc folders) using any file explorer of your choice.
- Open Termux app, then type:
Code:
su
- Move script to the right place by typing:
Code:
mv /data/media/0/50afr /data/adb/service.d
- Give execute permissions:
Code:
chmod 755 /data/adb/service.d/50afr
- Reboot, done.
Yes, I'm using root X-plore and total commander (which I've granted superuser permission). There is no device.d in data/adb. But there is service.d. Will follow your instructions and try.
Great work!
Sent from my CLT-L29 using Tapatalk
Comment
-
Originally posted by zoelechat View PostBut!? LOL, there was a typo from the beginning in 1st post, it's indeed service.d, not device.d !!! Edited, you could have told it earlier
Damn haha. Went through many folders looking for device.d. Didn't trust the search function. No wonder I couldn't find it.
Sent from my CLT-L29 using Tapatalk
Comment
-
Originally posted by zoelechat View PostI like the idea of 48fps and smoother motion in general, but it's very particular case not intended in script, and I wouldn't be surprised if it's also not expected by HW decoder which often (wrongly) reports 30fps when it mixes up itself (you may notice it by the time, it's far from perfect)
Wondering at which refresh rate it would look the "less worse" given that probably not much (no?) TVs would support exactly 48Hz. I guess 50Hz would be ugly (48/50 = 24/25, one stutter per second!). Obviously 24Hz is only "multiple" of 48fps but loosing benefit of double frame rate, shame
You still can try to add 48 case to 23|24 in script but as said I doubt HW really understands it...
I could try it, .. then if I modify this line by entering "48" it will be correct ?? ..excuse my ignorance..
..
48|50)
SWITCHTO=${DEFDEF}50hz
...
Comment
-
Originally posted by Atlas_co View PostI could try it, .. then if I modify this line by entering "48" it will be correct ?? ..excuse my ignorance..
..
48|50)
SWITCHTO=${DEFDEF}50hz
ps: At any time you can check fps reported by HW using that command from terminal, that's where I get it:
Code:cat /sys/class/vdec/vdec_status
Comment
What's Going On
Collapse
There are currently 4781 users online. 3 members and 4778 guests.
Most users ever online was 37,478 at 04:14 on 26 June 2024.
Comment