Menu

#59 Changing volume (gain) does not work

2.6.11
open
nobody
1
2016-03-31
2016-03-31
Ros N.
No

When I set Audio Output AAC (Faac), in Filters I change Gain mode to "Manual (dB)" and Gain value to 10, converted video has the same volume as source video.

Fault in version 2.6.12 Win 64b and previous versions.
Also tested with versilon 2.6.8 Win 64b and with some version under Ubuntu 14.4

Tested with output: AAC (Faac), AAC (lav), AC3 (Aften), MP3 (lame).
Tested with output format: MP4 muxer, AVI muxer.

Source file example is in attachment JO_cut.mp4.
Destination file is in attachment JO_cut+10dB_AAC_Faac.mp4.
Example of project file:

#PY <- Needed to identify #
#--automatically built--

adm = Avidemux()
adm.loadVideo(".............")
adm.clearSegments()
adm.addSegment(0, 0, 24756000)
adm.markerA = 0
adm.markerB = 24756000
adm.videoCodec("Copy")
adm.audioClearTracks()
adm.setSourceTrackLanguage(0,"unknown")
adm.audioAddTrack(0)
adm.audioCodec(0, "Faac", "bitrate=128");
adm.audioSetDrc(0, 0)
adm.audioSetShift(0, 0,0)
adm.audioSetNormalize(0, 2, 100)
adm.setContainer("MP4", "muxerType=0", "useAlternateMp3Tag=True")

2 Attachments

Discussion


Log in to post a comment.