I have video file (*.avi) and audio files (*.wav) that i want to marge to ine avi file.
The wav files are marge with some delay ( work fine )
But in some cases the audio files are longer then the video stream and i getting currapted video file that contain only the audio - and i can't see the video.
When i try to separate the audio and the video from the currapted video output i got the good video file and good audio file that i can use ( see the video and listen to the audio )
I don't know if its possible to keep the audio and video in case the audio is longer on the delay that the video file.
Beside this, When i adding the audio files ... the video is less time .. i mean that if the video without the audio is 14 minus => after the audio is 13 minus
( when its not currapted )
Here how i marge the files ( audio and the video )
ffmpeg.exe -report -i "..\\merged.avi" -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.AVI"
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 2 of 2
			
		- 
	Last edited by yanshof; 21st Jan 2018 at 13:52. 
Similar Threads
- 
  marge video and audio using ffmpeg - the video invisible in some casesBy yanshof in forum ProgrammingReplies: 4Last Post: 17th Jan 2018, 04:54
- 
  (Help Needed with ffmpeg) how do i batch merge audio files to video filesBy wander799 in forum Newbie / General discussionsReplies: 5Last Post: 20th Nov 2016, 15:40
- 
  [ffmpeg]How to adding logo into end of video?By radiaku in forum Newbie / General discussionsReplies: 0Last Post: 30th Sep 2013, 13:32
- 
  FFMPEG - Adding Audio to Video Not Working CorrectlyBy Endemoniada in forum Video ConversionReplies: 3Last Post: 31st Jan 2013, 07:18
- 
  Let ffmpeg show used audio and video codec inside a (.mp4) video file?By pxstein in forum Newbie / General discussionsReplies: 1Last Post: 26th Jan 2013, 03:47


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote