ROMaster2 / VideoImageDelta

Work-in-progress feature detection scanner for videos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VideoImageDelta

GitHub release GitHub license GitHub issues

VideoImageDelta is a program that scans videos for set features. Designed primarily for video game speedrunning, it can be used to detect loading, extract individual level records, assist with changed timing methods, verify video integrity and, in some cases, help with catching cheaters. This start the foundation for the eventual video-based autosplitter for LiveSplit.

This readme will be updated over time with relevant information.

Licenses

This program and its source code, the borrowed code from LiveSplit, as well as the Newtonsoft.Json binaries included in releases, are under The MIT License (MIT).

The FFmpeg binaries included in releases are under GNU General Public License (GPL) version 2.0. It includes the stable 64-bit binaries available at https://ffmpeg.zeranoe.com/builds/.

The OverrideXml library, as well as the log4net, Magick.NET, Irony, and Tesseract binaries included in releases, are under Apache License 2.0.

The MIT License (MIT)

Copyright (c) 2018 ROMaster2

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Work-in-progress feature detection scanner for videos.

License:MIT License


Languages

Language:C# 100.0%