• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question Converting mp3s to video to upload to YouTube?

Homerboy

Lifer
I have a bunch of old audio recordings I'd like to toss onto YT. I realize that I need to convert to video for them to be accepted, and that's the problem I'm having...

The recordings are 3 hours in length so the free, online converters won't work. I've tried open source converters like MyFFVideoConvertor, but no matter the settings I try, YouTube rejects the video after processing. All the free trial of software seem to have a time limit restriction as well.

So I guess my real question is what are the proper video settings? Or is there a way to see why YT is rejecting it when it processes?

Honestly, I'm a little embarrassed I'm having so much trouble with this. Thanks for any suggestions and help!
 
So I guess my real question is what are the proper video settings? Or is there a way to see why YT is rejecting it when it processes?
Are you green lighted by youtube to upload large videos?! Beginners can only upload 10min videos, at least that's how it was when I first uploaded videos.

Supported settings are stated here.
 
Are you green lighted by youtube to upload large videos?! Beginners can only upload 10min videos, at least that's how it was when I first uploaded videos.

Supported settings are stated here.

I had no clue that was a "rule"
That's crappy and I'd guess is the problem?
 
Are you green lighted by youtube to upload large videos?! Beginners can only upload 10min videos, at least that's how it was when I first uploaded videos.

Supported settings are stated here.

Actually it appears I can upload longer videos. I'm verified

yt.jpg
 
Then I guess you should tell us what settings you are using.

You could also try ffmpeg, this command will take hd.jpg and audio.mp3 and will turn it into a bock standard output.mp4.

ffmpeg -loop 1 -r 1 -i hd.jpg -i audio.mp3 -c:a copy -shortest output.mp4
 
Back
Top