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.
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 6 of 6
			
		- 
	
- 
	Which?I have found some old threads
 
 Why not?but can not get the methods to work
 
 Use FFMpeg in a batchjob like
 
 (assuming you have .jpg images named as the .mp3 and you want mkv/h.264)Code:for %%g in (*.mp3) do ffmpeg -loop 1 -i "%%~ng.jpg" -i "%%g" -c:a copy -c:v libx264 -shortest "%%~ng.mkv" 
- 
	
 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.
- 
	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. ??? 
- 
	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. 
Similar Threads
- 
  Renaming Various Audio Files in Batch Mode- MP3, Wav and Other Sound FormtsBy devilcoelhodog in forum AudioReplies: 3Last Post: 13th Dec 2013, 16:20
- 
  VCDGear - How to do batch conversion? (Need more Help)By Rexkh in forum Video ConversionReplies: 1Last Post: 15th Nov 2013, 02:00
- 
  Video Conversion Software with multiple presets in a single batch list ?By CyberOtter in forum Video ConversionReplies: 14Last Post: 21st May 2013, 08:41
- 
  Batch video conversion: Windows becomes slow/sluggish/unresponsiveBy Stoic18 in forum Video ConversionReplies: 7Last Post: 18th Apr 2013, 12:00
- 
  batch video conversion from .MOV to .WMVBy kj1983 in forum Video ConversionReplies: 2Last Post: 11th Feb 2013, 20:08


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote

