Torrunt/vimage

Video Support

Closed this issue · 4 comments

Finishing adding Video Support via Windows Media Player

  • Window management for videos needs a lot of tweaking and fixing (It's pretty glitchy at the moment).
  • Sometimes when opening videos and especially when navigating to one using the Next/Prev functions the videos fail to load.

Initial commit adding support for videos:
4cc9043

I think you should start working this out on a separate branch and not upon the stable master. 😄

Yeah, I was thinking that. Maybe I will, though it doesn't really affect the normal program at all. There's only problems if you open a video.

I was originally planning on just getting it all done then committing it but I haven't done anything with it for awhile :P.

Although this is really not related to the issue, this is something I have to ask.
I have been using vimage for... (checks reflog) way more than a year now, and it became (at least for me) the WinAMP for images.
The issue I'm pressing is that: wouldn't implementing support like that (for videos, etc.) slowly make it turn into a bloatware? 😦

I sincerely think this is a useless addition as there are plenty of very good video players out there, take VLC for example. (VLC is a must-have program on every computer!)

Well I wanted to add it because a lot of people are using webm/mp4 for short looped animation these days instead of animated gifs. I wanted to be able to open those in vimage and have them act just like animated gifs.

The video viewer is separate from the regular image viewer so it shouldn't really bulk down the program at all. I could try and make it so all the video functionality is in a separate class library entirely and if someone doesn't want to use the video support at all they can just disable it in the options and delete the dll for it.

Also, I just moved that last commit with video support to a different branch by the way.