Answers for "ffmpeg audio sample data"

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
0

get info about an audio file ffmpeg

ffprobe foo.mp3 2>&1 | grep -A1 Duration:
Posted by: Guest on October-22-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language