-
Notifications
You must be signed in to change notification settings - Fork 19
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
Comments
Hello, interesting. But I would like to know, what use case is this used for? regards, Manuel. |
via socket.io i send back webcam pictures to the server and would like to create a video from these temporary jpg files ... |
I see. So actually you would like a different API where you can add the frames instead of opening jpeg files, right? |
i think the better question is to look at the available parameters of ffmpeg or avconv. they allow still images as an input, see: in other words, adding frames or opening jpeg files does not help. as an input for your api i'd suggest something like: and in your code, parse for the printf-like syntax |
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
The text was updated successfully, but these errors were encountered: