Versions Compared

Key

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

...

Convertion to 'JSON' format:

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

Convertion to 'webm' format:

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

Convertion old video without ViBox metadata:

Code Block
ConvertMP4ForWebConvertVideoForWeb -i video.mov -check-metadata 0 -in-stereo 1 -out-stereo 1 -frame-rate 24 

...