VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    Dec 2002
    Location
    United Kingdom
    Search Comp PM
    Apologies if this is in the wrong section, I simply want to add an audio track to a couple of pictures, so it simply plays as a video I can post on facebook, with no menus etc etc. I realise its a slideshow type presentation, but whats the best free program to do this. Thanks
    Quote Quote  
  2. You can simply do this with applications like Windows Media Center, Windows Movie Maker, or iMovie. Here are a couple of websites I found, too:
    http://slide.ly/
    http://www.photoshow.com/home/start

    I hope this helps. Good luck!
    Quote Quote  
  3. Member Budman1's Avatar
    Join Date
    Jul 2012
    Location
    NORTHWEST ILLINOIS, USA
    Search Comp PM
    You can do it with FFMpeg, if you are familiar with that, also.

    Single Image with audio:

    Code:
    "C:\ffmpeg" -loop 1 -f image2 -i "C:\Images\img00001.jpg" -i "C:\Various test Formats\audio.ac3" -map 0:0 -map 1:0 -shortest -acodec aac -vcodec libx264 -r 30 -t 4 "C:\Images\img00001_IMG2VID_wAudio2.FLV"
    Verified:
    Click image for larger version

Name:	Image2Vid.jpg
Views:	137
Size:	42.8 KB
ID:	37276
    Click image for larger version

Name:	Image2Vid (2).jpg
Views:	135
Size:	54.5 KB
ID:	37277


    Multiple Images (starting with img00001.jpg):

    Code:
    "C:\ffmpeg" -r 1/4 -i "C:Images\img00%3d.jpg" -i "C:\Various test Formats\audio.ac3" -map 0:0 -map 1:0 -shortest -loop 1 -qscale 1 -acodec aac -vcodec libx264 -r 30 -max_interleave_delta 0 "C:\Images\img00001_IMGsVID_wAudio3.FLV"
    verified:
    Click image for larger version

Name:	Images2Vid.jpg
Views:	130
Size:	43.5 KB
ID:	37278
    Click image for larger version

Name:	Images2Vid (2).jpg
Views:	133
Size:	50.5 KB
ID:	37279
    Quote Quote  



Similar Threads

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