Article 5KJDW Increase the volume of a video with ffmpeg

Increase the volume of a video with ffmpeg

by
lucmove
from LinuxQuestions.org on (#5KJDW)
I used this command line to increase the volume of a video:

Code:$ ffmpeg -i input.mkv -c:v copy -af volume=12 louder.mkvIt worked fine, but the embedded subtitles became a lot smaller. That doesn't really bother me, but for the sake of education, why does that happen and how could the font size have been preserved?

TIAlatest?d=yIl2AUoC8zA latest?i=P6T9yhcwpco:owWgFuvRc_s:F7zBnMy latest?i=P6T9yhcwpco:owWgFuvRc_s:V_sGLiP latest?d=qj6IDK7rITs latest?i=P6T9yhcwpco:owWgFuvRc_s:gIN9vFwP6T9yhcwpco
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments