Ways to mass upload images + mp3s to youtube?

RasputinB

Newbie
May 12, 2014
2
0
I am trying to upload videos rapidly. A stagnant image is fine.

Say I have 10 mp3 files and 1 jpg image file.

I want to upload these mp3s, all with the jpg as the video, to YouTube as fast as possible. What is the best way to do this? Are there any available tools? Windows Movie Maker doesn't cut it.
 
I have it automated in node with ffmpeg. The ffmpeg command ends up looking like this:

ffmpeg -f image2 -loop 1 -i './cover.jpg' -i './Drugs In The Dub (Kingston Town Riddim).m4a' -c:v libx264 -vf "fps=1,format=yuv420p" -tune stillimage -c:a aac -strict experimental -b:a 192k -shortest out.mp4

You could just C&P all your files in and run them all in the command line. Files come out really small cause it's 1fps, but the audio is still 192k
 
tunestotube.com might be useful

I'd recommend changing your render settings on your editor to have a very low frame rate ie 0.2 frames per second. This will make the video files very small (about 10mb) and not take long at all to render. I personally use Vegas for this and can share my render settings if you're interested.
 
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features and essential functions on BlackHatWorld and other forums. These functions are unrelated to ads, such as internal links and images. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock