ffmpeg-libav-tutorial VS digital_video_introduction

Compare ffmpeg-libav-tutorial vs digital_video_introduction and see what are their differences.

ffmpeg-libav-tutorial

FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more. Translations: 🇺🇸 🇨🇳 🇰🇷 🇪🇸 🇻🇳 🇧🇷 (by leandromoreira)

digital_video_introduction

A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding). Translations: 🇺🇸 🇨🇳 🇯🇵 🇮🇹 🇰🇷 🇷🇺 🇧🇷 🇪🇸 (by leandromoreira)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
ffmpeg-libav-tutorial digital_video_introduction
10 8
9,600 15,111
- -
1.0 6.2
2 months ago 8 months ago
C Jupyter Notebook
BSD 3-clause "New" or "Revised" License BSD 3-clause "New" or "Revised" 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.

ffmpeg-libav-tutorial

Posts with mentions or reviews of ffmpeg-libav-tutorial. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-01.
  • The FFmpeg Tutorial
    1 project | news.ycombinator.com | 30 Oct 2022
    The FFmpeg libraries are possibly the worst thing I have ever worked with in my life. I have never been more afraid to use a library than this one. This tutorial is very outdated, eg. `AVPicture`, which is used throughout, is completely deprecated and removed from the library, so you will simply encounter linker errors trying to follow this tutorial.

    FFmpeg libraries randomly break themselves, so if you find an answer from a few years ago, chances are it's useless. Want to free an AVPacket? `av_free_packet` is deprecated,. You can use `av_packet_unref` (but there's _also_ a function named `av_packet_free` that doesn't do quite the same thing).

    Most questions on Stack Overflow or related platforms have no replies, the library has literally zero documentation, it has very little error handling, which means if you're a bad C developer like me you are required to recompile FFmpeg with debugging information unstripped so you can trace segfaults in gdb.

    https://github.com/leandromoreira/ffmpeg-libav-tutorial/ is a better and more up-to-date tutorial than this one.

  • Error when I install KShare
    1 project | /r/archlinux | 6 Sep 2022
    I found this . I think you need an older version of ffmpeg to use the program, try to write it under the AUR to see if the mantainer is still active and knows the problem.
  • Ask HN: How can I learn about video encoding, h.264, ffmpeg, etc.
    3 projects | news.ycombinator.com | 1 Apr 2022
  • All the giant companies used ffmpeg
    4 projects | news.ycombinator.com | 24 Dec 2021
    I think you're supposed to read the header files? I have no idea how people write ffmpeg stuff. The only good tutorial I've seen is: https://github.com/leandromoreira/ffmpeg-libav-tutorial
  • A simple X11+SDL2 animated wallpaper setter and video player
    2 projects | /r/C_Programming | 13 Dec 2021
    Much of it I learned from An ffmpeg and SDL Tutorial (outdated, but the core idea persists), and from ffmpeg-libav-tutorial.
  • super quick FFmpeg and libav tutorial
    1 project | /r/signalprocessing | 8 Jun 2021
    https://github.com/leandromoreira/ffmpeg-libav-tutorial#learn-ffmpeg-libav-the-hard-way
  • FFmpeg + WebAssembly
    8 projects | dev.to | 19 May 2021
    If you are not familiar with libav, ffmpeg-libav-tutorial is a great introduction.
  • FFmpeg as a Library
    1 project | news.ycombinator.com | 12 May 2021
  • How to encode using c++ with constant fps?
    1 project | /r/ffmpeg | 18 Apr 2021
    Try this tutorial: https://github.com/leandromoreira/ffmpeg-libav-tutorial
  • where do I start? Linux embedded development; SoC's. CSI and DSI MIPI
    2 projects | /r/embedded | 30 Dec 2020
    Btw, if you want to encode anything higher than 1080p60 using the Videocore VI, you'll need to use an external library like ffmpeg. There is a good tutorial for ffmpeg too - https://github.com/leandromoreira/ffmpeg-libav-tutorial . This should teach you how to encode the raw video stream you get from the camera into a codec of your choice.

digital_video_introduction

Posts with mentions or reviews of digital_video_introduction. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-25.
  • Breakdown of AV1 Video Codec
    2 projects | news.ycombinator.com | 25 Dec 2023
    There's a great introduction to video tech, including codecs, at https://github.com/leandromoreira/digital_video_introduction
  • A Hands-On Introduction to Video Codec Technology and FFmpeg
    1 project | news.ycombinator.com | 21 Jul 2023
  • Topics to cover in a 101 AV class
    1 project | /r/CommercialAV | 2 Feb 2023
    A couple of AV centric scenarios I'd explore: - Set up two speakers fed with a mono signal, flip the phase on one and have students move around the area. From this introduce constructive and destructive interference and some basic acoustics. - Using an oscilloscope (or just prepped graphics) show a sine wave on an unbalanced line, how this is paired with an inverted copy of itself on a balanced line, and how this works to cancel transmission noise. - With an analogue signal now pictured, introduce analogue to digital conversion and what sample rate and bit depth mean. From this you can also start to introduce why gain staging is important in both pure analogue systems and those where you're bouncing between analogue and digital domains. - Introduce video: colour channels, different ways of representing colour and some (very surface level) compression basics like chroma subsampling. Really good resource for that here. - Introduce base patterns for getting any signals arounds: dedicated circuits (analogue audio, HDMI video, RS-232 control, logic IO) and network based (again for audio, video, and control). Dive intro signal flow, how to read a schematic and where reasoning about each of these modes differs.
  • Crestron DMC-D-4K Class Tips/Things to Watch out For
    1 project | /r/CommercialAV | 25 Jul 2022
    If you want to keep digging from there, get familiar with the compression on NVX, JPEG-XS, and how it behaves. intoPIX are the upstream vendor that do some of the NVX internals and have some great resources on that here: https://www.intopix.com/jpeg-xs. For a guide on all things digital video I also highly recommend https://github.com/leandromoreira/digital_video_introduction.
  • [OC] Finally managed to sync the moshing effect to the beat of the music, here's what it looks like on a small test section of a music video
    1 project | /r/datamoshing | 6 Jul 2022
    Edit: After finishing writing the comment, I realized that it was more technical than I intended, and assumes that the reader has a basic to medium understanding of video compression. If not, I recommend this writeup/tutorial of digital video, especially the section about frame types.
  • Ask HN: How can I learn about video encoding, h.264, ffmpeg, etc.
    3 projects | news.ycombinator.com | 1 Apr 2022
    A good high-level breakdown of H.264: https://sidbala.com/h-264-is-magic/

    Associated HN post (although there have been a few): https://news.ycombinator.com/item?id=30710574

    More technical: https://github.com/leandromoreira/digital_video_introduction...

  • H.264 is magic: a technical walkthrough
    9 projects | news.ycombinator.com | 17 Mar 2022
    For those interested in this topic, I highly recommend the approachable but more extensive technical introduction at https://github.com/leandromoreira/digital_video_introduction
  • Help and guidance for a Coding interview for the role of Media Video Engineer (Video Quality)
    1 project | /r/VIDEOENGINEERING | 21 Jan 2021
    Go look at this. https://github.com/leandromoreira/digital_video_introduction

What are some alternatives?

When comparing ffmpeg-libav-tutorial and digital_video_introduction you can also consider the following projects:

ffmpeg.wasm - FFmpeg for browser, powered by WebAssembly

PHP-FFmpeg-video-streaming - 📼 Package media content for online streaming(DASH and HLS) using FFmpeg

libav-examples - Collection of FFmpeg libav examples.

Av1an - Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding

FFmpeg - Mirror of https://git.ffmpeg.org/ffmpeg.git

VVCEasy - VVCEasy is that you don't have to compile or/and coding to encode VVC (known as Versatile Video Codec). Simple. Easy. Encode. Decode

libva - Libva is an implementation for VA-API (Video Acceleration API)

SVT-AV1 - Welcome to the GitHub repo for the SVT-AV1! This repo is set to read-only for archiving purposes. Please join us at https://gitlab.com/AOMediaCodec/SVT-AV1. We look forward to seeing you there

butterflow-ui - A graphical user interface for butterflow.

NotEnoughAV1Encodes - GUI for AV1 (aomenc, rav1e & svt-av1)

libvorbis - Haskell binding for libvorbis, for decoding Ogg Vorbis audio files

SwiftFFmpeg - A Swift wrapper for the FFmpeg API