Skip to content

Instantly share code, notes, and snippets.

@pavelvpster
Last active January 17, 2021 12:25
Show Gist options
  • Save pavelvpster/a1d13813c970c54ae293 to your computer and use it in GitHub Desktop.
Save pavelvpster/a1d13813c970c54ae293 to your computer and use it in GitHub Desktop.
GStreamer convert image set to AVI (H264 encoding).
gst-launch-0.10 multifilesrc location="./images/image-%06d.jpg" \
! "image/jpeg,framerate=12/1" \
! jpegparse \
! jpegdec \
! x264enc \
! avimux \
! filesink location=video.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment