How to use command line param

1. Encrypt video command line param

Password Protect Video Master.exe encrypt -f filepath -k encryptionkey -v videoid -o mode -e encryption mode -d output directory

[-f]:   specify the video file you want to encrypt.
[-k]:  specify the encryption key.
[-v]:  specify the video id, the value is a number.
[-o]:  specify the output mode, optional value is 1 or 2.
      1 means that Output independent of the EXE file, the Player and encrypted video file mixed together.
      2 means that Separation of the output Player and encrypted video file, for large video files load quickly.
[-e]:  specify the encryption mode, optional value is 1, 2, 3 or 4.
      1 means that PC Binding, One Computer, One Password
      2 means that Non PC Binding, All Computer, One Machine ID, One Password
      3 means that Non PC Binding, All Computer, One Password
      4 means that Convert Video to Exe Only
[-d]:  specify the output directory of the encrypted video, if it isn't specify, the encrypted video is generator at the directory of the original video file.

2. Create password command line param

Password Protect Video Master.exe password -k encryptionkey -m machineid -w watermark -f password file

[-k]:   specify the encryption key.
[-m]:  specify the machine id.
[-w]:  specify the watermark which the password contains.
[-f]:    specify the password file save path, you can read this file to get the password.

3. Playback video command line param

video.exe -p password

[-p]:  specify the playback password of the video.exe