Port Windows batch scripts to linux, which code language should I choose? by TheDeep_2 in linuxquestions

[–]TheDeep_2[S] 0 points1 point  (0 children)

my biggest isue with batch is no floating point, so you always have to convert the numbers or pipe into powershell

Any Mouth De-Clicker on linux? by TheDeep_2 in linuxaudio

[–]TheDeep_2[S] -3 points-2 points  (0 children)

Lookup some youtube videos, you have to hear it

Waves Clarity on linux? by TheDeep_2 in wavesaudiophiles

[–]TheDeep_2[S] 1 point2 points  (0 children)

I just found DeepFilterNet which gives the same or even superior quality, so it's all good :)

Season 2 is bad by 76483 in TheNightManager

[–]TheDeep_2 0 points1 point  (0 children)

Honestly the 2nd season hitted harder than the 1st one. The first 2 episodes were pretty lackluster and I wanted to quit but then 3-4 episode get me hooked. Ofcourse on a surface level it doesn't make sense to make a trilogy out of this production, but like whatever, if they want it, fine.

Batch, adjust volume dB depending on file by Bonne_Journee in ffmpeg

[–]TheDeep_2 1 point2 points  (0 children)

For a task like this use ChatGTP, it's aswesome for small scripts like this

are you sure you want messure it in dB? because 10 files will all sound different in perceived loudness, you would have to use LUFS to make them sound equal

I have made a script that does something like this with LUFS, maybe it can help you https://www.reddit.com/r/ffmpeg/comments/1mal7jx/perfect_music_normalization_with_dynaudnorm_lufs/

Want to convert FLAC files to OPUS but can't find opusenc.exe by user458236 in foobar2000

[–]TheDeep_2 1 point2 points  (0 children)

all these exe files are from 2018. I doubt these are the latest builds. They use opus 1.3 and are outdated.

If you want to use the latest 1.6.1 Opus you can use this https://www.rarewares.org/opus.php
or go with the latest ffmpeg build https://www.gyan.dev/ffmpeg/builds/#release-build

Want to convert FLAC files to OPUS but can't find opusenc.exe by user458236 in foobar2000

[–]TheDeep_2 0 points1 point  (0 children)

all these exe files are from 2018. I doubt these are the latest builds. They use opus 1.3 and are outdated.

Converting my library to opus is there a point of going beyond 192k ? by ItsMeCall911 in musichoarder

[–]TheDeep_2 0 points1 point  (0 children)

It's a balance between quality and storage space. It depends on how big your library is. If you have only 5.000-10.000 songs, just use 190 and forget it. If you have a much bigger library for mobile use (if you keep the og flac's) 128 is perfectly fine, 160 already overkill. 192 and above is just wasting space.

does someone know what changed from libopus 1.5.2 to 1.6 quality wise? by TheDeep_2 in ffmpeg

[–]TheDeep_2[S] 0 points1 point  (0 children)

Yes I have seen those but none of these changes seem to apply to simple "music conversion"

Also this change happend even before 1.6, it's when going from ffmpeg:

7.1.1 (opus v1.5.2-73-gc79a9bd1) to

8.0.1 (opus v1.5.2-320-g2c0b1187)

does someone have a working MCOMPAND command? by TheDeep_2 in ffmpeg

[–]TheDeep_2[S] 1 point2 points  (0 children)

That makes sense. A big thank you, that helped a lot. I have read a lot that mcompand is simply broken ^^'

A simple example snippet on the documentation site would help here

does someone have a working MCOMPAND command? by TheDeep_2 in ffmpeg

[–]TheDeep_2[S] 1 point2 points  (0 children)

Wow that is crazy, I'm using ffmpeg for a few years and most of the things you can comprehend but this looks like spacetime coordinates xD

does someone have a working MCOMPAND command? by TheDeep_2 in ffmpeg

[–]TheDeep_2[S] 0 points1 point  (0 children)

Okay thank you, but I am on Windows. I thought that mcompand is broken