Converting a video for use with hello video

From CDOT Wiki
Revision as of 16:58, 9 May 2013 by Chris Tyler (talk | contribs) (Created page with 'To convert a video (MP4) for use with the hello_video program compiled from the raspberrypi-vc-demo-source package: ffmpeg -i $SOURCE_VIDEO -vcodec copy -bsf h264_mp4toannexb -…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

To convert a video (MP4) for use with the hello_video program compiled from the raspberrypi-vc-demo-source package:

ffmpeg -i $SOURCE_VIDEO -vcodec copy -bsf h264_mp4toannexb -an -f h264 $OUTPUT_FILE