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
Upload Audio to YouTube
-
admin
- Site Admin
- Posts: 66085
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
-
Horst
- Posts: 1374
- Joined: 24 Jan 2021 12:27
- Location: Germany
Re: Upload Audio to YouTube
I guess some mkv format may help here.
From the Makemkv forum:
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, Version 25H2 (OS Build 26200.8457)
Portable x64 XYplorer (Actual version, including betas)
Display settings 1920 x 1080 Scale 100%
Everything 1.5.0.1412b (x64), Everything Toolbar 2.3.0, Listary Pro 6.3.6.99
Portable x64 XYplorer (Actual version, including betas)
Display settings 1920 x 1080 Scale 100%
Everything 1.5.0.1412b (x64), Everything Toolbar 2.3.0, Listary Pro 6.3.6.99
-
highend
- Posts: 14924
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: Upload Audio to YouTube
One of my scripts helped you out? Please donate via Paypal
-
omid
- Posts: 23
- Joined: 15 Mar 2018 17:00
Re: Upload Audio to YouTube
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://github.com/BtbN/FFmpeg-Builds/releases
-
admin
- Site Admin
- Posts: 66085
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Upload Audio to YouTube
ffmpeg looks good! But which is the right download link? I see 4 of them for Windows...
FAQ | XY News RSS | XY X
-
omid
- Posts: 23
- Joined: 15 Mar 2018 17:00
-
admin
- Site Admin
- Posts: 66085
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Upload Audio to YouTube
Started well, then stopped with error "Unknown encoder 'libx264'" (running on Win8.1).
FAQ | XY News RSS | XY X
-
highend
- Posts: 14924
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: Upload Audio to YouTube
https://github.com/BtbN/FFmpeg-Builds/r ... pl-5.1.zip
That one works fine with a input.png and input.mp3...
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: 66085
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
XYplorer Beta Club