Giter Site home page Giter Site logo

linuscde / mad-jetson-ffmpeg Goto Github PK

View Code? Open in Web Editor NEW
27.0 2.0 4.0 145.16 MB

FFmpeg fork that aims to include all the HW Accel for Nvidia Jetson

License: Other

Makefile 1.32% C 91.61% C++ 0.19% Shell 0.09% Perl 0.04% Assembly 6.49% Coq 0.01% Objective-C 0.14% Cuda 0.06% Roff 0.01% Awk 0.01% HTML 0.01% Ruby 0.01% Python 0.05%

mad-jetson-ffmpeg's Issues

nvmpi build fails in nvmpi_dec.c on release/6.0

libavcodec/nvmpi_dec.c: In function ‘nvmpi_init_decoder’:
libavcodec/nvmpi_dec.c:62:21: error: too few arguments to function ‘nvmpi_create_decoder’
   62 |  nvmpi_context->ctx=nvmpi_create_decoder(codectype,NV_PIX_YUV420);
      |                     ^~~~~~~~~~~~~~~~~~~~
In file included from libavcodec/nvmpi_dec.c:5:
/usr/local/include/nvmpi.h:80:12: note: declared here
   80 |  nvmpictx* nvmpi_create_decoder(nvCodingType codingType,nvPixFormat pixFormat, nvSize resized);
      |            ^~~~~~~~~~~~~~~~~~~~
make: *** [ffbuild/common.mak:81: libavcodec/nvmpi_dec.o] Error 1

Unable to find `h264_nvmpi` with `avcodec_find_encoder_by_name`

Hi, I am trying to compile Weylus with the modification indicated here containing

codec = avcodec_find_encoder_by_name("h264_nvmpi");
if (!codec)
{
	ERROR(err, 1, "Codec 'h264_nvmpi' not found");
}

and I am seeing Codec 'h264_nvmpi' not found being printed. Am I missing anything?

Edit: I find out I was building a static library but asking weylus to use the system shared library. I am rebuilding with the static library to see if there any problem persists.

memory leak

could you find memory leak Slowly when you use decode named h264_nvv4l2dec?

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.