ffmpeg-libav-tutorial

FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more. Translations: ๐Ÿ‡บ๐Ÿ‡ธ ๐Ÿ‡จ๐Ÿ‡ณ ๐Ÿ‡ฐ๐Ÿ‡ท ๐Ÿ‡ช๐Ÿ‡ธ ๐Ÿ‡ป๐Ÿ‡ณ ๐Ÿ‡ง๐Ÿ‡ท (by leandromoreira)

Ffmpeg-libav-tutorial Alternatives

Similar projects and alternatives to ffmpeg-libav-tutorial

  1. Express

    Fast, unopinionated, minimalist web framework for node.

  2. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrientโ€™s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  3. FFmpeg

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

  4. frigate

    NVR with realtime local object detection for IP cameras

  5. ffmpeg.wasm

    FFmpeg for browser, powered by WebAssembly

  6. oss-fuzz

    OSS-Fuzz - continuous fuzzing for open source software.

  7. libav-examples

    Collection of FFmpeg libav examples.

  8. digital_video_introduction

    A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding). Translations: ๐Ÿ‡บ๐Ÿ‡ธ ๐Ÿ‡จ๐Ÿ‡ณ ๐Ÿ‡ฏ๐Ÿ‡ต ๐Ÿ‡ฎ๐Ÿ‡น ๐Ÿ‡ฐ๐Ÿ‡ท ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ง๐Ÿ‡ท ๐Ÿ‡ช๐Ÿ‡ธ

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. ffprobe-wasm

    A Web-based FFProbe. Powered by FFmpeg, Vue and Web Assembly!

  11. butterflow-ui

    A graphical user interface for butterflow.

  12. libva

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

  13. userland

    Source code for ARM side libraries for interfacing to Raspberry Pi GPU. (by raspberrypi)

  14. libvorbis

    Haskell binding for libvorbis, for decoding Ogg Vorbis audio files

  15. ffmpeg-tutorial

    Discontinued A set of tutorials that demonstrates how to write a video player based on FFmpeg

  16. anipaper

    ๐Ÿ“ฝ A simple X11+SDL2 animated wallpaper setter and video player

  17. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ffmpeg-libav-tutorial alternative or higher similarity.

ffmpeg-libav-tutorial discussion

Log in or Post with

ffmpeg-libav-tutorial reviews and mentions

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.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 18 Feb 2025
    SaaSHub helps you find the best software and product alternatives Learn more โ†’

Stats

Basic ffmpeg-libav-tutorial repo stats
10
10,217
5.8
18 days ago

Sponsored
Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrientโ€™s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io

Did you know that C is
the 6th most popular programming language
based on number of references?