this post was submitted on 01 Jan 2024
8 points (100.0% liked)

techsupport

2469 readers
5 users here now

The Lemmy community will help you with your tech problems and questions about anything here. Do not be shy, we will try to help you.

If something works or if you find a solution to your problem let us know it will be greatly apreciated.

Rules: instance rules + stay on topic

Partnered communities:

You Should Know

Reddit

Software gore

Recommendations

founded 1 year ago
MODERATORS
8
submitted 10 months ago* (last edited 10 months ago) by sarmale to c/[email protected]
 

Originally posted on beehaw technology. So I have some .opus files that I want to convert to .mp3. I used ffmpeg CLI with a script from https://ottverse.com/convert-all-files-inside-folder-ffmpeg-batch-convert, I used the wav to mp3 one but put opus instead of wav. The output is always in the same folder, and I want it to go to another, how can I do it? (windows 10)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago (1 children)

Did that work or are you missing a backslash after "miscmp3"?

[–] sarmale 1 points 10 months ago* (last edited 10 months ago) (1 children)

It was a typo, I put a backslash there like 40min ago(so it worked) but it seems like it didnt edit... Weird

Try clicking view source, it shows it

[–] [email protected] 2 points 10 months ago

I don't know the markup language for Lemmy but it might be treating it like an escape character. In any case, I hope your ffmpeg project is working!