Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Main Features

  • Converting of ViBox .mp4 and .mov videos to Cloud Web player format

Usage

Now you can use the converter only from the command line. You can run ConvertMP4ForWebConvertVideoForWeb.exe with parameters:

NameValueDefaultIs optionalDescription

-i

string

 -no

Input

file

path.

-s

integer

99999

+

yes

Max

side

size

of

resulting

video.

-out-format

json

or

webm

webm

+

yes

Output

video

format.

-check-metadata

0

or

1

1

+

yes

Set

0

to

disable

checking

Vibox

ViBox metadata.

-in-stereo

0

or

1

0

+

yes

Set

if

input

video

is

stereo

and

it

does

not

have

ViBox

metadata.

-out-stereo

0

or

1

1

+

yes

Set

if

output

video

should

be

stereo.

-stereo-shift

integer

3

+

yes

Frame

shift

between

frames

in

stereo.

stereo.

Value 3 is good for videos with 200 frames.

Use smaller values if your video has less number of frames, or bigger otherwise.

-frame-rate

integer

12

+

yes

Input

video

frame

rate.

Set

this

parameter

if

input

video

does

not

have

ViBox

metadata.

 

Examples

Convertion to 'JSON' formatExamples:

Code Block
ConvertMP4ForWebConvertVideoForWeb -i mono.webmvideo.mp4 -out-format json -s 460

Convertion to 'webm' format:

Code Block
ConvertVideoForWeb -i video.mp4 -s 460
ConvertMP4ForWeb -out-stereo 1 -stereo-shift 2

Convertion old video without ViBox metadata:

Code Block
ConvertVideoForWeb -i "C:\\videos\MSS16_360.mp4"video.mov -check-metadata 0 -in-stereo 1 -out-stereo 1 -frame-rate 24 

Results

Resulting data will be available in the subfolder named as input file in the folder where the input file is located.

What's new in 1.1.1

  • Conversion videos to webm.
  • Prepare stereo webm files from stereo and 360 mono movies.
  • Conversion .mov and .mp4 movies without ViBox metadata. It is must to use '-check-metadata' flag and recommended to use '-in-stereo' and '-out-stereo flags for there videos.
  • Added parameter '-stereo-shift'. Try to fit this parameter if you generate stereo video from mono and resulting stereo video looks bad in stereo.
  • Added parameter '-frame-rate'. Use it for converting videos with non-standard FPS and without metadata.