You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently adding RG tags to my entire audio library. For most files this worked fine, but I can't add RG tags to any .m4a files using rsgain v3.5.3.
ffprobe output of an example file that I get the error [ERROR] Couldn't write to: [Filepath] with (ignore the existing RG tags, I checked to see if MusicBee was able to add tags and it worked just fine):
@echo off
setlocal
cd /d "%~dp0"
set "currentDir=%cd%"
"C:\Users\user\Programme\RSGain\rsgain.exe" easy -p "C:\Users\user\Programme\RSGain\presets\EigeneStandard.ini" "%currentDir%"
pause
endlocal
(The error also happens when I run the rsgain command directly.)
The output I get is:
[OK] Applying preset 'C:\Users\user\Programme\RSGain\presets\EigeneStandard.ini'...
[OK] Building directory tree...
[OK] Found 1 directory...
[OK] Scanning directory for files..._
[OK] Scanning 'E:\Daten\Eigene Musik\test\Now We Are Free - Gladiator.m4a'
[OK] Container: QuickTime / MOV [mov,mp4,m4a,3gp,3g2,mj2]
[OK] Stream #0: AAC (Advanced Audio Coding), 44.100 Hz, 2 ch
100% [================================================]
[ERROR] Couldn't write to: E:\Daten\Eigene Musik\test\Now We Are Free - Gladiator.m4a
Track: E:\Daten\Eigene Musik\test\Now We Are Free - Gladiator.m4a
Loudness: -18.16 LUFS
Peak: 1.000000 (0.00 dB)
Gain: 0.00 dB (adjusted to prevent clipping)
Album:
Loudness: -18.16 LUFS
Peak: 1.000000 (0.00 dB)
Gain: 0.00 dB (adjusted to prevent clipping)
Scanning Complete
Time Elapsed: 00:00:00
Files Scanned: 1
Clip Adjustments: 1 (100.0% of files)
Average Gain: 0.00 dB
Average Peak: 1.000000 (0.00 dB)
Negative Gains: 0 (0.0% of files)
Positive Gains: 1 (100.0% of files)
MusicBee and foobar2000 tag the file without any errors or warnings. The file is also not set to read-only, and the problem occurs with any .m4a file that I have. I'm on Windows 10 and the E: drive is a local NTFS-formatted SSD.
Let me know if you'd like any more infos.
The text was updated successfully, but these errors were encountered:
I'm currently adding RG tags to my entire audio library. For most files this worked fine, but I can't add RG tags to any .m4a files using rsgain v3.5.3.
ffprobe output of an example file that I get the error [ERROR] Couldn't write to: [Filepath] with (ignore the existing RG tags, I checked to see if MusicBee was able to add tags and it worked just fine):
The .bat file I'm using to run rsgain:
(The error also happens when I run the rsgain command directly.)
The output I get is:
My .ini looks like this:
MusicBee and foobar2000 tag the file without any errors or warnings. The file is also not set to read-only, and the problem occurs with any .m4a file that I have. I'm on Windows 10 and the E: drive is a local NTFS-formatted SSD.
Let me know if you'd like any more infos.
The text was updated successfully, but these errors were encountered: