23
Audio reencoder for Android?
(lemmy.dbzer0.com)
1. Posts must be related to the discussion of digital piracy
2. Don't request invites, trade, sell, or self-promote
3. Don't request or link to specific pirated titles, including DMs
4. Don't submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
FUCK ADOBE!
Torrenting/P2P:
Gaming:
💰 Please help cover server costs.
![]() |
![]() |
---|---|
Ko-fi | Liberapay |
When all else fails, get Termux and just run the commands manually / setup some scripts.
I was really hoping for something I could just use without running commands with a phone keyboard (it feels so odd to do that), but scripting it instead of having to manually run commands everytime seems like it could be fine. Thanks for the suggestion!
Termux will accept files "shared" to it, and pass the full filename to ~/bin/termux-file-editor
So, if it's the only thing you plan to use Termux for, you could make your ~/bin/termux-file-editor something like:
...and then never think about it again, just share files via Termux and it'll re-encode them for you. :)
or, if you don't specifically need CBR and just want ffmpeg to output on its highest quality:
I'm not sure of the exact syntax, but hope this at least helps point you in the right direction :)
Just got this set up and it works like a charm! Thx so much for the help!
You're welcome, the collaborative effort wins again :)
And if you want to make it fancy, make that a wrapper script that checks the incoming file type. MP3s get transcoded, text files get opened, ...