Skip to content

Audio option on video generation

Latest
Compare
Choose a tag to compare
@PabloCarreira PabloCarreira released this 26 Feb 17:13
· 2 commits to master since this release
179dee4

@mm-vasyl Has modified and added support for audio on the video generation process.

new CLI options:
-au --audio <rel path to audio file from --targetDir>
-v --volume (1 by default)
by default cuts the audio if it's longer (to video length)
in case your audio is shorter than the video - comment '-shortest' in addAudioToVideo.js
how to use:
put some audio.mp3 (i.e. this one) in the root of a project
run display-ads-recorder -t build -a -f 30 -m -au "../audio.mp3" -v 0.2