Git Product home page Git Product logo

nimffmpeg's People

Contributors

cxong avatar mashingan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

nim-lang-cn

nimffmpeg's Issues

Is it going to use sdl2_nim or sdl2?

Is it going to use sdl2_nim or sdl2, updateYUVTexture only exists in sdl2_nim,
but

import sdl2,sdl2/audio 

of fplay.nim
means import from nim-lang/sdl2, though it compiles and can play video, but sound processing has some obvious issue, makes sound sharp and lags. I suspect that it has some business with this issue.Using sdl2_nim uses

import sdl2/sdl

is enough, it includes all the modules.

I've tried using sdl2_nim , it's the same, not sure where the issue lies in.

could not load: avcodec(|-55|-56|-57|-58|-59).dll

Sorry fo bother you again :)
Now I'm trying to compile for Win10. Forgot how to use it :)
It's compiling ok, but when I run program I have error:
could not load: avcodec(|-55|-56|-57|-58|-59).dll

I also tried to put avcodec-58.dll in folder with executable but error still here.
Same error goes for all examples.

Can't run

Hi!
Trying to run example with sdl2 on linux, got error
"could not load: SDL2.dll"
Have sdl2 installed in system, also put SDL2.so in folder with examples. What I'm doing wrong?

If the program runs `import ffmpeg`, it won't compile.

Hello.
I tried to use nimffmpeg, but it detects a compile error when importing.

nim c examples/metadata.nim
/src/ffmpeg/libavcodec/videotoolbox.nim(30, 14) Error: undeclared identifier: 'QuickdrawPicture'

I have checked the relevant part, and indeed there are undefined symbols defined.
Since I don't have any knowledge of ffmpeg and C wrappers I couldn't figure out how to solve this for me.

const
  Picture* = QuickdrawPicture

OS: macOS Big Sur 11.2.3
ffmpeg: 4.3.2_4

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.