VideoHelp Forum
+ Reply to Thread
Results 1 to 6 of 6
Thread
  1. I have found some old threads but can not get the methods to work. I know there are websites like mp3 toolbox which allow you to convert MP3's to Videos by attaching an image. But does anyone know of any software that will allow me to do this in batch?

    Thanks in advance.
    Quote Quote  
  2. I have found some old threads
    Which?

    but can not get the methods to work
    Why not?

    Use FFMpeg in a batchjob like

    Code:
    for %%g in (*.mp3) do ffmpeg -loop 1 -i "%%~ng.jpg" -i "%%g" -c:a copy -c:v libx264 -shortest "%%~ng.mkv"
    (assuming you have .jpg images named as the .mp3 and you want mkv/h.264)
    Quote Quote  
  3. Originally Posted by videobruger View Post
    I have found some old threads
    Which?

    but can not get the methods to work
    Why not?

    Use FFMpeg in a batchjob like

    Code:
    for %%g in (*.mp3) do ffmpeg -loop 1 -i "%%~ng.jpg" -i "%%g" -c:a copy -c:v libx264 -shortest "%%~ng.mkv"
    (assuming you have .jpg images named as the .mp3 and you want mkv/h.264)

    It was this thread: https://forum.videohelp.com/threads/354099-Batch-combining-jpg-with-audio

    For whatever reason, mid 2015 ffmpeg was updatedand something broke and it now throws up errors. However I have not tried your code yet, I'll try it and get back to you.
    Quote Quote  
  4. Bump, anyone know of any software to do this?
    Quote Quote  
  5. Member Budman1's Avatar
    Join Date
    Jul 2012
    Location
    NORTHWEST ILLINOIS, USA
    Search Comp PM
    You still haven't said what the original 2015 FFMPEG errors were or what the results of the suggestions were or what errors you got from them. It's hard for anyone to help with no information except the link you read. Skudge gave you a script that should work flawlessly. ???
    Quote Quote  
  6. You should check (one of many threads dedicated to this task) https://forum.videohelp.com/threads/385770-Mp3-jpeg-to-video - use last script https://forum.videohelp.com/threads/385770-Mp3-jpeg-to-video#post2501840 as guide and create own.
    Quote Quote  



Similar Threads

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