This commit is contained in:
ayunami2000 2022-01-18 18:41:36 -05:00
parent 94064011aa
commit be8c0c8007
1757 changed files with 5 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +1,4 @@
for /R %%A in (*.ogg) do ( for /R %%A in (*.ogg) do (
ffmpeg -i "%%A" -acodec libmp3lame -vn -ar 44100 -ac 2 -b:a 128k "%%~dpnA.mp3" ffmpeg -i "%%A" "%%~dpnA.mp3"
del "%%A" del "%%A"
) )

4
lwjgl-rundir/fard2.bat_ Normal file
View File

@ -0,0 +1,4 @@
for /R %%A in (*.mp3) do (
ffmpeg -i "%%A" -c:a libvorbis -q:a 4 "%%~dpnA.ogg"
del "%%A"
)

Some files were not shown because too many files have changed in this diff Show More