this post was submitted on 11 Dec 2023
24 points (100.0% liked)
Free and Open Source Software
17937 readers
128 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Honestly, on mobile, there isn't really anything. However, if you're burdened with an iPhone (like me), I'd say use iMovie.
If you're on Android and you're clever, you might be able to use FFmpeg from inside Termux.
If you have a particularly powerful phone, you might be able to install a window manager (most people go for Fluxbox) and a lightweight video editor (like Avidemux) in Termux, share your screen with a TigerVNC daemon, and then use a VNC client on Android to access it. It will most likely be slow and a little choppy, but it might just work if you seriously have no alternative.
For QT applications, you can do eg.
QT_QPA_PLATFORM=vnc lyx
to run it without a window manager, though it seems less stable. There's also Termux-X11 for running X11 without using VNC.