Hi i have mp3 encoded with 128 kbps in 44 khz very well sound quality when playing but when i try to add audio to video with ffmpeg the audio become in very low quality i mean very low this is the command im using :
ffmpeg -ar 22050 -ab 32k -i Afterwards.mp3 -i video_finale.mpg video_finale_sound.mpg
or
ffmpeg -i Afterwards.mp3 -i video_finale.mpg -vcodec video_finale_sound.mpg
but still my quality is low any idea how to fix that ?