View Single Post
  #4  
Old 04-13-2012, 04:14 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

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


Just use FFmpeg

Code:
ffmpeg -i video.flv -i audio.mp3 -c copy out.flv
Reply With Quote