Cevilia (she/they/…)

40 year old she/her or they/them or any pronoun. I’m a woman… I think. I pretend to be an elf on the Internet. I’m mostly attracted to femininity.

I use tone indicators.

Trans rights.

“Stay woke. Keep your eyes open.”

/srs

  • 3 Posts
  • 35 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle

  • 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:

    #!/bin/bash
    ffmpeg -i "$1" -b:a 320k "$1.mp3"
    

    …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:

    #!/bin/bash
    ffmpeg -i "$1" -q:a 0 "$1.mp3"
    

    I’m not sure of the exact syntax, but hope this at least helps point you in the right direction :)



















  • I take issue with the phrase “landlords don’t need to lift a single finger”

    I’m in the process of selling my house (in the UK) right now so I can move to somewhere cheaper. We have people coming round to view it on maybe a twice- or thrice-weekly basis. I don’t even know their names. The estate agent (American: “realtor”) handles all of that. I just get a phone call telling me they’ve got someone who wants to come and view at X date and time, all I have to do is say yes or no then arrange to not be home. It’s all included in the frankly breathtaking sum I’m paying the estate agent.

    I can’t imagine rental properties are different in any meaningful way.