Gold FilmConvert – Hazy Win/Mac

Discussion in 'Other Related Downloads' started by Snook, 20 Feb 2025.

  1. Snook

    Snook Master

    Gold Member No Limit
    Joined:
    19 Oct 2022
    Messages:
    1,828
    Likes Received:
    8,264
    Trophy Points:
    591
    Mac? I just tried, download it no problem. The Mac version , so not sure what you are referring to? The workupload link? I just downloaded everything and there was no problem. And are people having problems with the Davinci Plugs in or the FCPX ones?
    I am working on finding the Sequoia problem still. It is known to have problems for many patches. I am on Sonoma and there are no problems.
     
    artform likes this.
  2. artform

    artform New Member

    Gold Member
    Joined:
    23 Sep 2023
    Messages:
    202
    Likes Received:
    77
    Trophy Points:
    146

    https://gofile.io/d/n6Hbbs doesn't allow to download the patcher. If you could reupload to workupload.com would be great ;) Thank you
     
  3. Snook

    Snook Master

    Gold Member No Limit
    Joined:
    19 Oct 2022
    Messages:
    1,828
    Likes Received:
    8,264
    Trophy Points:
    591
    where is that from? does not look like a workupload site? Which link are you getting that from?
    There are only 3 links. 2 for WIN and one for Mac.
     
  4. artform

    artform New Member

    Gold Member
    Joined:
    23 Sep 2023
    Messages:
    202
    Likes Received:
    77
    Trophy Points:
    146
    https://gofile.io/d/n6Hbbs the patcher link :)
     
  5. Snook

    Snook Master

    Gold Member No Limit
    Joined:
    19 Oct 2022
    Messages:
    1,828
    Likes Received:
    8,264
    Trophy Points:
    591
    The patcher is in the DMG , there is no need to go to go file. Are you on Mac or PC?
    The dmg for Mac has the Ssh patcher already inside it, no need to download anything
    I will most likely delete this post or just put it up for MAC only, I have no idea about PC stuff.
    And I got this from another share site and is not my patch. I can say the only complaints of it not working on the other site is due to SEQUIOA which is stated in the text file that it may not work with that OS version.
     
    Last edited: 24 Feb 2025
  6. artform

    artform New Member

    Gold Member
    Joined:
    23 Sep 2023
    Messages:
    202
    Likes Received:
    77
    Trophy Points:
    146

    Gotcha man ;) Sadly on SEQUIOA the Hazy doesn't work ;) I bet and it won't, only from the 3rd source of sellers ;)
     
    Snook likes this.
  7. Snook

    Snook Master

    Gold Member No Limit
    Joined:
    19 Oct 2022
    Messages:
    1,828
    Likes Received:
    8,264
    Trophy Points:
    591
    Someone will figure it out very soon. I already had it and bought it from a "3rd" party like you mentioned before,. Since it is not shareable this way I thought it was at least worth a try for others with this share I found.
    I will keep updating if there is a solution found, which there will be no doubt. But not sure what go file you were referring to anyways bc the SSH patch file is in the dmg and there is no reason to go to go file, at least for Mac that is. The four where I got this file , 90% of the people got it working for both FCPX and Davinci , only Sequoia are having problems,
    PS. Several people have said it is working on Sequoia with FCPX by the way. Might be just a Davinci problem at the moment. You have problems with Davinci? I think I remember you are a Davinci user and not FCPX, right?
     
  8. loadpt

    loadpt Apprentice IV

    Gold Member
    Joined:
    22 Apr 2021
    Messages:
    147
    Likes Received:
    831
    Trophy Points:
    30
    OSX SEQUOIA FIX

    1- chmod +x drag and drop the patch to the terminal window.
    2-drag and drop the patch to the terminal window.

    Important,use the second patch provided by Snook
    ;)
     
    Snook likes this.
  9. Snook

    Snook Master

    Gold Member No Limit
    Joined:
    19 Oct 2022
    Messages:
    1,828
    Likes Received:
    8,264
    Trophy Points:
    591
    Working for you? and which app Davinci or FCPX?
     
  10. loadpt

    loadpt Apprentice IV

    Gold Member
    Joined:
    22 Apr 2021
    Messages:
    147
    Likes Received:
    831
    Trophy Points:
    30
    Yes Working good in Davinci
     
    Snook likes this.
  11. Snook

    Snook Master

    Gold Member No Limit
    Joined:
    19 Oct 2022
    Messages:
    1,828
    Likes Received:
    8,264
    Trophy Points:
    591
    COOL thanks for helping out, hopefully it works for others. I have the real paid version and do not need the patch.
     
    loadpt likes this.
  12. Snook

    Snook Master

    Gold Member No Limit
    Joined:
    19 Oct 2022
    Messages:
    1,828
    Likes Received:
    8,264
    Trophy Points:
    591
    Apparently this script makes the other plugins from the same company all work for Davinci as well. which was the go file script "frozen"

    "Script for patching all latest FilmConvert, for all hosts, except CineMatch FCPX: CineMatch, Halation, Hazy, Nitrate (AE/PR, DVR, FCPX)."

    But try at your own risk



    #!/bin/bash TOP_DIRECTORIES=( "/Library/Application Support/Adobe/Common/Plug-ins/7.0/MediaCore" "/Library/Plug-Ins/FxPlug" "/Library/OFX/Plugins" ) PLUGIN_NAMES=("CineMatch" "FilmConvertNitrate" "FxHalation" "FxHazy" "FxNitrate" "HalationByFilmConvert" "HazyByFilmConvert") FOUND_PLUGINS=() hex() { echo "$1" | perl -0777pe 's/([0-9a-fA-F]{2})(?![^(]*\))/\\x$1/g; s/\[([0-9A-Za-z-]+)\]/[\\x00-\\xFF]/g; s/\$(\d)/\\$1/g; s/\$\((\d)\)/\$$1/g' } replace() { local dom=$(hex "$2") local sub=$(hex "$3") sudo perl -0777pi -e 's|'"$dom"'|'"$sub"'|gs' "$1" } prep() { sudo xattr -r -d com.apple.quarantine "$1" sudo codesign --force --deep --sign - "$1" } patch() { local file="$1" local patch_count=0 local matched=() if [[ $file == *"Nitrate"* || $file == *"HazyByFilmConvert.plugin"* ]]; then declare -a patterns=( '00([00-FF]{2})39C0035FD600([00-FF]{2})39C0035FD608([00-FF]{2})39' # Nitrate (Adobe, OFX, FCPX), Hazy (Adobe) ARM '554889E5([00-FF]{5})00([00-FF]{5})00554889E5([00-FF]{5})00([00-FF]{5})00554889E580' # Nitrate (Adobe, OFX, FCPX), Hazy (Adobe) Intel ) declare -a substitutions=( '20008052C0035FD620008052C0035FD608$(1)39' 'B001C390$(1)00$(2)00B001C390$(3)00$(4)00554889E580' ) else declare -a patterns=( '00405139C0035FD6' # CineMatch (Adobe) ARM '00000191C0035FD600205439C0035FD6' # Hazy (FCPX), Halation (FCPX) '00([00-FF]{9})00([00-FF]{3})C0035FD600([00-FF]{2})39C0035FD6' # Hazy (OFX), Halation (Adobe, OFX), CineMatch (OFX) '554889E50FB68750040000' # CineMatch (Adobe) Intel '554889E5488D([00-FF]{9})00554889E50FB687([00-FF]{2})00005DC30F1F00554889E5([00-FF]{2})87([00-FF]{2})0000' # Hazy (OFX), Halation (OFX), CineMatch (OFX) '00554889E50FB687([00-FF]{2})00005DC30F1F00554889E5([00-FF]{2})4889FBE8' # Hazy (FCPX), Halation (AE, FCPX) ) declare -a substitutions=( '20008052C0035FD6' '00000191C0035FD620008052C0035FD6' '00$(1)00$(2)C0035FD620008052C0035FD6' 'B001C3900FB68750040000' '554889E5488D$(1)00B001C3900FB687$(2)00005DC30F1F00554889E5$(3)87$(4)0000' '00B001C3900FB687$(1)00005DC30F1F00554889E5$(2)4889FBE8' ) fi for i in "${!patterns[@]}"; do local hex_pattern=$(hex "${patterns}") local pattern_found_count=$(perl -0777 -ne 'while(/'"$hex_pattern"'/gs){$count++} END {print $count}' "$file") if [[ $pattern_found_count -eq 1 ]]; then ((patch_count += pattern_found_count)) matched+=("$i") fi done if [[ $patch_count -eq 2 ]]; then replace "$file" "${patterns[${matched[0]}]}" "${substitutions[${matched[0]}]}" replace "$file" "${patterns[${matched[1]}]}" "${substitutions[${matched[1]}]}" prep "$plugin_path" echo "Patched: $(basename "$file")" else echo "Error with $(basename "$file"). Patch not applied." fi } find_binaries() { for dir in "${TOP_DIRECTORIES[@]}"; do for plugin in "${PLUGIN_NAMES[@]}"; do plugin_dir=$(find "$dir" -type d \( \ -name "$plugin.app" -o \ -name "$plugin.plugin" -o \ -name "$plugin.ofx.bundle" \) 2>/dev/null | head -n 1) if [ -n "$plugin_dir" ]; then if echo "$plugin_dir" | grep -q "\.ofx\.bundle$"; then binary="$plugin_dir/Contents/MacOS/$plugin.ofx" elif echo "$plugin_dir" | grep -q "\.app$"; then binary="$plugin_dir/Contents/PlugIns/$plugin.pluginkit/Contents/MacOS/$plugin.pluginkit" elif echo "$plugin_dir" | grep -q "\.plugin$"; then binary="$plugin_dir/Contents/MacOS/$plugin" fi FOUND_PLUGINS+=("$binary") fi done done } find_binaries for plugin_path in "${FOUND_PLUGINS[@]}"; do patch "$plugin_path" done
     
    Philoryang and loadpt like this.
  13. loadpt

    loadpt Apprentice IV

    Gold Member
    Joined:
    22 Apr 2021
    Messages:
    147
    Likes Received:
    831
    Trophy Points:
    30
    Screen-Shot-2025-02-24-at-12-51-09-PM-1.png
     
    Snook likes this.
  14. loadpt

    loadpt Apprentice IV

    Gold Member
    Joined:
    22 Apr 2021
    Messages:
    147
    Likes Received:
    831
    Trophy Points:
    30
    Tried the script on CINEMATCH, and its working :D
     
    Snook likes this.
  15. artform

    artform New Member

    Gold Member
    Joined:
    23 Sep 2023
    Messages:
    202
    Likes Received:
    77
    Trophy Points:
    146
    BUT can you reupload the second patch please? Like I said, I won't let to download.
     
  16. Snook

    Snook Master

    Gold Member No Limit
    Joined:
    19 Oct 2022
    Messages:
    1,828
    Likes Received:
    8,264
    Trophy Points:
    591
    copy and paste it from my post above or maybe @loadpt can share it some how, I am on set the next couple of days and cannot do much at the moment
     
  17. Snook

    Snook Master

    Gold Member No Limit
    Joined:
    19 Oct 2022
    Messages:
    1,828
    Likes Received:
    8,264
    Trophy Points:
    591
    pasiv, TriggerDroma, mpp and 11 others like this.
  18. Snook

    Snook Master

    Gold Member No Limit
    Joined:
    19 Oct 2022
    Messages:
    1,828
    Likes Received:
    8,264
    Trophy Points:
    591
    Awesome good news!! :cool: Thanks for confirming
     
  19. artform

    artform New Member

    Gold Member
    Joined:
    23 Sep 2023
    Messages:
    202
    Likes Received:
    77
    Trophy Points:
    146
    Thanks, it still says permissions denied ;) Anyway, if SOMEONE will get away somehow, please share it here ;) Thanks!
     
  20. Snook

    Snook Master

    Gold Member No Limit
    Joined:
    19 Oct 2022
    Messages:
    1,828
    Likes Received:
    8,264
    Trophy Points:
    591
    It cannot say permission denied bc I just uploaded that myself.
    And I just tried downloading it no problem
    Maybe you have been blocked from we upload ? your ip
    or you mean the terminal permissions ? or search for terminal commands and how to do them properly maybe ?
     
Top