Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loop image with GStreamer #13

Open
aalex opened this issue Aug 7, 2014 · 0 comments
Open

Loop image with GStreamer #13

aalex opened this issue Aug 7, 2014 · 0 comments
Assignees
Milestone

Comments

@aalex
Copy link
Owner

aalex commented Aug 7, 2014

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

@aalex aalex added this to the 2.6 milestone Feb 22, 2016
@aalex aalex self-assigned this Feb 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant