Reputation:
I am having an issue converting some H264 encoded video to MJPEG format (contained in AVI), the video is a single video track and has no audio.
I have tried using avconv
with the following command avconv -i test_5.mp4 -vcodec mjpeg -q 1 -r 30 out.avi
, which results in a video which plays back far too fast.
I have also tried using Handbrake, however this produced an unplayable video.
The H264 video is captured with the raspivid
utility on the Raspberry Pi at 30 FPS.
Upvotes: 3
Views: 6318