-
Notifications
You must be signed in to change notification settings - Fork 8
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
Jmrunge/image support #198
Conversation
Signed-off-by: Juan Martin Runge <[email protected]>
getSeconds: function(type) { | ||
return _.findWhere(this.types, {type: type}).seconds; | ||
} | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe in the future we can use something like node-mime
https://github.com/broofa/node-mime
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its nice, but I dont know if all the image or video types identified by node-mime are supported by ffmpeg. And as for using our custom types file, I think perhaps is better to use then our own "mime" handling. Sure it should be moved to common in the very near future so mosto and caspa use the same code.
Signed-off-by: Juan Martin Runge <[email protected]>
Signed-off-by: Juan Martin Runge <[email protected]>
Signed-off-by: Juan Martin Runge <[email protected]>
…be shown) Signed-off-by: Juan Martin Runge <[email protected]>
Signed-off-by: Juan Martin Runge <[email protected]>
Signed-off-by: Juan Martin Runge <[email protected]>
Signed-off-by: Juan Martin Runge <[email protected]>
Signed-off-by: Juan Martin Runge <[email protected]>
Signed-off-by: Juan Martin Runge <[email protected]>
Signed-off-by: Juan Martin Runge <[email protected]>
Signed-off-by: Juan Martin Runge <[email protected]>
I'm mostly okay with this.
|
Signed-off-by: Juan Martin Runge <[email protected]>
2014/1/10 Adrián Pardini [email protected]
If you can solve them before merging it would be great! I'll be online
|
While I think most of them won't take longer some things I'm doing affect all the views. I'd rather merge this and then focus on that.
no biggie.
Here whatever I put on the input ends up on the duration field. (It accepts for example aa:bb:ccdsafjsadlfkjdsalfkj)
Neither I. |
Signed-off-by: Juan Martin Runge <[email protected]>
Signed-off-by: Juan Martin Runge <[email protected]>
Signed-off-by: Juan Martin Runge <[email protected]>
2014/1/10 Adrián Pardini [email protected]
Done!
Done!
Done!
|
Added support for scrapping images.
Depends on inaes-tic/mbc-common#42
Needs inaes-tic/mbc-mosto#144 to work with mosto