You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Main Features

  • Converting of ViBox videos to Cloud Web player format

Usage

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

NameValueDefaultIs optionalDescription
-i
string
 
-
Input file path.
-s
integer
99999
+
Max side size of resulting video.
-out-format
json or webm
webm
+
Output video format.
-check-metadata
0 or 1
1
+
Set 0 to disable checking Vibox metadata.
-in-stereo
0 or 1
0
+
Set if input video is stereo and it does not have ViBox metadata.
-out-stereo
0 or 1
1
+
Set if output video should be stereo.
-stereo-shift
integer
3
+
Frame shift between frames in stereo.
-frame-rate
integer
12
+
Input video frame rate. Set this parameter if input video does not have ViBox metadata.

 

Examples:

ConvertMP4ForWeb -i mono.webm -s 460
ConvertMP4ForWeb -i "C:\\videos\MSS16_360.mp4"

Results

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

  • No labels