Code Monkey home page Code Monkey logo

Comments (5)

SciLor avatar SciLor commented on June 20, 2024 1

This because TeddyBench uses windows specific features to encode the files. Please use the Linux fork, that uses ffmpeg for encoding.

from teddy.

steve8x8 avatar steve8x8 commented on June 20, 2024

Still getting errors (which seem to be related to the GUI, this is MacOS not Windows and not Linux) - and there seems to be no plain Teddy.exe in @AlbrechtL 's releases. I'll attempt to setup a Linux VM.

from teddy.

SciLor avatar SciLor commented on June 20, 2024

I would rather try using a Windows VM, as this is the most used version.

from teddy.

steve8x8 avatar steve8x8 commented on June 20, 2024

Got a bit further (I won't touch Windows, I swear!), by adding a few settings:

export MONO_FRAMEWORK=/opt/homebrew # I'm using brew for everything missing from the OS, including `mono`
export DYLD_FALLBACK_LIBRARY_PATH=${LD_LIBRARY_PATH} # as mono doesn't seem to obey `LD_LIBRARY_PATH`

(LD_LIBRARY_PATH contains /opt/homebrew/lib) to the TeddyBench script, and installed mono-libgdiplus which was indeed missing.
Now TeddyBench tells me

Unhandled Exception:
System.TypeInitializationException: The type initializer for 'System.Windows.Forms.XplatUI' threw an exception. ---> System.DllNotFoundException: libc.dylib assembly:<unknown assembly> type:<unknown type> member:(null)

(the GDIplus error is gone!). I'm now open for suggestions where to find (or how to add) libc.dylib. (Next I'll try export MONO_LOG_LEVEL=debug.)

from teddy.

steve8x8 avatar steve8x8 commented on June 20, 2024

All attempts to get TB working on Mac have failed, and I'm running out of time and ideas - switching to bailli/opus2tonie which is a pure Python solution, and looks perfect for command-line usage ... I'll watch out for new releases though.

from teddy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.