How do I convert flac to opus/ogg in batch on Windows?

How do I convert flac to opus/ogg in batch on Windows?

Attached: 1516991930620.jpg (577x571, 280K)

Other urls found in this thread:

wiki.installgentoo.com/index.php/List_of_recommended_Windows_software
twitter.com/SFWRedditVideos

foobar has a pretty good built in interface

unironically use foobar2000 to batch convert

doesn't work

Here's a hint: a for loop + ffmpeg in whatever the fuck does windows use for its scripting.
This is what you want in batch:
for file in *.flac; do ffmpeg -i "$file" -c:a libopus -b:a 192 -vbr on "${file%%.flac}.opus"; done

Attached: 1526403761400.gif (476x498, 304K)

you're retarded

Do you know if this pic is from exact anime or just fanart?

it's not fanart, but it's not from any episode

install gentoo

>anime
anyway its been mentioned before, use foobar

Attached: snap.gif (575x420, 507K)

Install gentoo with ffmpeg in a virtual machine. Use a shell script and remember to use the no stdin option on ffmpeg.

Amagi Brilliant Park.
Spoiler: it's a vivid bright shit.

that's shell script retard
also it should be ${file%.flac} and not double %% since it doesn't contain any wildcard

>anime
>on an anime website

Attached: mad.jpg (1800x1578, 212K)

...

I need to catch up on this series again. I really enjoyed it.

Attached: phone.png (242x398, 109K)

Attached: d09.jpg (680x543, 39K)

>vivid bright shit
What is that supposed to mean?

You'll know when you watch it.

Attached: vlcsnap-2017-05-16-15h40m10s917.png (1280x738, 1.09M)

1. open all files you want to convert in foobar2000
2. select all
3. right-click > convert

kyoAnus

Attached: kyoAnus.png (2400x1728, 2.67M)

ffmpeg + bash scripting

>Windows
Fuck outta here

You should be using beets if you aren't a brainlet, so it's as easy as beet convert format:opus, format:ogg

same shiet

you're too dumb to continue on living

Bless KyoAni for their futuristic visions for anime

Unironically. FFMPEG + small shell script.

whichever based anons recommended foobar2000, thank you. i didnt even know that program existed. not op, but had same issue.

have this cutie as payment.

Attached: 1523321344279.jpg (528x800, 271K)

What's not working?

>i didnt even know that program existed
i guess nobody reads the sticky...
wiki.installgentoo.com/index.php/List_of_recommended_Windows_software