Last active
January 17, 2021 12:25
-
-
Save pavelvpster/a1d13813c970c54ae293 to your computer and use it in GitHub Desktop.
GStreamer convert image set to AVI (H264 encoding).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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