Ffmpeg from Zero to Hero [Book]

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
  • video-everyday

    Automatically create a '1 second everyday' video

  • I battled with this a lot with https://github.com/umaar/video-everyday and still haven't found a better solution.

    What I don't understand is, how can professional video editing tools trim accurately (and very quickly)? What are they doing differently to ffmpeg?

    If do things the "fast way" with ffmpeg, the exported video has random black frames which I think is related to the keyframe issue you mention. If I do things the "slow way" (e.g. accurately) with ffmpeg, it takes a huge amount of time (at least with large 4k videos). But I don't understand how I can drop that same 4k video into Screenflow, trim 1 second out of it and export it in a matter of seconds.

  • ffmpeg-python

    Python bindings for FFmpeg - with complex filtering support

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Video-Hub-App

    Official repository for Video Hub App

  • FFmpeg is the foundation of my Video Hub App :D

    https://github.com/whyboris/Video-Hub-App

    Extract screenshots from video, join them together in a horizontal filmstrip (letterboxing as needed) for super-fast preview of each video :)

  • vdx

    :film_strip: An intuitive CLI for processing video, powered by FFmpeg

  • This was posted a couple of months ago here.

    https://github.com/yuanqing/vdx - An Intuitive CLI for processing video, powered by FFmpeg.

  • m4b-tool

    m4b-tool is a command line utility to merge, split and chapterize audiobook files such as mp3, ogg, flac, m4a or m4b

  • - Incorrect handling of mp3 chapters https://github.com/sandreas/m4b-tool/issues/71#issuecomment-...

    If anyone who is interested in using ffmpeg in a container, this alias is pretty useful (use relative paths ;-):

      alias ffmpeg='docker run --rm -u $(id -u):$(id -g) -v "$PWD:$PWD" -w "$PWD" mwader/static-ffmpeg:4.3.2'

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • When will FFmpeg support reading and writing jxl?

    2 projects | /r/jpegxl | 23 Sep 2021
  • Ask HN: How did you earn your first $100 and first $1k online?

    1 project | news.ycombinator.com | 10 Jul 2023
  • How do u guys organize porn.

    4 projects | /r/DataHoarder | 9 Nov 2022
  • how do you store your porn?

    1 project | /r/DataHoarder | 2 Oct 2022
  • Get Started Live Streaming in the Cloud with Amazon IVS

    3 projects | dev.to | 19 Aug 2022