Skip to main content

All Questions

1 vote
0 answers
311 views

ffmpeg last frame freezes, audio keeps playing

I'm using fffmpeg to cut an H.264 video into specific shots. I need it to be frame accurate, which isnt a problem if I only encode video (now that I know how to calculate the ms from the number of ...
Adiego's user avatar
  • 11
0 votes
1 answer
652 views

Mp4 file that plays fine on Windows Quicktime but video frames not in order and out of sync with audio in VLC

Someone has sent me a video that I wish to embed into a presentation I'm building. However, it doesn't play back as the author intended either embedded or standalone. I suspect was encoded on a Mac, ...
BobC's user avatar
  • 1
2 votes
1 answer
2k views

Splitting up mp4 files with ffmpeg results in black videos

I'm trying to split a long video in mp4 format into 60 second sections: ffmpeg -i YDXJ0028.mp4 -c copy -segment_time 60 -f segment YDXJ0028_%03d.mp4 This kind produces the segmented video files, but ...
BetaRide's user avatar
  • 2,349