Menu

Create a batch of videos from one image and a list of audio files

Abel
2022-02-20
2022-12-13
  • Abel

    Abel - 2022-02-20
    • Add audio files to file list:

    • On pre-input box: -loop 1 -i "C:\yourfolder\YourImage.jpg" -r 10

    • On parameters box: -map 0:v:0 -c:v libx264 -preset ultrafast -r 10 -crf 25 -pix_fmt yuv420p -tune stillimage -vf scale=1280:720 -map 1:a:0 -c:a aac -shortest

    • If audio is either mp3 or aac, you can use -c:a copy

     

    Last edit: Abel 2022-02-20
  • Daweng

    Daweng - 2022-12-13

    How to add an audio waveform in batch processing?

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.