Add audio files to file list:
On pre-input box: -loop 1 -i "C:\yourfolder\YourImage.jpg" -r 10
-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
-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
How to add an audio waveform in batch processing?
Log in to post a comment.
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
How to add an audio waveform in batch processing?