If you've got a #PowKiddy #v90 (with the #MiyooCFW firmware) or #Anbernic device, you might find that you can get more movies/shows on a card and have them play smoother with this oneline #bash script (just an ffmpeg command that uses $1 as a filename:
------

#!/bin/bash

ffmpeg -y -i "$1" -r 20 -s 352x288 -vb 400k -acodec aac -strict experimental -ac 1 -ar 8000 -ab 24k "$1.3gp"

------
It'll make a 3gp video file with a lower bitrate and resolution. Fine for tiny screens

#miyoocfw running hot :)
the new miyoo cfw update is AWESOME
there are now so many packages bundled by default!!
#miyoocfw #powkiddy #emulation

We can now generate #MiyooCFW microSD images via #buildroot instead of needing custom scripts that run as root!

Massive thank you to Tiopex; this is a huge win for the project's long-term sustainability!

https://github.com/MiyooCFW/buildroot/pull/12/

(MiyooCFW is a community developed Linux-based operating system for various inexpensive handheld retro gaming devices, including my ~$35 Powkiddy V90 pictured here. Learn more at https://github.com/TriForceX/MiyooCFW)

#opensource #linux #retrogaming

Build Miyoo Cfw image by tiopex · Pull Request #12 · MiyooCFW/buildroot

Build entire Miyoo Cfw from source including rootfs, uboot, kernel, gmenu2x, boot-logo, daemon and finally generate sdcard IMG file Support two configurations: Uclibc toolchain Musl toolchain

GitHub