mp3 to video
- ffmpeg -loop 1 -i /home/ambiorixg12/Videos/adam.jpg -i /home/ambiorixg12/Downloads/latribu.mp3 -shortest -acodec copy -vcodec mjpeg /home/ambiorixg12/Videosresult1.mp4
https://superuser.com/questions/1041816/combine-one-image-one-audio-file-to-make-one-video-using-ffmpeg
---------------------------------
https://unix.stackexchange.com/questions/657519/how-to-convert-output-mp3-to-mp4-with-ffmpeg
---
add an image to a video at specific time frame\
ffmpeg -i 2.mp4 -i 1.jpg -filter_complex "[0:v][1:v] overlay=25:25:enable='between(t,10,26)'" -pix_fmt yuv420p -c:a copy output.mp4
https://video.stackexchange.com/questions/12105/add-an-image-overlay-in-front-of-video-using-ffmpeg
get video dimension
https://superuser.com/questions/841235/how-do-i-use-ffmpeg-to-get-the-video-resolution
No hay comentarios:
Publicar un comentario