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

images -> video #7

Open
binarykitchen opened this issue Feb 10, 2013 · 4 comments
Open

images -> video #7

binarykitchen opened this issue Feb 10, 2013 · 4 comments

Comments

@binarykitchen
Copy link

hi guys

avconv is able to generate a video from images. but in your documentation i see no such support. something like %d.jpg should be accepted in navcodec.open() i think.

cheers
michael

@manast
Copy link
Member

manast commented Feb 10, 2013

Hello,

interesting. But I would like to know, what use case is this used for?

regards,

Manuel.

@binarykitchen
Copy link
Author

via socket.io i send back webcam pictures to the server and would like to create a video from these temporary jpg files ...

@manast
Copy link
Member

manast commented Feb 10, 2013

I see. So actually you would like a different API where you can add the frames instead of opening jpeg files, right?

@binarykitchen
Copy link
Author

i think the better question is to look at the available parameters of ffmpeg or avconv. they allow still images as an input, see:
http://manpages.ubuntu.com/manpages/precise/man1/avconv.1.html
http://ffmpeg.org/trac/ffmpeg/wiki/Create%20a%20video%20slideshow%20from%20images

in other words, adding frames or opening jpeg files does not help. as an input for your api i'd suggest something like: navcodec.open('path/to/myimage%d.jpg', ...

and in your code, parse for the printf-like syntax % and treat it differently ... just a thought.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants