Integration with CompressX
CompressX supports deep linking, allowing you to integrate it into your workflow. Simply trigger a deep link to automatically launch CompressX and compress your files.
Trigger CompressX via deep linking
The deep link support these parameters:
quality
. Possible values:highest
,high
,good
,medium
,acceptable
. Default ishigh
videoFormat
. Possible values:same
,mp4
,webm
. Default issame
imageFormat
. Possible values:same
,webp
,jpg
,png
. Default issame
format
. Default value issame
. IfvideoFormat
orimageFormat
is missing,format
parameter will be usedremoveAudio
. Possible values:true
,false
. Default isfalse
File compression using deep linking
The deeplink format is as follows:
Each file path is divided by |
character. Each param is divided by &
character. Below are some example deeplinks
File importing using deep linking
You can also import files into CompressX for customization before compressing. The deeplink format is as follows:
Trigger CompressX via command line
In your favourite Terminal, you can trigger compression or importing by using the same deep link with open
command.
Last updated