VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Member
    Join Date
    Jul 2017
    Location
    United Kingdom
    Search PM
    I want to convert some mp3s to mp4s to upload to Youtube
    I want to do it as a whole batch not one by one
    I dont mind using the same picture for all mp3s

    Anyone know how to convert a BATCH of mp3s to videos?
    Quote Quote  
  2. Something like:
    Code:
    for %%a in (*.mp3) do ffmpeg -loop 1 -r 1 -i "background.jpg" -i "%%~a" -map 0:v:0 -map 1:a:0 -c:v libx264 -preset ultrafast -tune stillimage -crf 16 -c:a copy -shortest "%%~na.mkv"
    Quote Quote  
  3. There are many threads here about this. Most use ffmpeg in a batch file to convert all mp3 files in a folder. For example:

    https://forum.videohelp.com/threads/386360-Batch-combining-multiple-audio-files-with-s...eate-mp4-files
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!