View Single Post
  #8  
Old 04-14-2012, 07:46 AM
sebastian sebastian is offline
Member
 
Join Date: Jun 2007
Posts: 81
sebastian is on a distinguished road
Default

Re: For the pros: Different length in audio- and file of the same stream


Okay, so this is the solution?

Code:
ffmpeg -i video.flv -i audio.mp3 -c copy out.flv -async 1
My 2nd question is: Is there also a solution for first demuxing the video? I muxed them with mencoder.exe.

Now I'd like to write a batch file, that first splits the audio and video, and after that muxes it again via the code you told me.
Reply With Quote