VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Member
    Join Date
    Mar 2014
    Location
    PALaland
    Search Comp PM
    I cannot find batch option in Movie Maker, I don't think there is one. Is there a tool like Movie Maker to create MP4 song files for YouTube that can do batch convert? Say I have 15 different wavs and want to convert them all with the same MP4 settings using the same picture as a video background but I don't want to start the job 15 times manually.
    Quote Quote  
  2. A ffmpeg batch job like

    Code:
    for %%h in (*.wav) do ffmpeg -loop 1 -i BackGround.jpg -i "%%h" -c:v libx264 -c:a aac -strict experimental -b:a 192k -shortest "%%~nh.mp4"
    pause
    See

    http://trac.ffmpeg.org/wiki/Create%20a%20video%20slideshow%20from%20images
    Quote Quote  



Similar Threads

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