I like to manipulate an audio track inside an m2ts file with some ffmpeg command line.
In short I need to manipulate the audio track with ID 2 of an m2ts file that is AC3 format (dolby digital 5.1 or 2.0).
The modifications are:
- add equalizer filter: 60 Hz + 3dB, 80Hz +2 dB, 100 Hz +1 dB
- increase the volume: +2 dB
The m2ts file is multilingual for this reason I need to change a specific ID track.
The AC3 file is lossy, I hope that eventual audio modifications don’t add more compression like for example with Photoshop when re-saving a jpeg file. On lossless file (wav or flac) I’m sure I can save and re-save without loss of quality but on AC3 I'm not sure.
Someone can please post the command line to do it without loss of quality?