Skip to content

Loop image with GStreamer #13

Description

@aalex

mkdir -p /tmp/images; i=0; rm -f /tmp/images/*; for f in *.jpg; do echo ln -s $(pwd)/$f /tmp/images/$(printf "%05d" $i).jpg; ((i++)); done

gst-launch-1.0 multifilesrc location="/tmp/images/%04d.jpg" index=0 caps="image/jpeg,framerate=(fraction)12/1" loop=true ! jpegdec ! videoconvert ! xvimagesink

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions