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

How to encode data from device with dma buffer fd?

Open yueyihua opened this issue 2 years ago • 0 comments

This API only support encode data from CPU memory, if my data is on the device with dma buffer fd, I should map and copy to CPU first, and then fill to FFmpeg frame. But how to encode from device with dma buffer fd directly?

yueyihua avatar Apr 28 '22 02:04 yueyihua