View Single Post
  #19  
Old 06-08-2012, 01:35 PM
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


My 2nd question is answered with the following string, which syncs the video to the audiostream:

Code:
ffmpeg -i video.flv -vsync drop -i audio.flv -c copy video-audio.flv -map 1:1
If anyone does have a better solution, please help me. :-)


EDIT: That didn't help. It only changed the length of the videoindex, not the framerate. :-(
Reply With Quote