Matlab VideoUtils Changelog

What's new in Matlab VideoUtils 1.2.4 Revision 25

Mar 11, 2013
  • Added function play into the VideoPlayer class ( now you can reproduce the video without having to create a loop.
  • Now button quit closes the window.
  • Fix bug when computing the number of frames of wmv files (now gives an approximate value, before was 0).
  • Now the title bar shows the StepInFrames value.
  • Now the title bar shows the time in seconds.
  • Added new optional parameter into the VideoPlayer class 'BinaryThreshold', which let you define a threshold applied to each pixel. It should be combined with 'Binarize' option.
  • Added more documentation inside the VideoPlayer class.
  • Added time information and a progress bar when displaying the VideoPlayer on the console.

New in Matlab VideoUtils 1.2.3 Revision 23 (Mar 8, 2013)

  • Fixed bug when reading videos with more than 160.000 frames.
  • Updated ffmpeg for windows.
  • Fixed bug when deleting VideoPlayer and VideoRecorder.
  • Fixed bug when using verbose mode.
  • Now it is possible to create 1024 video recorders.
  • Fixed bug when creating new VideoPlayers and VideoRecorders.

New in Matlab VideoUtils 1.2.2 Revision 21 (Mar 6, 2013)

  • Solved bug when using InitialFrame and InitialSecond in some videos.
  • Solved bug when releasing the VideoPlayer object using clear.
  • Solved bug when using function getFrameAt.
  • Now the maximum number of VideoPlayers is 1024 (it was 128).
  • New functions for error control.
  • Solved bug when computing the number of frames.

New in Matlab VideoUtils 1.2.1 Revision 18 (Mar 6, 2013)

  • Frame number is now a int64_t in order to avoid problems with large videos.
  • Now you can seek to a concrete time (in seconds), much more accurate that using the frame number.
  • Added optional parameter InitialSecond to specify the initial video position in seconds.
  • Added function getTime, returns the time stamp of a frame in seconds
  • Added function goToSecond let you seek to specified frame by giving its time stamp (in seconds).
  • Bugs fixed in the VideoWriter
  • In the c++ files changed -> mxCreateScalarDouble to mxCreateDoubleScalar.
  • -> Remember that it is necessary to install FFmpeg.
  • -> sudo apt-get install ffmpeg libswscale2 libavdevice53 libavfilter2 libavcodec53 libavformat53 libavutil51

New in Matlab VideoUtils 1.2.0 Revision 17 (Mar 6, 2013)

  • Added MultibandBlending class to stitch images.
  • Added an example of MultibandBlending.
  • addFrameToFrame function now can use multiband blending.
  • Now the resourcer are in the folder resources.

New in Matlab VideoUtils 1.1.0 Revision 9 (Mar 6, 2013)

  • Added the C++ source code.
  • Added the icons and script.
  • Added help for the addFrameToFrame method, and now this function returns the percentage of overlapped pixels.
  • Added ShowTime parameter help into the VideoPlayer class.
  • Corrected a bug while reaching the last frame in ISV videos.
  • Modified the windows binaries names in order to solve the error -> "Cannot find an exact (case-sensitive) match for 'mexVideoReader'."