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 |
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, ...