Hi, I was editing a music video of my band, and I realized that the audio volume is not the same as the .wav file that I’ve imported, I thing that the quality is not the same also, when I try to increase the volume with the gain audio filters it quickly get distorted. Does any know how to keep exactly the same volume and quality when import an audio file?
Shotcut does not do any automatic audio adjustments. So, the answer it is already at the best quality possible upon import without you having to do anything, and you may be somehow deceived. Perhaps the volume slider on the player controls is set different from 0 dB.
Hi, thanks for your answer, Im pretty shure that the volume goes down after import the audio file, I’ve checked the volume control and it is in 0db, for now Im increasing the volume using ffmpeg after the edition and it works, but it may be something wrong in shotcut.
I’ve noticed the same with both mp3 and wav but for me it gets resolved after export. (at least I feel like its resolved, I don’t notice a difference from the original audio and exported audio)
I export from Audacity to my computer as a WAV file. Guess I’m missing something from my computer to be able to export as MP3. Once on my computer I upload the WAV file to Shotcut and export back to my computer as MP3. I make no edits, just upload and export. When I listen to the new MP3 file at Audacity the volume is lower and I sometimes have to boost it a bit to bring it back to what I had before.
This thread provides very little data or evidence to support the claims. Hardly any steps provided either. Here is mine to refute the claim. SoX is a popular audio utility that I will use to report level information.
Starting with an input WAV file I already had:
ddennedy@MS-7593:~/Music$ sox Amy\ Dennedy/amy.wav -n stat
Samples read: 618508
Length (seconds): 6.442792
Scaled by: 2147483647.0
Maximum amplitude: 0.707123
Minimum amplitude: -0.636414
Midline amplitude: 0.035355
Mean norm: 0.122580
Mean amplitude: -0.000003
RMS amplitude: 0.154607
Maximum delta: 0.133057
Minimum delta: 0.000000
Mean delta: 0.005946
RMS delta: 0.011994
Rough frequency: 592
Volume adjustment: 1.414
Open that in Shotcut, add it to the Timeline, use the WAV export preset, and analyze that:
ddennedy@MS-7593:~/Music$ sox ~/Videos/tests/test.wav -n stat
Samples read: 618240
Length (seconds): 6.440000
Scaled by: 2147483647.0
Maximum amplitude: 0.707092
Minimum amplitude: -0.636383
Midline amplitude: 0.035355
Mean norm: 0.122602
Mean amplitude: -0.000003
RMS amplitude: 0.154617
Maximum delta: 0.133057
Minimum delta: 0.000000
Mean delta: 0.005948
RMS delta: 0.011995
Rough frequency: 592
Volume adjustment: 1.414
In my case I’m uploading a WAV file to Shotcut and then exporting it as a MP3 file, not exporting it as a WAV file. Doubt that makes any difference, but thought I’d mention it for clarity.