timecut icon indicating copy to clipboard operation
timecut copied to clipboard

Option to add silent audio with the video

Open rana01645 opened this issue 5 years ago • 0 comments

Thank you soo much for your great work.

It will be great if there is a option to merge silent video with the final video output it will be easy to merge the audio with another video with audio using ffmpeg.

ffmpeg command to add silent audio

ffmpeg -f lavfi -i anullsrc=channel_layout=stereo:sample_rate=44100 -i {{$input}}
-shortest -c:v copy -c:a aac {{$output}}.

rana01645 avatar Nov 11 '19 13:11 rana01645