I'm trying to get one sound to be heard and another to be saved in the vod, but I'm not doing something right.
ffmpeg -framerate 15 -re -loop 1 -i image.png -i sound.mp3 -map 0:v -filter:a "volume=0.1" -f flv -vcodec libx264 -pix_fmt yuv420p -preset ultrafast -r 15 -g 30 -map 0:a:1 sound_1.mp3 rtmp://...
The main idea is to modify the sound of the vod or mute the vod to avoid copyright