inbasic / media-converter

Media Converter and Muxer is an easy to use video and audio converter and muxer.
http://firefox.add0n.com/media-converter.html
Other
57 stars 32 forks source link

[Suggestion] Create a video from a static image and an audio file #49

Open badintense opened 5 months ago

badintense commented 5 months ago

It would be nice to be able to create a video from a single image and an audio file.

As of now I am doing it the manual way in Win7 PowerShell. c:\users\blah\ffmpeg -r 1 -loop 1 -y -i 1.jpg -i 1.mp3 -c:a copy -r 30 -vcodec libx264 -shortest 1.mp4

Maybe add this to the "combine audio and video" tab? If it is a an image dropped and an audio file it allows a frame rate to be set and creates the video.

Either way having this integrated would eliminate the need to make a copy of the files and rename them since the add-on does that for you. It would also eliminate the need to specify/change the file type in the command line each time it is different (such as a webp + m4a).