Giter VIP home page Giter VIP logo

Comments (15)

sbraz avatar sbraz commented on May 23, 2024 1

@sweetsugarh I released v2.2.1 which includes this fix.

from pymediainfo.

sbraz avatar sbraz commented on May 23, 2024

Are you using a 64-bit Python? What about the DLL?
What if you put the library in System32, does it work too?

from pymediainfo.

sweetsugarh avatar sweetsugarh commented on May 23, 2024

Im using python 32-bit and the mediainfo dll is 32bits also. If I put the .dll in system32 it not work either. It's only work if i put the .dll in the script dir.

from pymediainfo.

sbraz avatar sbraz commented on May 23, 2024

Can you attach the DLL you're using here? I'll try to load it with a 32-bit Python 3.6.

from pymediainfo.

sweetsugarh avatar sweetsugarh commented on May 23, 2024

Im using their official DLL. attached.(Im using python 3.6 32bit also)
MediaInfo.zip
now sorry

from pymediainfo.

sbraz avatar sbraz commented on May 23, 2024

Hmmm it's not showing up.

from pymediainfo.

sbraz avatar sbraz commented on May 23, 2024

Can you try replacing CDLL with WinDLL here?
https://github.com/sbraz/pymediainfo/blob/master/pymediainfo/__init__.py#L139
If that solves the issue, I'll change the code.

from pymediainfo.

sweetsugarh avatar sweetsugarh commented on May 23, 2024

I keep giving the same error:

File "C:\Users\makeinn\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pymediainfo_init_.py", line 201, in parse
lib_version = lib.MediaInfo_Option(None, "Info_Version", "")
ValueError: Procedure called with not enough arguments (12 bytes missing) or wrong calling convention

from pymediainfo.

sbraz avatar sbraz commented on May 23, 2024

That seems to work for me, I'll check whether this works with a 64-bit Python and release a new version ASAP.

from pymediainfo.

sweetsugarh avatar sweetsugarh commented on May 23, 2024

Some idea why that not work for me ?

from pymediainfo.

sbraz avatar sbraz commented on May 23, 2024

Did you edit the right file? C:\Users\makeinn\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pymediainfo\_init_.py ?

from pymediainfo.

sweetsugarh avatar sweetsugarh commented on May 23, 2024

No.. i wasn't modifying the correct file. Sorry. That work fine now

from pymediainfo.

sbraz avatar sbraz commented on May 23, 2024

Can you with the nt_library branch which I just created?
pip install https://github.com/sbraz/pymediainfo/archive/nt_library.zip

from pymediainfo.

sweetsugarh avatar sweetsugarh commented on May 23, 2024

Thanks for you work @sbraz . Work fine.

from pymediainfo.

sbraz avatar sbraz commented on May 23, 2024

I will release a new version soon then :)

from pymediainfo.

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.