Creating MP4 from Audio

GoodBetterBest

Supremacy Member
Joined
Jan 23, 2019
Messages
6,239
Reaction score
2,119
Hi !

I'm sorry if I've posted to the wrong forum. Don't know which is the most relevant for this question.
I have MP3 and I want to upload to YouTube. As it's an audio, I want to add several jpg and make a MP4.
Any advise what is a good free utility that can do this ? Not intend to use online utility.
Thanks very much in advance.
 

gregory_choo

Arch-Supremacy Member
Joined
Nov 7, 2007
Messages
10,549
Reaction score
2,052
Hi !

I'm sorry if I've posted to the wrong forum. Don't know which is the most relevant for this question.
I have MP3 and I want to upload to YouTube. As it's an audio, I want to add several jpg and make a MP4.
Any advise what is a good free utility that can do this ? Not intend to use online utility.
Thanks very much in advance.

whats' wrong with online utility?
 

davidktw

Arch-Supremacy Member
Joined
Apr 15, 2010
Messages
13,547
Reaction score
1,301
Hi !

I'm sorry if I've posted to the wrong forum. Don't know which is the most relevant for this question.
I have MP3 and I want to upload to YouTube. As it's an audio, I want to add several jpg and make a MP4.
Any advise what is a good free utility that can do this ? Not intend to use online utility.
Thanks very much in advance.

Code:
ffmpeg -loop 1 -f image2 -r 2 -i artwork.jpg -i input.mp3 c:v libx264 -c:a copy -shortest output.mp4

https://video.stackexchange.com/que...-a-video-from-a-still-image-and-an-audio-file

Google for commands on control the bitrate, control the sampling rate and so forth if you want more control. :)
 
Last edited:
Important Forum Advisory Note
This forum is moderated by volunteer moderators who will react only to members' feedback on posts. Moderators are not employees or representatives of HWZ Forums. Forum members and moderators are responsible for their own posts. Please refer to our Community Guidelines and Standards and Terms and Conditions for more information.
Top