MP3 to Youtube

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

adamsredlines

Sharpshooter
Special Hen
Joined
Mar 8, 2016
Messages
7,882
Reaction score
13,675
Location
Boone, NE
Any tech guys with some advice? I have a MP3 interview of my grandfather and want to put it on Youtube. What I'm wanting to do is put the audio to a photo of him so I can save it on YT. How does one go about doing this? Also, preferrably without having a watermark on it from some software. Does anybody here have the "technology" to help? :D
 

Haram

Marksman
Special Hen
Joined
Mar 12, 2014
Messages
54
Reaction score
1
Location
South OKC
You can also use FFMPEG. Download from https://ffmpeg.zeranoe.com/builds/ or search Google for the download. Extract the ZIP file wherever you'd like. Place your image and MP3 file in the extracted bin folder. Open a command window at the location and run this command.

ffmpeg -loop 1 -i NAME.PNG -i NAME.MP3 -c:v libx264 -tune stillimage -c:a aac -b:a 192k -pix_fmt yuv420p -shortest out.mp4

Change NAME.PNG, NAME.MP3, and out.mp4 as needed.
 

steelfingers

Sharpshooter
Supporting Member
Special Hen Supporter
Joined
Aug 10, 2015
Messages
8,648
Reaction score
7,814
Location
Coalgate, Ok.
You can also use FFMPEG. Download from https://ffmpeg.zeranoe.com/builds/ or search Google for the download. Extract the ZIP file wherever you'd like. Place your image and MP3 file in the extracted bin folder. Open a command window at the location and run this command.

ffmpeg -loop 1 -i NAME.PNG -i NAME.MP3 -c:v libx264 -tune stillimage -c:a aac -b:a 192k -pix_fmt yuv420p -shortest out.mp4

Change NAME.PNG, NAME.MP3, and out.mp4 as needed.
You lost me at "You can"
 

Latest posts

Top Bottom