Fixed memory issues when decoding movie into the RAM

In this version of the Stereo Movie Viewer have been fixed memory issues when decoding movie to 2 GB into the RAM. The size of the decoded stereo movie in bytes can be calculated as follows:
size = 3 × w × h × n,
where w - stereo frame width, h - stereo frame height, n - the number of frames in the movie.
In such a way, HD stereo movie at 200 frames with frame resolution 2×1280×720 when decoding will be fully placed into the allocated memory, because size of this movie is 3×2×1280×720×200 = 1 105 920 000 Bytes ≈ 1.03 GB less than 2 GB. But decoded stereo FullHD movie will not fit in 2 GB. It has size: 3×2×1920×1080×200 = 2 488 320 000 Bytes ≈ 2.32 GB. For such a movie in the Settings of the Stereo Movie Viewer application will be selected Style ➧ File to play without caching in RAM.

Playing the half a movie with swinging rotation of object

For playing only first half a video with swinging object, you can use the Half Time checkbox in the Settings dialog.


If you select this checkbox, then you not be able to change the Round, because the Half Time mode works only when you playing the movie at the forward-reverse direction (this playing method is automatically activated).


You can use keywords in the filename (or path) of the movie: swinging or half (for separation the keyword from the rest part of the filename (path), use the character: '_').

Examples:
D:\Movie\VIDEO_SWINGING_MONO.mov
D:\Movie\Half\frames_shift_video001.mp4
Besides you can use command prompt key –half for running the Stereo Movie Viewer app with activated Half Time mode. Read more in the section Command Prompt Parameters.

  • No labels