I want to use FFMPEG to merege multiple audios and one audio file that will contain all of them .
Each audio file have some delay from the start - lets say that the first audio start 30 seconds after start ( the first 30 seconds will have white noise )
And the second audio file will start 90 seconds after start.
Each of the audio length is 35 seconds.
How to do it ?
+ Reply to Thread
Results 1 to 7 of 7
-
-
the kind of the audio is simple wav files.
i try to use this
ffmpeg.exe -report - -i "Storage\\1.wav" -i "Storage\\2.wav" -i "Storage\\3.wav" -filter_complex "adelay=30000|30000" "adelay=91000|91000" "adelay=151000|151000" -c:v copy "Storage\\ALL.wav"
but i get an error
"count not write header form the output file - Error init out stream 0:8" -
yes and no ... i want to append 3 audio files together but between each file i need to have 30 seconds delay - and yes .. the output is single wav file
But i need the code that doing it because i need to make this marge from my code -
Hello,
I am using Mplayer command line tool to gather information from different files.
When the parsed media contains a video stream, it is possible to specify the numbers of frames to read with the "-frames" option? It has to be at least 1 frame in order to get the applied aspect ratio; but when there is no video stream, like MPEG Elementary Stream, the only possible way I found to stop audio playback is to stop the process manually by pressing the 'q' key. How to stop audio playback after a specific time with MPlayer???Last edited by Nelson357; 5th Oct 2018 at 23:19.
Similar Threads
-
How to merge multiple .m4s urls into a video file?
By danielko in forum Video Streaming DownloadingReplies: 7Last Post: 24th Oct 2017, 20:50 -
[SOLVED] [newbie] How to extract multiple segments from audio file?
By yetanotherlogin in forum AudioReplies: 6Last Post: 1st Jan 2016, 16:30 -
Multiple Audio Connections connected at the same time
By TheRandomOne in forum AudioReplies: 0Last Post: 30th Sep 2015, 13:08 -
How to rip multiple audio tracks and multiple subtitles into a MP4 file
By Jakob Olsen in forum DVD RippingReplies: 6Last Post: 17th Jan 2014, 12:32 -
how to merge an audio in audio file for particular seconds
By vijay123 in forum AudioReplies: 3Last Post: 25th Jun 2013, 04:42