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

Sometimes I can see not working rtmp stream (data transmitted, but video doesn't work). In such case extradata in AVCodecContext has size many bigger that normal 22 byte: `extradata_size =>...

First - thanks for this patch! I was getting some random crashes decoding an h264 stream - tracing back to differences in frame size of the gpu and stream image......

When trying to decode a video with ffplay I get the following error on a 4k h264 video. I also attached a trace log if that helps: [ffplay.log](https://github.com/jocover/jetson-ffmpeg/files/4312922/ffplay.log) I used...

Hi, When I stream .264 file over network and decoding with jetson-nano does work, but when I stream .mkv stream file, the decoding doesn't work. why? I use these elemets:...

Hi, I stream vide over local network from PC and I want to get frames with jetson nano. 1- **ffmpeg -i rtsp out.mp4** or **ffmpeg -c:v h264_nvmpi -i rtsp out.mp4**...

First off thanks a million for the project! hardware decoding with ffmpeg on jetson-tx1/nano/x2 has been a long time coming! I am noticing some issues with deinterlacing on my TX1....

I compile with --enable-nvmpi --enable-nonfree --enable-shared --enable-ffplay and I installed libsdl2 with "apt install libsdl2-dev " to get ffplay built. When running "ffplay -rtsp_transport udp rtsp://192.168.11.202:8554/unicast" I get dbus[29617]: arguments...

It was hardcoded to use yuv420. User setting to anything else would break it.