Show pageOld revisionsBacklinksExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== How to upload your album to youtube ====== 1. Concat the wave files in the folder <code>sox *.wav out.wav</code> 2. Convert to youtube aac <code>ffmpeg -i out.wav -c:a aac -strict -2 -b:a 320k out.m4a</code> 3. Merge png picture (cover.png) with audio <code>ffmpeg -loop 1 -framerate 2 -i cover.png -i out.m4a -c:v libx264 -preset medium -tune stillimage -crf 18 -c:a copy -shortest -pix_fmt yuv420p output.mkv</code> 4. Calculate the times http://www.grun1.com/utils/timeCalc.html