jocover

Results 26 comments of jocover

nvidia will add encoding ffmpeg support `Hi, The current implementation supports video decoding only. We will add video encoding in future release.` https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%2520Linux%2520Driver%2520Package%2520Development%2520Guide%2Fmultimedia.html%23wwpID0ERHA

ffmpeg tools decode video using yuv420,so I only did yuv420 support if you want to using nv12 please change https://github.com/jocover/jetson-ffmpeg/blob/master/ffmpeg_nvmpi.patch#L303 avctx->pix_fmt to AV_PIX_FMT_NV12 frame->format=AV_PIX_FMT_NV12; (not tested)

you can reference l4t multimedi api https://docs.nvidia.com/jetson/l4t-multimedia/index.html nvmpi is a C wrapper for C++ library

https://multimedia.tencent.com/resources/vvc-player

not supported

HackRF supported sample rates: 2 Msps to 20 Msps https://github.com/mossmann/hackrf/wiki/Tips-and-Tricks#sampling-rate-and-baseband-filters

SDRSharp.Radio.dll and SDRSharp.Common.dll files from sdrsharp installation directory http://airspy.com/download/

new header file have tx API ,but HDSDR 2.76 not support http://www.hdsdr.de/download/LC_ExtIO_Types.h > // preliminary TX function - not really tested!: lack of test hw // status: // 0: Samples...