Upload Audio to YouTube

What other productivity software are you working with...
Post Reply
admin
Site Admin
Posts: 60563
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Upload Audio to YouTube

Post by admin »

Hey folks,

I need to upload an audio file (2 minutes) to YouTube. But they accept only videos. When I google this, I get hundreds of replies that try to sell some fat software to do the job. But I only have to do this once. Is there also a cool solution? BTW, I already know that I need some 1920 x 1080 graphic, and I already made one. Just need the conversion and the upload.

thanks,
Don

Horst
Posts: 1090
Joined: 24 Jan 2021 12:27
Location: Germany

Re: Upload Audio to YouTube

Post by Horst »

I guess some mkv format may help here.
From the Makemkv forum:

Code: Select all

I suspect that the issue is that MakeMKV is assuming that, since you're using Matroska video format file, you would want the video... :)
You can let MakeMKV create the MKV file, then use tools like mkvmerge to extract just the track(s) you want into your "final" file.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3447)
Portable XYplorer (actual version, including betas)
Everything 1.5.0.1372a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.73

highend
Posts: 13313
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Upload Audio to YouTube

Post by highend »

One of my scripts helped you out? Please donate via Paypal

omid
Posts: 20
Joined: 15 Mar 2018 17:00

Re: Upload Audio to YouTube

Post by omid »

Code: Select all

ffmpeg -loop 1 -framerate 1 -i input.png -i input.mp3 -c:v libx264 -preset veryslow -crf 0 -c:a copy -shortest output.mkv
https://askubuntu.com/questions/868283/ ... eo-smaller

https://github.com/BtbN/FFmpeg-Builds/releases

admin
Site Admin
Posts: 60563
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Upload Audio to YouTube

Post by admin »

ffmpeg looks good! But which is the right download link? I see 4 of them for Windows...

omid
Posts: 20
Joined: 15 Mar 2018 17:00

Re: Upload Audio to YouTube

Post by omid »

admin wrote: 04 Sep 2022 18:50 ffmpeg looks good! But which is the right download link? I see 4 of them for Windows...
Whatever you choose, it works

admin
Site Admin
Posts: 60563
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Upload Audio to YouTube

Post by admin »

Started well, then stopped with error "Unknown encoder 'libx264'" (running on Win8.1).

highend
Posts: 13313
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Upload Audio to YouTube

Post by highend »

https://github.com/BtbN/FFmpeg-Builds/r ... pl-5.1.zip

That one works fine with a input.png and input.mp3...
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60563
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Upload Audio to YouTube

Post by admin »

Bingo! :party: :appl:

Post Reply