Hello,
I want to create simple "music videos" for full-length album uploads to YouTube.
I'm asking for most efficient and "lossless" way to prepare such videos for upload.
An idea is to use single picture (cd cover) with mp3 files of the given album.
I strongly prefer merging mp3 files and otherwise leave them untouched (if possible) to avoid double recompression when uploading to YouTube.
I'd be glad for any suggestions, I'm ok with anything usable for this task, command line tools, etc.
Thank you
+ Reply to Thread
Results 1 to 4 of 4
-
-
Join all your mp3s in Audacity. Export them to a single mp3 file. Get the exact play time of all the joined files From Audacity.
Open this: http://www.photofilmstrip.org/en/features/
Insert your cover image and give it a display duration equal to the play time of your large audio file.
Add the audio file. Export as HD MP4.
Done
Upload to Youtube.
Not used it (use NLE's) but should be just what you're looking for.
Edir Another better one: https://www.videohelp.com/software/DVD-slideshow-GUILast edited by transporterfan; 9th Oct 2017 at 15:43.
-
just make sure your music isn't copyrighted.. or else youtube will take the video down.
-
Just for future reference, this is what I settled on..
Code:ffmpeg -loop 1 -i cover.jpg -i audio.mp3 -acodec copy -vcodec h264 -crf 18 -tune stillimage -pix_fmt yuv420p -shortest -vf scale=1280:720 -aspect 16:9 video.mp4
Similar Threads
-
Need help with a static video
By h0peless in forum Newbie / General discussionsReplies: 10Last Post: 9th Dec 2015, 07:44 -
Help with Optimal config for video? Only have DAW experience, new to video
By YZ125 in forum Newbie / General discussionsReplies: 8Last Post: 14th Jan 2015, 21:53 -
Optimal tracking for video != optimal tracking for audio
By miamicanes in forum RestorationReplies: 4Last Post: 16th Oct 2014, 11:52 -
How to remove static interference from video?
By sloNick in forum RestorationReplies: 9Last Post: 3rd Jul 2013, 17:25 -
What would be the optimal file format for encoding video?
By benjames in forum Newbie / General discussionsReplies: 4Last Post: 17th Mar 2013, 21:36