VideoHelp Forum
+ Reply to Thread
Results 1 to 6 of 6
Thread
  1. Member
    Join Date
    Oct 2013
    Location
    Italy
    Search PM
    Dear all,

    I have two files "picture.jpg" and "song.wav". I would like to produce an AVI file where "picture.jpg" is held for the duration of the "song.wav".


    The avi file has to be such that it will be readable on most DVD players. Is there any simple way of achieving that with FFMPEG and/or MENCODER?


    Thanks for your help
    Pierre
    Quote Quote  
  2. You have many choices on tux, but KDNLive (FFMPEG), Cinelerra, and OpenShot can do that.
    Quote Quote  
  3. Member
    Join Date
    Oct 2013
    Location
    Italy
    Search PM
    Originally Posted by enim View Post
    You have many choices on tux, but KDNLive (FFMPEG), Cinelerra, and OpenShot can do that.
    hello enim,


    is there any way of doing that with an ffmpeg command(s)?


    P
    Quote Quote  
  4. is there any way of doing that with an ffmpeg command(s)?
    may be! I might not be aware of.
    I would rather suggest you to refer ffmpeg manual/documentation in details.
    Quote Quote  
  5. Originally Posted by pico77 View Post
    I have two files "picture.jpg" and "song.wav". I would like to produce an AVI file where "picture.jpg" is held for the duration of the "song.wav".
    The avi file has to be such that it will be readable on most DVD players. Is there any simple way of achieving that with FFMPEG and/or MENCODER?
    https://trac.ffmpeg.org/wiki/Create%20a%20video%20slideshow%20from%20images

    Code:
    ffmpeg -loop 1 -i img.jpg -i audio.wav -c:v libx264 -c:a aac -strict experimental -b:a 192k -shortest out.mp4
    https://trac.ffmpeg.org/wiki/How%20to%20encode%20Xvid%20/%20DivX%20video%20with%20ffmpeg

    Code:
     ffmpeg -i input.avi -c:v libxvid output.avi
    So at the end:

    Code:
     ffmpeg -loop 1 -i img.jpg -i audio.wav -c:v libxvid -b:v 512k -c:a copy -shortest out.avi
    Quote Quote  
  6. Member
    Join Date
    Oct 2013
    Location
    Italy
    Search PM
    Hello


    I could solved this here: https://trac.ffmpeg.org/wiki/EncodeforYouTube




    Thanks anyway
    Pierre
    Quote Quote  



Similar Threads

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