Answers for "stream audio to ffmpeg"

0

converting mp3 with FFMPEG

ffmpeg -i input.mp3 output.ogg
Posted by: Guest on October-07-2020
0

ffmpeg add audio to image

ffmpeg -loop 1 -y -i image8.jpg -i sound11.amr -shortest -acodec copy -vcodec mjpeg result.avi
Posted by: Guest on May-28-2021

Browse Popular Code Answers by Language