Parameters of the 12 Default Profiles
Posted: Mon Aug 11, 2025 1:29 am
There are 12 execution profiles available by default, each configured with the following parameters:
Cut [Post Silence]:
Cut [Silence Boundaries]:
Cut [Into 3 Parts]:
Cut [Every 5 Seconds]:
Join [End Position]:
Join [Any Position]:
Join [Every 5 Files]:
Join [Quick]:
Fade:
Append Silence:
Create Silence:
Create M3U Playlist:
By adding "SetTemp" to these parameter strings and entering them into the command input box on the main screen,
you can create temporary profiles that provide the same editing functions as the original profiles.
These temporary profiles remain active only until the program is closed. For example:
You can also adjust the editing behavior by changing the parameter values, For example:
Cut [Post Silence]:
Code: Select all
ar=1,bs=1,cl=4,em=1,im=1,mf="Cut Files",pv=1,sn="Cut [Post Silence]"
Code: Select all
ar=1,bs=1,em=1,im=1,iv=1,mf="Cut Files",pv=1,sn="Cut [Silence Boundaries]"
Code: Select all
ar=1,be=1,dn=3,em=1,im=1,iv=1,mf="Cut Files",pv=1,sn="Cut [Into 3 Parts]"
Code: Select all
ar=1,be=1,dn=5,du=1,em=1,im=1,iv=1,mf="Cut Files",pv=1,sn="Cut [Every 5 Seconds]"
Code: Select all
em=1,im=1,iv=1,iw=2,mf="Join Files",pv=1,sn="Join [End Position]"
Code: Select all
em=1,il=2,im=1,iv=1,iw=2,mf="Join Files",pv=1,sn="Join [Any Position]"
Code: Select all
ar=5,em=1,im=1,iv=1,mf="Join Files",pv=1,sn="Join [Every 5 Files]"
Code: Select all
ac=1,ae=1,cd=0,em=1,eo=0,ff=1,hr=1,im=1,mf="Join Files",pv=1,sc=2,sn="Join [Quick]",sv=1
Code: Select all
ar=1,em=1,ib=60.0,im=1,is=3.00,mf="Fade",mi=0,oc=60.0,os=3.00,pv=1,ri=1,sn="Fade"
Code: Select all
ar=1,em=1,im=1,mf="Silence Appended Files",pv=1,sl=1.0,sn="Append Silence",su=1
Code: Select all
ar=1,em=1,im=1,mf="Silence Files",pv=1,sl=1.0,sn="Create Silence",sq=2,su=1
Code: Select all
ar=1,ee=0,et=1,il=2,im=1,iw=2,pv=1,sn="Create M3U Playlist",tf="Playlist",tu=1
By adding "SetTemp" to these parameter strings and entering them into the command input box on the main screen,
you can create temporary profiles that provide the same editing functions as the original profiles.
These temporary profiles remain active only until the program is closed. For example:
Code: Select all
SetTemp,ar=1,be=1,dn=3,em=1,im=1,iv=1,mf="Cut Files",pv=1,sn="Cut [Into 3 Parts]"
Code: Select all
SetTemp,ar=5,em=1,im=1,iv=1,mf="Join Files",pv=1,sn="Join [Every 5 Files]"
You can also adjust the editing behavior by changing the parameter values, For example:
Code: Select all
SetTemp,ar=1,be=1,dn=10,em=1,im=1,iv=1,mf="Cut Files",pv=1,sn="Cut [Into 10 Parts]"
Code: Select all
SetTemp,ar=3,em=1,im=1,iv=1,mf="Join Files",pv=1,sn="Join [Every 3 Files]"