I'm trying to turn this command into one that will convert a whole directory from flac to ogg:
ffmpeg -i musicfile.flac musicfile.ogg I've read through the man page. But honestly it's a bit over my head. I don't want to use soundconverter(or any gui program). So I turn to you guys.
I use opensuse tumbleweed. And I use fish, not bash. Latest of everything.
Exactly what I would like, is to convert a flac folder into a separate ogg folder. Of say a quality of like q5. So say I put a hi.flac file into ~/flac/hi folder, I would like it to output into an ogg folder, keeping the files folder structure and name. ~/ogg/hi folder.
Is this possible? Or am I asking too much?
I've been using flac2all, and it does exactly what I just described, except it's been getting slower and slower. So I want to see if using the ffmpeg command is any faster. I searched and someone posted a small bash script, but it doesn't work for me. So again. I turn to you guys.
Thanks for reading.