Advertisement
Guest User

Untitled

a guest
Jan 8th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1.  
  2.  
  3. The mp4 video files I am working with are created on an Android device, there is always a slight pause in video at the end of the file, the audio goes on for a spit second longer.
  4.  
  5. I think this is because the video stream is being concatenated to the nearest keyframe during the encoding of the mp4, however I dont have an control over this, I must work with these MP4's.
  6.  
  7. Can I use ffmpeg to re-encode the mp4 making the sound and video end exactly together (removing the excess audio)?
  8.  
  9. Here are a couple of examples of the mp4's I am working with, the pause at end of each file varies in length (presumably because the keyframes in the video stream can be up to a second apart)
  10.  
  11. http://www.sendspace.com/file/8281gm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement