Skip to content

Releases: hn-88/OCVWarp

OCVWarp v4.01

27 Apr 14:28
94b1ff9
Compare
Choose a tag to compare

Bugfixes for commandline usage - don't open display or bring up dialog boxes if using commandline arguments.

Image sequences must be sequentially numbered with zero padded numbers as the last part of the filename, and start with framenumbers less than 4, for example

Syntax: ocvwarp.exe "c:\Downloads\ocvwarp.ini" "c:\Downloads\input%03d.jpg" "c:\Downloads\output.mp4"

If the Windows exe complains about missing DLLs, please install Visual Studio 2015 C++ redistributables from Microsoft.

On Linux, the AppImage must be run inside the build directory, which can be obtained by downloading the source zip or tar.gz file.

OCVWarp v4.00

09 Apr 13:05
8a78d8a
Compare
Choose a tag to compare

Adds image sequence support.

Image sequences must be sequentially numbered with zero padded numbers as the last part of the filename, for example

Syntax: ocvwarp.exe "c:\Downloads\ocvwarp.ini" "c:\Downloads\input%03d.jpg" "c:\Downloads\output.mp4"

If the Windows exe complains about missing DLLs, please install Visual Studio 2015 C++ redistributables from Microsoft.

On Linux, the AppImage must be run inside the build directory, which can be obtained by downloading the source zip or tar.gz file.

OCVWarp v3.10

04 Apr 15:10
7e3190f
Compare
Choose a tag to compare

Adds command-line argument support.

Syntax: ocvwarp.exe "c:\Downloads\ocvwarp.ini" "c:\Downloads\input.mp4" "c:\Downloads\output.mp4"

If the Windows exe complains about missing DLLs, please install Visual Studio 2015 C++ redistributables from Microsoft.

OCVWarp v3.00

10 Feb 14:38
02b588a
Compare
Choose a tag to compare

This release adds a UI for creation of ini file (settings for the required transformation). The Windows and Linux builds are via Github Actions. Zip file for the Windows 10 build and AppImage for Linux is included below.

OCVWarp v2.70

17 Oct 13:04
7abcaed
Compare
Choose a tag to compare

Adds fix for working anglex and angley increment per frame, for animating the video view angle. The Windows builds are via Appveyor, zip files for the Windows builds are available below. Travis-CI generated AppImage for Linux is also below.

OCVWarp v2.60

04 Nov 05:51
3a1fa43
Compare
Choose a tag to compare

Adds anglex and angley increments per frame in the ini file, and code to use this to animate the video view angle, in transforms from 360 to fisheye or warped file.

Binary files - Appveyor generated Windows binaries and Travis-CI generated AppImage files for Linux (To be added soon, after testing.)

If the binary complains about missing DLLs, please install Visual Studio 2015 C++ redistributables from Microsoft.

OCVWarp v2.50

07 May 10:44
8cae8dc
Compare
Choose a tag to compare

Bugfixes. Output more closely matches GL_warp for transforms 4 and 5. The Windows builds are via Appveyor, zip files for the Windows builds are available below.

32 bit - supports Win7 also - appveyor artifacts page

64 bit - supports Win 10 - appveyor artifacts page

If the binary complains about missing DLLs, please install Visual Studio 2015 C++ redistributables from Microsoft.

OCVWarp v2.11 - AppImage

26 Apr 09:16
cdf2a58
Compare
Choose a tag to compare

Replacing the auto-generated AppImage which was inadvertently deleted in the previous release. Travis still doesn't include the tag of the release in the AppImage name, only the commit hash.

OCVWarp v2.10

26 Apr 06:09
5c047dc
Compare
Choose a tag to compare

This release fixes a couple of bugs - the seam at longitude=0 and angley not working in transformtype=0. Includes just the Windows exe file.

OCVWarp v2.00

23 Apr 09:23
6125403
Compare
Choose a tag to compare

This release adds support for transformtype=5 - Equirectangular 360 video to warped
Also added feature to ask for output filename, allowing output file path and container (format) type to be changed.

The wiki has been updated with basic info related to usage etc.