Topaz Video AI 5.4.1 (mac)

Discussion in 'Mac Software' started by Hovis Brown, 27 Jun 2024.

  1. Hovis Brown

    Hovis Brown Professional

    No Limit
    Joined:
    8 Jul 2017
    Messages:
    443
    Likes Received:
    5,843
    Trophy Points:
    314
    Topaz Video AI 5.3.3 (mac)

    Hidden Content:
    **Hidden Content: You must click 'Like' before you can see the hidden data contained here.**
     
  2. Hovis Brown

    Hovis Brown Professional

    No Limit
    Joined:
    8 Jul 2017
    Messages:
    443
    Likes Received:
    5,843
    Trophy Points:
    314
    Topaz Video AI 5.3.4 (mac)

    Hidden Content:
    **Hidden Content: You must click 'Like' before you can see the hidden data contained here.**
     
    sofaking, TeoQ17, gbelmm and 19 others like this.
  3. jromanmd

    jromanmd New Member

    Gold Member
    Joined:
    20 Apr 2022
    Messages:
    469
    Likes Received:
    73
    Trophy Points:
    3
    Thank you for all of these!
     
  4. Hovis Brown

    Hovis Brown Professional

    No Limit
    Joined:
    8 Jul 2017
    Messages:
    443
    Likes Received:
    5,843
    Trophy Points:
    314
    No problem. I try and stay up to date with each release.
     
    hobmeireros and RanarAA like this.
  5. Hovis Brown

    Hovis Brown Professional

    No Limit
    Joined:
    8 Jul 2017
    Messages:
    443
    Likes Received:
    5,843
    Trophy Points:
    314
    Topaz Video AI 5.3.5 (mac)

    Hidden Content:
    **Hidden Content: You must click 'Like' before you can see the hidden data contained here.**
    Hidden Content:
    **Hidden Content: You must click 'Like' before you can see the hidden data contained here.**
     
    Last edited: 29 Oct 2024
  6. jromanmd

    jromanmd New Member

    Gold Member
    Joined:
    20 Apr 2022
    Messages:
    469
    Likes Received:
    73
    Trophy Points:
    3
    Anyone else have a mirror w/ different host? Dont trust hex.
     
  7. Hovis Brown

    Hovis Brown Professional

    No Limit
    Joined:
    8 Jul 2017
    Messages:
    443
    Likes Received:
    5,843
    Trophy Points:
    314
    I'll add another host option.
     
  8. Raymond

    Raymond New Member

    Joined:
    7 Aug 2024
    Messages:
    17
    Likes Received:
    42
    Trophy Points:
    3
    Second file was removed due to inactivity.
     
    hobmeireros likes this.
  9. Hovis Brown

    Hovis Brown Professional

    No Limit
    Joined:
    8 Jul 2017
    Messages:
    443
    Likes Received:
    5,843
    Trophy Points:
    314
    link updated
     
  10. XElBalasx

    XElBalasx New Member

    Gold Member
    Joined:
    25 Jul 2022
    Messages:
    8
    Likes Received:
    1
    Trophy Points:
    3
    cant patch it :/
     
  11. Hovis Brown

    Hovis Brown Professional

    No Limit
    Joined:
    8 Jul 2017
    Messages:
    443
    Likes Received:
    5,843
    Trophy Points:
    314
    did you follow the instructions in the included txt file? Put the following into the terminal and at the end make sure you enter your password. If you've already installed it, remove it and start again.

    function hex() {
    echo ''$1'' | perl -0777pe 's|([0-9a-zA-Z]{2}+(?![^\(]*\)))|\\x${1}|gs'
    }
    function replace() {
    declare -r dom=$(hex $2)
    declare -r sub=$(hex $3)
    sudo perl -0777pi -e 'BEGIN{$/=\1e8} s|'$dom'|'$sub'|gs' "$1"
    return
    }
    function prep() {
    sudo xattr -cr "$1"
    sudo xattr -r -d com.apple.quarantine "$1"
    sudo codesign --force --deep --sign - "$1"
    }
    function download_and_extract_login_libvideo() {
    tmp_dir=$(mktemp -d)
    curl -L -o $tmp_dir/TopazVideoAI-5.0.4.dmg https://downloads.topazlabs.com/deploy/TopazVideoAI/5.0.4/TopazVideoAI-5.0.4.dmg
    hdiutil attach $tmp_dir/TopazVideoAI-5.0.4.dmg -nobrowse -quiet
    cp /Volumes/Topaz\ Video\ AI\ 5.0.4/Topaz\ Video\ AI.app/Contents/MacOS/login /Applications/Topaz\ Video\ AI.app/Contents/MacOS/login
    cp /Volumes/Topaz\ Video\ AI\ 5.0.4/Topaz\ Video\ AI.app/Contents/Frameworks/libvideoai.1.4.0.dylib /Applications/Topaz\ Video\ AI.app/Contents/Frameworks/libvideoai.1.4.0.dylib
    hdiutil detach /Volumes/Topaz\ Video\ AI\ 5.0.4 -quiet
    rm -rf $tmp_dir
    }
    function link_dylib() {
    cd /Applications/Topaz\ Video\ AI.app/Contents/Frameworks
    ln -s libaiengine.dylib libaiengine.3.dylib
    rm -rf libvideoai.dylib
    ln -s libvideoai.1.4.0.dylib libvideoai.dylib
    ln -s libvideoai.1.4.0.dylib libvideoai.1.dylib
    }
    function patch_login() {
    replace "/Applications/Topaz Video AI.app/Contents/MacOS/login" 'a3030054' '55000014'
    replace "/Applications/Topaz Video AI.app/Contents/MacOS/login" '0f8297000000' '660f1f440000'
    replace "/Applications/Topaz Video AI.app/Contents/MacOS/login" '0f8430060000' 'e93106000000'
    }
    function patch_libvideoai() {
    replace "/Applications/Topaz Video AI.app/Contents/Frameworks/libvideoai.1.4.0.dylib" '020054200080' '020054000080'
    replace "/Applications/Topaz Video AI.app/Contents/Frameworks/libvideoai.1.4.0.dylib" 'B0014180' 'B0004180'
    }
    function patch() {
    download_and_extract_login_libvideo
    link_dylib
    patch_login
    patch_libvideoai
    }
    patch
    prep "/Applications/Topaz Video AI.app"
     
  12. XElBalasx

    XElBalasx New Member

    Gold Member
    Joined:
    25 Jul 2022
    Messages:
    8
    Likes Received:
    1
    Trophy Points:
    3

    after the password gives this text:
    Can't open /Applications/Topaz Video AI.app/Contents/Frameworks/libvideoai.1.4.0.dylib: No such file or directory.
     
  13. Hovis Brown

    Hovis Brown Professional

    No Limit
    Joined:
    8 Jul 2017
    Messages:
    443
    Likes Received:
    5,843
    Trophy Points:
    314
    Topaz Video AI 5.3.6 (mac)

    Hidden Content:
    **Hidden Content: You must click 'Like' before you can see the hidden data contained here.**
     
    Leo_Chandr, andalou, gbelmm and 7 others like this.
  14. Hovis Brown

    Hovis Brown Professional

    No Limit
    Joined:
    8 Jul 2017
    Messages:
    443
    Likes Received:
    5,843
    Trophy Points:
    314
    Try dragging the old app to the trash, empty the trash and then restart the computer. Then drag the app from the dmg to the applications folder. Then apply the above text in terminal. Hope that works.
     
  15. XElBalasx

    XElBalasx New Member

    Gold Member
    Joined:
    25 Jul 2022
    Messages:
    8
    Likes Received:
    1
    Trophy Points:
    3
    Sadly still not working :(
     
  16. Hovis Brown

    Hovis Brown Professional

    No Limit
    Joined:
    8 Jul 2017
    Messages:
    443
    Likes Received:
    5,843
    Trophy Points:
    314
    Topaz Video AI 5.4.1 (mac)

    Hidden Content:
    **Hidden Content: You must click 'Like' before you can see the hidden data contained here.**
     
Top