cycle-profiles random #37
mrfragger
started this conversation in
Show and tell
Replies: 1 comment
-
cycle-profile.lua modified to cycle profiles like normal (1st example) or randomly (2nd example) Alt+Meta+5 script-message cycle-profiles 'pixlsus amstragram' 'pixlsus amstragram+' 'pixlsus autumn' Alt+Meta+5 script-message cycle-profiles random 'pixlsus amstragram' 'pixlsus amstragram+' 'pixlsus autumn'
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Rhese are color preset profiles for subtitles. Instead of just cycling through profiles you can add random to shuffle it. It makes sure not to show a repeat until it cycles through all of them. Also using os.clock ensures that it's truly random each time. Limit seems to be 98 items....not sure why. Use another lua script to randomly shuffle through all 569 LUTs.
F6 script-message cycle-profiles '260a' '260b' '261a' '261b' '262a' '262b' '263a' '263b' '264a' '264b' '265a' '265b' '266a' '266b' '267a' '267b' '268a' '268b' '269a' '269b' #! [Subtitle Colors] > [200a-269b presets] > Embossed [260-269b]
F7 script-message cycle-profiles random '211a' '214a' '218a' '222b' '227a' '229b' '237b' '246a' '248a' '257a' '259a' '260b' '267b' #! [Subtitle Colors] > [200a-269b presets] > Favorites 3
Ctrl+Alt+z script-message cycle-profiles random '00a' '00b' '01a' '01b' '02a' '02b' '03a' '03b' '04a' '04b' '05a' '05b' '06a' '06b' '07a' '07b' '08a' '08b' '09a' '09b' '10a' '10b' '11a' '11b' '12a' '12b' '13a' '13b' '14a' '14b' '15a' '15b' '16a' '16b' '17a' '17b' '18a' '18b' '19a' '19b' '20a' '20b' '21a' '21b' '22a' '22b' '23a' '23b' '24a' '24b' '25a' '25b' '26a' '26b' '27a' '27b' '28a' '28b' '29a' '29b' '30a' '30b' '31a' '31b' '32a' '32b' '33a' '33b' '34a' '34b' '35a' '35b' '36a' '36b' '37a' '37b' '38a' '38b' '39a' '39b' '40a' '40b' '41a' '41b' '42a' '42b' '43a' '43b' '44a' '44b' '45a' '45b' '46a' '46b' '47a' '47b' '48a' '48b' #! [Subtitle Colors] > [Random presets] > Random [00a-48b]
Also here is an example of cyclying LUTs
Alt+Meta+5 script-message cycle-profiles random 'pixlsus amstragram' 'pixlsus amstragram+' 'pixlsus autumn' 'pixlsus cinematic lady bird' 'pixlsus cinematic mexico' 'pixlsus dark blues in sunlight' 'pixlsus delicatessen' 'pixlsus expired 69' 'pixlsus faded print' 'pixlsus fadedlook' 'pixlsus hypressen' 'pixlsus magenta yellow' 'pixlsus metropolis' 'pixlsus modern film' 'pixlsus newspaper' 'pixlsus night spy' 'LUT NONE' #! [Video/Image] > [LUTs 3] > Pixlsus 1
Alt+Meta+6 script-message cycle-profiles random 'pixlsus progressen' 'pixlsus prussian blue' 'pixlsus seventies magazine' 'pixlsus street' 'pixlsus sweet bubblegum' 'pixlsus sweet gelatto' 'pixlsus taiga' 'pixlsus tarraco' 'pixlsus unknown' 'pixlsus uzbek bukhara' 'pixlsus uzbek marriage' 'pixlsus uzbek samarcande' 'pixlsus velvetia' 'pixlsus warm vintage' 'pixlsus whiter whites' 'LUT NONE' #! [Video/Image] > [LUTs 3] > Pixlsus 2
Beta Was this translation helpful? Give feedback.
All reactions