jetson-ffmpeg icon indicating copy to clipboard operation
jetson-ffmpeg copied to clipboard

ffmpeg support on jetson nano

Results 89 jetson-ffmpeg issues
Sort by recently updated
recently updated
newest added

Hi, I try to record screen with gdigrab. Then put the screen recording data into the avframe, convert to yuv data via sws_scale, and try to convert yuv420p to h264...

Partially a feature request- ability to decode the frame to an ffmpeg cuda frame so that it can be used in conjunction with cuda HW filters directly, instead of going...

Is it possible to use the binaries from within a docker container? Anybody has a sample Dockerfile for this?

``` In file included from /usr/src/jetson_multimedia_api/include/NvBuffer.h:43, from /usr/src/jetson_multimedia_api/include/NvV4l2ElementPlane.h:53, from /usr/src/jetson_multimedia_api/include/NvV4l2Element.h:50, from /usr/src/jetson_multimedia_api/include/NvVideoEncoder.h:48, from /tmp/jetson-ffmpeg/nvmpi_enc.cpp:2: /usr/src/jetson_multimedia_api/include/v4l2_nv_extensions.h:179:8: error: redefinition of ‘struct v4l2_ctrl_h264_sps’ struct v4l2_ctrl_h264_sps { ^~~~~~~~~~~~~~~~~~ ``` and many many more errors...

I am trying to use hardware decoding with https://github.com/robagar/h264decoder It seems as is if this library requires avcodec to be built as a shared object. If I try to build...

I have tried to get this to work for a rtsp stream with motion: netcam_decoder hevc_nvmpi This failes with: [3:ml3] [INF] [NET] [Jul 12 18:04:15] netcam_rtsp_open_context: High resolution: Opened camera((null))...

For cases where 10 bit signals may be sent to the decoder, the encoder on the nano cannot output 10 bit content. it can however accept a 10 bit source,...

Hello, can anyone provide what looks like the load of his GPU utilization in jtop? I have two test of transcoding, both examples GPUs use little. (only encoding give me...

I've seen some documentation that the jetson nano is capable of 4x 1080p hevc encodes. Has anyone been able to confirm this with this ffmpeg build?