Manuel Astudillo

Results 577 comments of Manuel Astudillo

That was a great introductory tutorial. Do you mind if I put it on the wiki? Something to consider btw, in the middleware shipped with node_acl you can define userId...

Just an idea that may improve your example. Instead of creating a user_id role for the owner of the blog post create a blog_post_id role. Then use `addUserRoles` to add...

Hi, it depends on how many people needs this feature. So far you are the first requesting it. How important is this for you? is it a showstopper? regards.

Ok, I will try to take a look at it as soon as I can. regards.

Thanks. Although I appreciate the formatting improvements, they hide the real changes in this PR. So in order to accept this I would need a PR with only the formatting...

It is actually quite possible to add streaming support as well as other kinds of input, as it is demonstrated in this gist: https://gist.github.com/mharsch/5144208 However, I have to investigate how...

The reason is that I think avcodec is a more active project, with better documentation and more releases. However I think that the dependency on libav can be removed, currently...

that is simply that it did not find the avconv command line tool... I guess I should invest some time in better error reporting :)

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

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