DUFF THREAD, WILL BE DELETED, Please Ignore. There is something real weird with new LWLibavAudioSource(ff_options="drc=0,...") stuff on WAV audio, so far as I know, the eg "NICAC3Source(...,DRC=0)" is supposed to remove EXISTING DRC from AC3 files, but if used on WAV, LWLibavAudioSource(ff_options = "drc=0,...") then seems to affect WAV, even when no drc is applied, think should only apply any drc stuff to AC3 [or other DRC applied audio], and not apply to WAV ie linear non-compressed [without drc applied]. MeGUI Produces real nasty audio when "Normalize Peaks to:- 98" used in AAC audio settings with new LWLibavAudioSource(ff_options = "drc=0,...") stuff on linear WAV source file. I'm going back to older LSmash before recent DRC thingy (before ff_options ="drc=0,..."), until I at least figure out what the new plug is doing wrong/different, I got many encodes with nasty audio. I've long converted all source audio to 16 bit stereo WAV using FFMPEG script, with DRC removed, prior to encode script. (to reduce excessive [eg 20->30 min] MEGUI normalize times with eg 24/96 bit, 7.1 audio source, if converted to 16 bit stereo within script) EDIT: Same nasty result whether DRC box ticked or not in MEGUI audio encode AAC settings. EDIT: It is totally possible, [even probable] that I totally misunderstand the drc thingy, but, what I always used to do with good output audio, has now totally horrible result when ff_options="drc=0,..." rather than drc=0 as in earlier version LSMash audio source filter with WAV source.