posted Jun 9, 2017, 7:10 AM by Oleksandra Kovalenko
New features and improvements: - Added support of macOS Sierra platform
- Significantly improved performance of desktop image and video capturing on Windows platform.
Resolved Issues: - Fixed video scaling issue on Linux.
|
posted Aug 25, 2016, 6:53 AM by Oleksandra Kovalenko
New features and improvements:
Resolved Issues:
Missing windows issue in the WindowManager.getAllWindows() method on Mac is fixed; Windows z-order issue in the WindowManager.getAllWindows() method on Mac is fixed; Full-screen image and video capturing issue on Mac, when the screens arrangement is different from the default one is fixed; Freezing in the VideoCapture.stop() method after recording on Linux is fixed.
|
posted Oct 1, 2015, 4:29 AM by Sergei Piletsky
[
updated Oct 1, 2015, 11:20 AM by Alexander Yevsyukov
]
New features and improvements: Resolved Issues: Fixed LibraryNotFound exception on Linux platforms; Fixed problem with black video while capturing a window on Windows system; Fixed problem with a fullscreen source size on Mac OS X platforms; Fixed problem with the getWindowByPoint() method on Linux platform.
|
posted Jan 20, 2015, 7:16 AM by Sergei Piletsky
[
updated Jan 20, 2015, 7:23 AM
]
New features and improvements:
- Added support of Windows 8 platform;
- Added support of Yosemite platform;
- Added support of Java 8;
- Added ability to capture audio on Mac OS X platforms.
Resolved Issues: - Video capturing from window sources on Mac OS X platforms.
|
posted Nov 6, 2012, 2:40 AM by Unknown user
[
updated Nov 6, 2012, 2:41 AM
]
New features and improvements:
- Added support of Mac OS X Mountain Lion (10.8) platform and JDK 1.7 (32-bit and 64-bit modes);
- Added support of Windows 8 platform (32-bit and 64-bit modes);
- Added ability to take snapshots from the overlapped and hidden windows on Mac OS X platforms.
Known limitations:
- Capturing video from overlapped and hidden windows on Mac OS X is not available yet.
|
posted May 28, 2012, 9:25 AM by Unknown user
[
updated Oct 11, 2012, 12:43 AM
]
New features and improvements:
Added support of video and image capture on Linux platforms. The library was tested under the following platforms:
- Ubuntu 10, x64
- Ubuntu 10, x32
- Ubuntu 8, x32
- CentOS 5.3 x32
- Fedora 12, x64
- Fedora 11, x32
Resolved Issues:
- Improved reliability of image capturing. Platform: Windows 64-bit.
|
posted Mar 29, 2012, 8:43 AM by Unknown user
[
updated Oct 11, 2012, 12:43 AM
]
New features and improvements:
- Added video capturing for Mac OS X 10.7 platform, 32-bit and 64-bit modes (sample);
- Improved API of the base
ImageCapture and VideoCapture classes by adding ability to specify various image/audio/video source devices.
- Implemented capturing of images and videos from the Web-camera devices. Platform: Windows (sample);
- Added ability to pause video recording in
VideoCapture class. Platform: Windows;
- Improved the speed of getting a visible windows list. Platform: Mac OS X.
Resolved Issues:
- Resolved the issue with getting a list of visible windows. Platform: Mac OS X;
- Fixed the issue with capturing of a window in minimized state. Platform: Windows.
|
posted Nov 30, 2010, 6:29 AM by Unknown user
New features and improvements:
- Added capturing of cursor image (Mac OS X);
- Improved video player component (Windows);
- Restored jxcapture.image.operation package to provide backward compatibility for applications written with JxCapture 1.x;
Resolved Issues:
- Fixed audio & video synchronization issues during screen capturing (Windows);
- Memory leak in image capturing (Mac OS X);
- Other minor bugfixes.
|
posted Nov 2, 2010, 7:38 AM by Unknown user
New Features: - Added audio recording features (WMV and AVI formats only);
- Ability to get the collection of audio recording devices (in this version for Windows platforms only);
- Ability to select an audio input device to enable video capture with sound;
- Ability to specify a required audio codec and its settings;
- Added video player Java component (Windows only) which allows to play a video file in Java application;
- Added the ability to select audio source and audio codecs for recording (Demo application).
Improvements: - Added ability to specify video bit rate mode (VBR, CBR) for WMV;
- Added ability to modify key frame interval for WMV;
- Added support of new "Windows Media Video 9 Advanced Profile" (WVC1) video encoder.
Known limitations: - No support of 64-bit JRE on Mac OS X 10.6;
- Solution in this case is to run JRE in 32-bit mode;
- No audio recording for Mac OS X (planned to future versions);
- No ability to select available audio recording devices on Mac OS X (planned to future versions);
- There is no native video playback component on Mac OS X.
|
posted Nov 2, 2010, 7:37 AM by Unknown user
New Features: - New API for Video capturing which allows:
- Capturing different screen areas such as:
- Desktop;
- Full screen (effective for multi-monitor desktops);
- Custom rectangular area (with possibility to change the location of the captured rectangle during video capturing);
- Specified window (full or a rectangle on the specified window);
- Capturing with or without mouse cursor (in Early Access for Windows platform only);
- API for fast resizing of the captured snapshots (in Early Access only for Windows. Mac native resizing coming soon).
- Various video encoding features allowing to specify programmatically:
- Output video formats:
- WMV, AVI for Windows platforms;
- MP4, MOV for Mac OS X platforms;
- Custom video formats on Windows platform. *Requires additional third-party codecs.
- Output dimensions;
- Framerate (except AVI format);
- Bitrate (except AVI format).
Improvements: - Improved the performance of image capturing;
- Improved the performance of conversion to Java images;
- Improved API for capturing images.
Resolved Issues: - Resolved the GDI leak issues.
|
|