Update 'Audio stuff'
parent
2a38f597f8
commit
4ae5cc0a2e
1 changed files with 3 additions and 1 deletions
|
@ -5,3 +5,5 @@ Requires [ffmpeg](https://ffmpeg.org/download.html) in %PATH%
|
||||||
```powershell
|
```powershell
|
||||||
ls -Recurse *.flac | % -Parallel { ffmpeg -i $_.FullName -hide_banner -loglevel warning -y -c:a libopus -b:a 96K -af aresample=resampler=soxr -ar 48000 -map_metadata 0 -map_metadata 0:s:0 -id3v2_version 3 -vn ($_.Directory.FullName + "\" + $_.BaseName + ".opus")}
|
ls -Recurse *.flac | % -Parallel { ffmpeg -i $_.FullName -hide_banner -loglevel warning -y -c:a libopus -b:a 96K -af aresample=resampler=soxr -ar 48000 -map_metadata 0 -map_metadata 0:s:0 -id3v2_version 3 -vn ($_.Directory.FullName + "\" + $_.BaseName + ".opus")}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You will have to manually remove the original files.
|
Loading…
Reference in a new issue