domingo, 19 de febrero de 2023

convert mp3 to video

mp3 to video

  1. 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


ffprobe -v error -select_streams v:0 -show_entries stream=width,height -of default=nw=1 2.mp4 width=1280 height=720 
https://superuser.com/questions/841235/how-do-i-use-ffmpeg-to-get-the-video-resolution

No hay comentarios:

Publicar un comentario