Jon Frydensbjerg
Jon Frydensbjerg
Thanks for reporting this. Windows 7 is not a priority for now. I'm leaving this issue open so it's clear that this is a known issue.
> Also the crash app on Win10. Maybe because the CPU does not support AVX? [AppCrash_video-compare.zip](https://github.com/pixop/video-compare/files/8542196/AppCrash_video-compare.zip) Yeah, I enabled AVX2 optimizations in the latest release for Windows 10. Please try...
> > > Also the crash app on Win10. Maybe because the CPU does not support AVX? [AppCrash_video-compare.zip](https://github.com/pixop/video-compare/files/8542196/AppCrash_video-compare.zip) > > > > > > Yeah, I enabled AVX2 optimizations in...
Hey @pysh, I've just released a new version (20220816) compiled to use good old trusty AVX. Does it work on your XeonX5680 perhaps?
All right, it was worth a try!
Hey @couleurm, Thanks for the suggestion! I think HTTP/HTTPS input as an alternative to files is a good idea. It's something I have a need for occasionally myself. I'm quite...
Hey @couleurm, I have just released version `20220915` which allows all supported [FFmpeg protocols](https://ffmpeg.org/ffmpeg-protocols.html) to be used in URLs (including HTTP(S) like you requested). I hope it works for your...
Hey @banjaminicc, Thanks for your suggestions! I'll keep these ideas in mind and possibly implement them in the future. I'm also open to PRs. BTW, if you just want to...
Hey @banjaminicc, So I have just added support for saving both full PNG frames to the current directory by pressing F. I hope this works for you. Here's a basic...
Hey @banjaminicc, I have implemented new display modes today which addresses your second feature request. Try `-m hstack` for horizontal stacking, `-m vstack` for vertical stacking. Let me know if...