VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. I have a video file without sound and a stereo audio file. Video is several times longer than audio. I'd like to create a background sound which starts from 2 second silence, then trim silence of the audio at both ends and duplicate trimmed audio several times to the end of the video.



    I found how to trim audio:
    Code:
    ffmpeg -y -i audio.wav -af silenceremove=start_periods=1:start_threshold=-75dB,areverse,silenceremove=start_periods=1:start_threshold=-75dB,areverse trimmed_audio.wav
    And how to create silence:
    Code:
    ffmpeg -y -f lavfi -i anullsrc=channel_layout=stereo:sample_rate=48000:duration=2 silence.wav
    How can I duplicate the audio, combine it with the video (c:v copy) and add an audio fade-out at the end?
    Last edited by qo4on; 24th Nov 2020 at 12:25.
    Quote Quote  
  2. Member Cornucopia's Avatar
    Join Date
    Oct 2001
    Location
    Deep in the Heart of Texas
    Search PM
    If you are not careful to include fade-ins and fade-outs, your aggregate file will have "clicks" at every edit/loop point.


    Scott
    Quote Quote  
  3. Every edit/loop point will start at less than -75db RMS. You won't hear anything.
    But it's a good idea to add an audio fade-out at the end.
    Last edited by qo4on; 24th Nov 2020 at 12:24.
    Quote Quote  
  4. Is there anybody?
    Quote Quote  



Similar Threads

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