decode
parameter. The process is effectively similar to:encoder_Reverse.sh
is a custom encoder.encode
parameter.encoder_Reverse.sh
inside the folder. It's worth noticing that the file name of custom encoders need to start with encoder_
, otherwise they will be ignored.echo -n
.encoder_Reverse.js
, and change the first line to:#!/usr/bin/env node
.chmod +x encoder_Reverse.sh
. Then go to the encode setting panel and make sure our new encoder is enabled (you may need to click on the refresh button to see the encoder).encode
. I will let you finish the script. For this encoder, encode and decode do the same thing, but other encoders may not.