jetson-ffmpeg VS jetson-inference

Compare jetson-ffmpeg vs jetson-inference and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
jetson-ffmpeg jetson-inference
4 11
585 7,349
- -
0.0 7.7
about 1 year ago 15 days ago
C++ C++
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

jetson-ffmpeg

Posts with mentions or reviews of jetson-ffmpeg. We have used some of these posts to build our list of alternatives and similar projects.
  • Jetson Nano Hardware Accel
    1 project | /r/ShinobiCCTV | 23 Apr 2023
  • My low power homelab: 2 RPi, 4 RPI Zero, 1 Nuc & 1 Jetson Nano.
    1 project | /r/homelab | 4 May 2022
    I made my own build of frigate using the community nvmpi ffmpeg decoder. What I didn't realise when I bought Jetson is normal Nvidia nvdec ffmpeg is not supported on Jetsons, and nvidia did little to enable their different hardware decoder for Jetsons, and concentrated their efforts on gstreamer instead of ffmpeg. So you need to use 3rd party nvmpi extension for ffmpeg https://github.com/jocover/jetson-ffmpeg . Also I debloat Frigate ffmpeg build. I spent a lot of time trying to get the hardware decoder working on rk3399 before giving up and getting a jetson nano. Reducing build time by removing all the unnecessary codecs is helpful for testing. https://pastebin.com/bxWwDz0K is my ffmpeg config for Frigate. Copy and create a new build in Frigate Makefile for aarch64nvmpi based off the aarch64 config. Make that config use the ffmpeg config specific to nvmpi.
  • Problem trying to capture desktop livestream with hdmi capture card.
    1 project | /r/ffmpeg | 3 Sep 2021
    I purchased the jetson nano because the initial specs indicated that real time encoding for 1080p 60fps was possible. Later did I figure out that the jetson nano has a different driver for their onboard gpu different than the desktop gpus. The desktop gpu use nvenc dedicated hardware for encoding that works with ffmpeg, alas for the jetson nano, nvidia does not support ffmpeg hardware accelerated encoding out of the box, only decoding. But, someone actually came up with a solution to include the nvmpi lib that utilizes the nvenc hardware acceleration for encoding. https://github.com/jocover/jetson-ffmpeg
  • Jetson Nano And Ffmpeg
    1 project | /r/ShinobiCCTV | 16 Jan 2021

jetson-inference

Posts with mentions or reviews of jetson-inference. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-18.
  • Can this NVIDIA Jetson Nano handle advanced machine learning tasks?
    1 project | /r/NvidiaJetson | 18 Mar 2023
    Jetson Nano’s are obsolete and no longer supported; but to answer your question, this might be a good place to start.
  • help with project involving object detection and tracking with camera
    2 projects | /r/JetsonNano | 18 Jun 2022
  • Jetson Nano 2GB Issues During Training (Out Of Memory / Process Killed) & Other Questions!
    1 project | /r/JetsonNano | 5 Nov 2021
    I’m trying to do the tutorial, where they retrain the neural network to detect fruits (jetson-inference/pytorch-ssd.md at master · dusty-nv/jetson-inference · GitHub 1)
  • Jetson Nano
    1 project | /r/JetsonNano | 18 Jul 2021
    Jetson-Inference is another amazing resource to get started on. This will allow you to try out a number of neural networks (classification, detection, and segmentation) all with your own data or with sample images included in the repo.
  • Pretrained image classification model for nuts and bolts (or similar)
    1 project | /r/pytorch | 8 Apr 2021
    Hello! I'm looking for some pre trained image classification models to use on a Jetson Nano. I already know about the model zoo and the pre trained models included in the https://github.com/dusty-nv/jetson-inference repo. For demonstration purposes, however, I need a model trained on small objects from the context of production, ideally nuts, bolts, and similar small objects. Does anyone happen to know a source for this? Thanks a lot!
  • PyTorch 1.8 release with AMD ROCm support
    8 projects | news.ycombinator.com | 4 Mar 2021
    > They provide some SSD-Mobilenet-v2 here: https://github.com/dusty-nv/jetson-inference

    I was aware of that repository but from taking a cursory look at it I had thought dusty was just converting models from PyTorch to TensorRT, like here[0, 1]. Am I missing something?

    > I get 140 fps on a Xavier NX

    That really is impressive. Holy shit.

    [0]: https://github.com/dusty-nv/jetson-inference/blob/master/doc...

    [1]: https://github.com/dusty-nv/jetson-inference/issues/896#issu...

  • NVIDIA DLSS released as a plugin for Unreal Engine 4
    1 project | /r/pcgaming | 15 Feb 2021
  • Help getting started
    1 project | /r/JetsonNano | 4 Feb 2021
    If you have a screen and keyboard and mouse plugged into the Nano, I would recommend starting with Hello AI World on https://github.com/dusty-nv/jetson-inference#hello-ai-world
  • I'm tired of this anti-Wayland horseshit
    16 projects | news.ycombinator.com | 2 Feb 2021
    Well, don't get me wrong. I do like my Jetson Nano. For a hobbyist who likes to tinker with machine learning in their spare time it's definitely a product cool and there are quite a few repositories on Github[0, 1] with sample code.

    Unfortunately… that's about it. There is little documentation about

    - how to build a custom OS image (necessary if you're thinking about using Jetson as part of your own product, i.e. a large-scale deployment). What proprietary drivers and libraries do I need to install? Nvidia basically says, here's a Ubuntu image with the usual GUI, complete driver stack and everything – take it or leave it. Unfortunately, the GUI alone is eating up a lot of the precious CPU and GPU resources, so using that OS image is no option.

    - how deployment works on production modules (as opposed to the non-production module in the Developer Kit)

    - what production modules are available in the first place ("Please refer to our partners")

    - what wifi dongles are compatible (the most recent Jetson Nano comes w/o wifi)

    - how to convert your custom models to TensorRT, what you need to pay attention to etc. (The official docs basically say: Have a look at the following nondescript sample code. Good luck.)

    - … (I'm sure I'm forgetting many other things that I've struggled with over the past months)

    Anyway. It's not that this information isn't out there somewhere in some blog post, some Github repo or some thread on the Nvidia forums[2]. (Though I have yet to find a reliably working wifi dongle…) But it usually takes you days orweeks to find it. From a product which is supposed to be industry-grade I would have expected more.

    [0]: https://github.com/dusty-nv/jetson-inference

  • Basic Teaching
    1 project | /r/JetsonNano | 18 Jan 2021
    https://github.com/dusty-nv/jetson-inference#system-setup

What are some alternatives?

When comparing jetson-ffmpeg and jetson-inference you can also consider the following projects:

voukoder - Provides an easy way to include the FFmpeg encoders in other windows applications.

openpose - OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation

FFaudioConverter - Graphical audio convert and filter tool

onnx-tensorrt - ONNX-TensorRT: TensorRT backend for ONNX

yolov5-deepsort-tensorrt - A c++ implementation of yolov5 and deepsort

tensorflow - An Open Source Machine Learning Framework for Everyone

yolo-tensorrt - TensorRT8.Support Yolov5n,s,m,l,x .darknet -> tensorrt. Yolov4 Yolov3 use raw darknet *.weights and *.cfg fils. If the wrapper is useful to you,please Star it.

MystiQ - Qt5/C++ FFmpeg Media Converter

TensorRT - NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT.

JetsonGPIO - A C++ library that enables the use of Jetson's GPIOs

obs-studio - OBS Studio - Free and open source software for live streaming and screen recording