Awesome List Updates on Dec 21, 2019
6 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Video
Learning
- Creating A Production Ready Multi Bitrate HLS VOD stream - Peer5 P2P Docs - Peer5 documentation
- FFmpeg and how to use it wrong - I’ve been in the streaming media industry since 2008 and have seen a lot of misinformation regarding both FFmpeg and libx264. In this post I hope to help shed some light on what does and does…
- Guide to Mobile Video Streaming with HLS - HTTP Live Streaming, also known as HLS, is the most common format used today for streaming video. If you're building a video streaming application today, you should probably use HLS. Apple created the HLS standard in 2009, and it is the required streaming format for iOS devices. Since then, Android
- How To Setup Nginx For HLS Video Streaming On Centos 7 - How to live stream videos with Nginx
- How video streaming works on the web: An introduction - Note: this article is an introduction to video streaming in JavaScript and is mostly targeted to web developers. A large part of the…
- Internet Video Streaming — ABR part 1 - Background
- Internet Video Streaming — ABR part 2 - Background
- Introduction to HTTP Live Streaming: HLS on Android and More - This article explains how HTTP Live Streaming works and demonstrates how to create an HLS player in Android.
- Low Latency Live Streaming - Low Latency Live Streaming Apple LLHLS / CMAF Kevin Staunton-Lambert Solutions Architect R&D (July 2019) @kevleyski www.switch.tv
- OTT Content Delivery - Background
- OTT Content Delivery– Multi CDN - Background
- Server-less Video Backend - In this blog post by Jonas Rydholm Birmé he describes how a completely server-less video backend on AWS would look like.
- The structure of an MPEG-DASH MPD - The MPEG-DASH Media Presentation Description (MPD) is an XML document containing information about media segments, their relationships and information necessary to choose between them, and other metadata that may be needed by clients. In this post, I describe the most important pieces of the MPD, starting from the top level (Periods) and going to the bottom (Segments).
- VOD2Live - VOD2Live Kevin Staunton-Lambert Solutions Architect R&D @kevleyski www.switch.tv
- Video Encoding — Compression and Resolutions - Written by: Boris Asadanin, Streaming Media Consultant at Eyevinn Technology
- Video Tensorflow - Using Tensorflow For Audience Measurement Kevin Staunton-Lambert Solutions Architect R&D @kevleyski www.switch.tv
- WebAssembly (Wasm) - WebAssembly (Wasm) On the Edge Kevin Staunton-Lambert Solutions Architect R&D @kevleyski www.switch.tv Wasm)
- WildFires - VOD2Live Kevin Staunton-Lambert Solutions Architect R&D @kevleyski Wild Fire! How video engineers can help save lives www.switch.tv
- bash scripts to create VOD HLS stream with ffmpeg almighty (tested on Linux and OS X) - bash scripts to create VOD HLS stream with ffmpeg almighty (tested on Linux and OS X) - README.md
- matmoi/create-DASH-HLS (⭐37) - A tutorial to generate fMp4 files compatible with dash and HLS - matmoi/create-DASH-HLS
- matmoi/create-DASH-HLS (⭐37) - A tutorial to generate fMp4 files compatible with dash and HLS - matmoi/create-DASH-HLS
Learning / Talks Presentations Podcasts
- From Sys Admin to Netflix SRE - Talk by Jonah Horowitz, Albert Tobey What does it take to be a Netflix SRE? With tens of thousands of Linux instances in a distributed system architecture, a...
HLS / Talks Presentations Podcasts
- Eyevinn/hls-cutsegment (⭐3) - A web app that lets you insert a cut into a segment, which is then cut into two new segments. - Eyevinn/hls-cutsegment
- Eyevinn/hls-download (⭐46) - Download HLS and convert to MP4.
- Eyevinn/hls-origin-scripts (⭐18) - Scripts to manipulate HLS manifests at origin or edge server - Eyevinn/hls-origin-scripts
- Eyevinn/hls-playlist-parser (⭐5) - A Javascript library to parse Hls playlists.
- Eyevinn/hls-relay (⭐21) - Script to pull HLS stream from one origin and push to another origin - Eyevinn/hls-relay
- Eyevinn/hls-ts-analyzer (⭐1) - Example implementation of hls-ts.js library.
- Eyevinn/hls-ts-js (⭐35) - HLS MPEG-TS parser library in Javascript.
- Eyevinn/manifestparser (⭐2) - A manifest parser.
- Eyevinn/vod-to-live (⭐7) - A python library to generate Live HLS from VOD.
- HLS and Fragmented MP4 - At WWDC 2016, Apple announced support for fragmented MP4 (fMP4) as an alternative to MPEG-TS, which prior to their announcement was the only supported format. So why use fragmented MP4 files? Well,…
- Introducing Low-Latency HLS - WWDC 2019 - Videos - Apple Developer - Since its introduction in 2009, HTTP Live Streaming (HLS) has enabled the delivery of countless live and on‐demand audio and video...
- Last-Order/Minyami (⭐551) - A lovely video downloader for HLS videos.
- M3U8Kit/M3U8Parser (⭐260) - A light weight M3U8 parser. Support X-Key & X-Session-Key. - M3U8Kit/M3U8Parser
- SoulMelody/hls-get (⭐41) - An asynchronous terminal-based hls video stream (m3u8) downloader & combiner, with AES-128 decryption support. - SoulMelody/hls-get
- alfg/docker-nginx-rtmp (⭐1k) - 🐋 A Dockerfile for nginx-rtmp-module + FFmpeg from source with basic settings for streaming HLS. Built on Alpine Linux. - alfg/docker-nginx-rtmp
- cdnbye/hlsjs-p2p-engine (⭐1k) - A hls.js plugin to offload bandwidth from expensive traditional CDNs,while also maximizing a user’s viewing experience. - cdnbye/hlsjs-p2p-engine
- creeveliu/HTTPLiveStreamingTools (⭐72) - Latest Apple HLS tools copy from Apple Developer Center - creeveliu/HTTPLiveStreamingTools
- denex/hls-downloader (⭐135) - Download all video files from HLS (HTTP Live Streaming) VoD (Video on Demand) m3u8 playlist for local playback - denex/hls-downloader
- dhairav/URLSessionHLSDownload (⭐5) - A swift 3 implementation for downloading HLS content and play it back using native AVPlayer - dhairav/URLSessionHLSDownload
- epiclabs-io/hls-analyzer (⭐179) - Analyzer for HTTP Live Streams (HLS) content.
- fcanas/HLSCore (⭐12) - A collection of Swift packages for working with HLS - fcanas/HLSCore
- flavioribeiro/nginx-audio-track-for-hls-module (⭐136) - 🔉 Nginx module that generates audio track for HTTP Live Streaming (HLS) streams on the fly. - flavioribeiro/nginx-audio-track-for-hls-module
- flavioribeiro/nginx-vod-module-fmp4-hls (⭐43) - Play fragmented mp4's on HLS using nginx-vod-module - flavioribeiro/nginx-vod-module-fmp4-hls
- globocom/hlsclient (⭐105) - Python HLS Client.
- globocom/m3u8 (⭐2k) - M3U8 library
- grafov/m3u8 (⭐1.2k) - Parser and generator of M3U8-playlists for Apple HLS. Library for Go language. 🎦 - grafov/m3u8
- iheartradio/open-m3u8 (⭐245) - Open Source m3u8 Parser.
- iliya-gr/mediasegmenter (⭐54) - HLS media segmenter.
- imsanthosh/HLS-Stream-health-monitoring-tool (⭐11) - HLS stream health monitoring utility tool provides an report of live HLS stream. This utility tool checks the all available bitrate streams and generates the report in html file format. HTML file i...
- krad/morsel (⭐29) - 📇 Swift library for creating HLS playlists and fragmented mp4 files. Works on Linux and iOS. - krad/morsel
- lcy0321/m3u8-downloader (⭐24) - Download the ts files according to the given m3u8 file. - lcy0321/m3u8-downloader
- leandromoreira/http-video-streaming-troubleshooting (⭐77) - A collection of fixes / problem solutions to HTTP video streaming - leandromoreira/http-video-streaming-troubleshooting
- majamee/arch-ffmpeg-gpac (⭐3) - A ready-prepared video transcoding pipeline to create DASH/ HLS compatible video files & playlists - majamee/arch-ffmpeg-gpac
- mifi/hls-vod (⭐275) - HTTP Live Streaming with on-the-fly encoding of any video file for Web/Apple TV/iPhone/iPad/iPod - mifi/hls-vod
- nmrony/hlsdownloader (⭐106) - Downloads HLS Playlist file and TS chunks.
- nmrony/hlsdownloader-cli (⭐15) - Downloads HLS Playlist file and TS chunks using Terminal - nmrony/hlsdownloader-cli
- openHPI/nginx-hls-analyzer (⭐11) - Fork of fmsloganalyzer to adapt it for HLS streaming analyzes with nginx - openHPI/nginx-hls-analyzer
- osklil/hls-fetch (⭐195) - Download and decrypt videos served by the HTTP Live Streaming (HLS) protocol. - osklil/hls-fetch
- puemos/hls-downloader-chrome-extension (⭐1.8k) - Google Chrome Extension for sniffing and downloading HTTP Live streams (HLS) - puemos/hls-downloader-chrome-extension
- qi-shun-wang/HLSDownloader (⭐29) - Download Crypted HLS with server key and play video as local playing on iOS device. - qi-shun-wang/HLSDownloader
- r-plus/HLSion (⭐77) - HTTP Live Streaming (HLS) download manager to offline playback. - r-plus/HLSion
- rounce/nginx-hls-module (⭐53) - Smooth Streaming Module fork.
- selsta/hlsdl (⭐618) - C program to download VoD HLS (.m3u8) files.
- shimberger/gohls (⭐558) - A server that exposes a directory for video streaming via web interface - shimberger/gohls
- shrimpgo/video-downloader (⭐10) - Helper to download HLS videos.
- tjenkinson/mock-hls-server (⭐69) - Fake a live/event HLS stream from a VOD one. Useful for testing. - tjenkinson/mock-hls-server
- videojs/m3u8-parser (⭐457) - An m3u8 parser.
- yuhuili-lab/Tide (⭐7) - Simple m3u8 and MPEG-DASH MPD video downloader using libcurl - yuhuili-lab/Tide
- zhaiweiwei/nginx-hls (⭐3) - Contribute to zhaiweiwei/nginx-hls development by creating an account on GitHub.
DASH / Talks Presentations Podcasts
- Dash-Industry-Forum/DASH-IF-Conformance (⭐66) - This repository provides the source code for MPEG-DASH/DASH-IF Conformance Software/Validator. It has been extended according to further standards, such as CMAF, DVB-DASH, HbbTV, and CTA WAVE. - Da...
- Dash-Industry-Forum/ISOSegmentValidator (⭐7) - Contribute to Dash-Industry-Forum/ISOSegmentValidator development by creating an account on GitHub.
- Dash-Industry-Forum/dash-live-source-simulator (⭐147) - DASH live source simulator providing reference live content. - Dash-Industry-Forum/dash-live-source-simulator
- Dash-Industry-Forum/dash.js (⭐5k) - A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers. - Dash-Industry-Forum/dash.js
- Dash-Industry-Forum/media-tools (⭐84) - A collection of tools for analyzing, handling, and creating media and media containers - Dash-Industry-Forum/media-tools
- Eyevinn/dash-validator-js (⭐23) - MPEG DASH validator JS library.
- Eyevinn/docker-2dash (⭐6) - A Docker container to pre-package MPEG DASH on demand content - Eyevinn/docker-2dash
- Eyevinn/docker-dash-packager (⭐16) - Open source MPEG DASH packager for live and VOD.
- Eyevinn/vp9-dash (⭐1) - FFMpeg wrapper script to create VP9 MPEG-DASH packages - Eyevinn/vp9-dash
- Viblast/dash-proxy (⭐122) - Easy downloading and mirroring of MPEG-DASH streams - Viblast/dash-proxy
- bitmovin/libdash (⭐587) - MPEG-DASH Access Library - Official ISO/IEC MPEG-DASH Reference Implementation - bitmovin/libdash
- carlanton/mpd-tools (⭐25) - DASH MPD tools for Java.
- djvergad/dash (⭐44) - An MPEG/DASH client-server module for simulating rate adaptation mechanisms over HTTP/TCP. - djvergad/dash
- mahbubcseju/MPEG-DASH-Downloader (⭐7) - Contribute to mahbubcseju/MPEG-DASH-Downloader development by creating an account on GitHub.
- nickdesaulniers/combine-mpd (⭐10) - Combine MPEG DASH MPD manifest files.
- sangwonl/python-mpegdash (⭐101) - MPEG-DASH MPD(Media Presentation Description) Parser - sangwonl/python-mpegdash
- stultus/mp4-to-mpegdash-py (⭐19) - Python Script to convert a MP4 file into onDemand MPEG-DASH - stultus/mp4-to-mpegdash-py
- tchakabam/dash-proxy (⭐3) - Experimental MPEG-DASH media gateway - proxy on-the-fly modified MP4 segment metadata - tchakabam/dash-proxy
- theolampert/dash-server (⭐8) - Small, command-line HTTP/2 file server for serving MPEG-DASH content. - theolampert/dash-server
- videojs/mpd-parser (⭐77) - Contribute to videojs/mpd-parser development by creating an account on GitHub.
- videojs/videojs-contrib-dash (⭐295) - Video.js plugin for supporting the MPEG-DASH playback through a video.js player - videojs/videojs-contrib-dash
Encoding / Talks Presentations Podcasts
- A Large-Scale Comparison of x264, x265, and libvpx - a Sneak Peek
- Introducing SVT-AV1: a scalable open-source AV1 framework - by Andrey Norkin, Joel Sole, Kyle Swanson, Mariana Afonso, Anush Moorthy, Anne Aaron
- Snowmix - The Swiss Army Knife of Open Source Live Video Mixing. - Snowmix Video Mixer
- alfg/docker-bento4 (⭐11) - A dockerized Bento4 from source. Built on Alpine Linux. - alfg/docker-bento4
- avTranscoder/avTranscoder (⭐161) - C++ API for LibAV / FFMpeg.d
- bbc/brave (⭐653) - Basic Real-time AV Editor - allowing you to preview, mix, and route live audio and video streams on the cloud - bbc/brave
- bfansports/CloudTranscode (⭐293) - Distributed videos and images encoding/transcoding using Amazon SFN, FFMpeg and ImageMagic - bfansports/CloudTranscode
- bloc97/Anime4K (⭐18k) - A High-Quality Real Time Upscaler for Anime Video.
- cannonbeach/ott-packager (⭐224) - OTT/ABR streaming encoder (H264/HEVC) and packager for DASH and HLS - cannonbeach/ott-packager
- escaped/django-video-encoding (⭐114) - django-video-encoding helps to convert your videos into different formats and resolutions. - escaped/django-video-encoding
- mltframework/mlt (⭐1.4k) - MLT Multimedia Framework.
- olaris / olaris-server - GitLab.com
- ptrandev/swift-encoder (⭐5) - A fire-and-forget shell script that encodes multiple video and audio files with ffmpeg. - ptrandev/swift-encoder
- realeyes-media/demo-encoder (⭐56) - A nodejs encoding system based on ffmpeg and configured to write HLS streaming files to S3 - realeyes-media/demo-encoder
- snickers/snickers (⭐532) - 🍫 An open source alternative to the video cloud encoding services. - snickers/snickers
- voc/voctomix (⭐573) - Full-HD Software Live-Video-Mixer in python.
Encoding / HEVC
- Apple Got It Wrong: Encoding Specs for HEVC in HLS - Adding HEVC to your HLS streams is looking like a no brainer, but if you decide to do so, you may not want to take Apple's HEVC encoding recommendations verbatim. You'll deliver noticeably higher quality video if you follow the advice detailed below.
- Eyevinn/docker-hevc (⭐1) - Docker container to create HEVC streaming packages - Eyevinn/docker-hevc
- Guide to HEVC/H.265 Encoding and Playback - HEVC's main advantage over H.264 is that it offers roughly double the compression ratio for the same quality. This means that a video file encoded with HEVC can occupy half the space of its H.264 equivalent with no noticeable change in quality, or the same amount of space with improved quality.
- HEVC in HLS: 10 Key Questions for Streaming Video Developers - Many who heard that Apple is adding support for HEVC playback in HTTP Live Streaming were left with more questions than answers. Here's what developers need to know.
- HEVC/H.265 Video Coding Standard: Part 1 - Dr. Dan Grois, Benjamin Bross, Dr. Detlev Marpe and Karsten Sühring HEVC/H.265 Video Coding Standart including the Range Extensions Scalable Extensions and M...
- HEVC/H.265 Video Coding Standard: Part 2 - Dr. Dan Grois, Benjamin Bross, Dr. Detlev Marpe and Karsten Sühring HEVC/H.265 Video Coding Standart including the Range Extensions Scalable Extensions and M...
- Standardization of High Efficiency Video Coding (HEVC) - Standardization of High Efficiency Video Coding (HEVC) Jens-Rainer Ohm, Institute of Communication Engineering, RWTH Aachen University, DE
- The Market Significance of Apple's Adopting HEVC: Here's What I Think - At the recent World Wide Developer's Conference (WWDC), Apple announced that the next versions of Safari, iOS, and tvOS will support HLS with HEVC encoded video. This puts Apple firmly in the HEVC camp, with the Alliance for Open Media camp (Amazon, Cisco, Intel, Google, Microsoft, Mozilla, Netflix,
Streaming Server and Storage / SRT
- ant-media/Ant-Media-Server (⭐4.2k) - Ant Media Server supports RTMP, RTSP, WebRTC and Adaptive Bitrate. It can also record videos in MP4, HLS and FLV - ant-media/Ant-Media-Server
- ossrs/srs (⭐25k) - SRS is a simple live streaming cluster, a simple joy. - ossrs/srs
Specs and Standards / SRT
Specs and Standards / MPEG
Players / MPEG
- IvanoBilenchi/Adaptive-Video-Player (⭐23) - HLS player for iOS that supports manual selection for the quality of adaptive streams - IvanoBilenchi/Adaptive-Video-Player
- imoreapps/ffmpeg-avplayer-for-ios-tvos (⭐1k) - A tiny but powerful iOS and Apple TV OS av player framework that's based on the FFmpeg library. - imoreapps/ffmpeg-avplayer-for-ios-tvos
- lightspark/lightspark (⭐1.8k) - An open source flash player implementation.
- matvp91/indigo-player (⭐1.2k) - Highly extensible, modern, JavaScript video player. Handles MPEG-Dash / HLS / MPEG-4 and is built on top of the HTML5 video element. - matvp91/indigo-player
- mpv-player/mpv (⭐27k) - 🎥 Command line video player.
- nytimes/ios-360-videos (⭐274) - NYT360Video plays 360-degree video streamed from an AVPlayer on iOS. - nytimes/ios-360-videos
- peak3d/inputstream.adaptive (⭐443) - kodi inputstream addon for several manifest types.
- ruffle-rs/ruffle (⭐15k) - A Flash Player emulator written in Rust.
- tjenkinson/media-element-syncer (⭐21) - Synchronise two or more HTML5 media elements.
- ustwo/videoplayback-ios (⭐218) - Swift AVPlayer wrapper using the VIPER architecture. Currently a work in progress - ustwo/videoplayback-ios
- videolan/vlc (⭐13k) - VLC media player - All pull requests are ignored, please follow https://wiki.videolan.org/Sending_Patches_VLC/ - videolan/vlc
- vitalets/awesome-smart-tv (⭐1k) - ⚡A curated list of awesome resources for building Smart TV apps - vitalets/awesome-smart-tv
Players / Chromecast
Players / Roku
- CCecilia/roku-suite-desktop (⭐7) - Tool suite for Roku channel development.
- MediaBrowser/Emby.Roku (⭐76) - Emby for Roku.
- T-Pham/RokuJSONHelperNode (⭐2) - Roku SceneGraph JSON Helper.
- XML + Code + Good times = RSG Application - Written by John Zolezzi — April 6th 2018
- anachirino/bifserver (⭐19) - Server which creates and serves up BIF files for Roku players - anachirino/bifserver
- briandunnington/Redoku (⭐23) - Redux for Roku.
- briandunnington/Roact (⭐46) - React for Roku
- chrishoffman/brightscript-json (⭐11) - JSON parser for Roku's proprietary Brightscript language - chrishoffman/brightscript-json
- dphang/roku-lib (⭐51) - Some useful Roku utilities.
- exegersha/network-benchmark (⭐2) - Proof of concept. Roku app implementing network layer using scene graph nodes. - exegersha/network-benchmark
- gabek/Amplitude-Brightscript (⭐2) - A Brightscript (Roku) library for submitting analytics to Amplitude - gabek/Amplitude-Brightscript
- gabek/SegmentIO-Brightscript (⭐5) - A BrightScript interface to SegmentIO event tracking - gabek/SegmentIO-Brightscript
- georgejecook/rooibos (⭐73) - simple, flexible, fun brightscript test framework for roku scenegraph apps - georgejecook/rooibos
- juliomalves/roku-libs (⭐59) - BrightScript Utility Libraries.
- karimkawambwa/roku-framework (⭐7) - Roku app framework to make app creation easier and structured. Under construction - karimkawambwa/roku-framework
- karimkawambwa/roku-framework-example (⭐3) - This is a project to show how the boku-framework by Karim Kawambwa is used - karimkawambwa/roku-framework-example
- mrkjffrsn/RokuFramework (⭐47) - An opensource Roku framework.
- nod/rokumote (⭐31) - osx app for controlling your roku because sometimes your kids lose the remote - nod/rokumote
- rkoshak/sensorReporter (⭐105) - A python based service that receives sensor inputs and publishes them over REST (should work with any API but mainly tested with openHAB) or MQTT. It can also receive commands and perform an action...
- rokucommunity/brighterscript-formatter (⭐14) - A code formatter for BrighterScript (and BrightScript) - rokucommunity/brighterscript-formatter
- rokucommunity/vscode-brightscript-language (⭐104) - A Visual Studio Code extension for Roku's BrightScript language - rokucommunity/vscode-brightscript-language
- rokudev/RAF4RSG-sample (⭐8) - sample demonstrating the Roku Advertising Framework in SceneGraph - rokudev/RAF4RSG-sample
- rokudev/SDK-Development-Guide (⭐13) - Contribute to rokudev/SDK-Development-Guide development by creating an account on GitHub.
- rokudev/SceneGraphDeveloperExtensions (⭐113) - Contribute to rokudev/SceneGraphDeveloperExtensions development by creating an account on GitHub.
- rokudev/automated-channel-testing (⭐70) - Roku Automated Channel Testing: Selenium-based WebDriver + Robot Framework + Samples - rokudev/automated-channel-testing
- rokudev/dolby-audio-sample (⭐8) - A collection of Dolby test content available in different streaming protocols. - rokudev/dolby-audio-sample
- rokudev/samples (⭐445) - Collection of sample channels for side-loading on your Roku device - rokudev/samples
- rokudev/unit-testing-framework (⭐76) - Tool for automating and testing Roku channels.
- rolandoislas/BrightWebSocket (⭐14) - RFC 6455 WebSocket Library for the Roku.
- schtanislau/brightscript-state-machine (⭐3) - State management for Roku channel..
- sjbarag/brs-testbed (⭐5) - A simple, buildable Roku channel that executes arbitrary BrightScript files. - sjbarag/brs-testbed
- veeta-tv/jasmine-roku (⭐5) - Example jasmine tests using node-roku-test for verifying Roku channel behavior - veeta-tv/jasmine-roku
- willowtreeapps/ukor (⭐48) - A Roku build tool with support for build flavors.
- zype/zype-roku-scenegraph (⭐9) - Contribute to zype/zype-roku-scenegraph development by creating an account on GitHub.
FFMPEG / Web
- ElderByte-/docker-java-media (⭐1) - JRE 10 (Java 10) and media tools (ffmpeg).
- FFmpeg/FFmpeg (⭐44k) - Mirror of git://source.ffmpeg.org/ffmpeg.git.
- FallingSnow/h265ize (⭐528) - A node utility utilizing ffmpeg to encode videos with the hevc codec. - FallingSnow/h265ize
- Generate MPEG-TS from file with ffmpeg - In this post I will describe how an MPEG-TS multicast stream can be generated with ffmpeg by looping an MP4 file and a Docker container…
- How to generate a fmp4 hls live stream with FFMPEG - ffmpeg -re -stream_loop -1 -i voweb.mp4 -hls_fmp4_init_filename init.mp4 -vf “settb=AVTB,setpts=’trunc(PTS/1K)1K+st(1,trunc(RTCTIME/1K))-1Ktrunc(ld(1)/1K)’,\ drawtext=fontfile=…
- Is it possible to get FFmpeg to use hardware acceleration for HEVC transcoding on macOS? - I have a MacBook Pro with a Kaby Lake processor running macOS High Sierra (10.12). Is it possibe somehow to setup FFmpeg to utilize hardware encoding of HEVC with toolbox, instead of libx265?
- Kagami/ffmpeg.js (⭐3.2k) - Port of FFmpeg with Emscripten.
- Loop file and generate multiple video bitrates muxed in MPEG-TS with ffmpeg - In a previous post I described how an MPEG-TS multicast stream can be generated with ffmpeg by looping an MP4 file. In this post I will…
- WritingMinds/ffmpeg-android-java (⭐3.3k) - Android java library for FFmpeg binary compiled using https://github.com/writingminds/ffmpeg-android (⭐1.6k) - WritingMinds/ffmpeg-android-java
- bcoudurier/FFmbc (⭐190) - FFmpeg customized for broadcast and professional usage - bcoudurier/FFmbc
- binoculars/aws-lambda-ffmpeg (⭐871) - An S3-triggered Amazon Web Services Lambda function that runs your choice of FFmpeg 🎬 commands on a file 🎥 and uploads the outputs to a bucket. - binoculars/aws-lambda-ffmpeg
- bramp/ffmpeg-cli-wrapper (⭐1.6k) - Java wrapper around the FFmpeg command line tool.
- compile and install latest ffmpeg source as pkg - compile and install latest ffmpeg source as pkg. GitHub Gist: instantly share code, notes, and snippets.
- gitfu/manifesto (⭐18) - Manifesto is an HLS tool for creating multiple variants, a master.m3u8 file, and converting 608 captions to segmented webvtt subtitles via ffmpeg. - gitfu/manifesto
- jrottenberg/ffmpeg (⭐1.4k) - Docker build for FFmpeg on Ubuntu / Alpine / Centos 7 / Scratch - jrottenberg/ffmpeg
- kewlbear/FFmpeg-iOS-build-script (⭐3k) - Shell scripts to build FFmpeg for iOS and tvOS.
- kokorin/Jaffree (⭐449) - Java ffmpeg and ffprobe command-line wrapper.
- markus-perl/ffmpeg-build-script (⭐992) - The FFmpeg build script provides an easy way to build a static FFmpeg on OSX and Linux with non-free codecs included. - markus-perl/ffmpeg-build-script
- microshow/RxFFmpeg (⭐4.4k) - 🔥RxFFmpeg 是基于 ( FFmpeg 4.0 + X264 + mp3lame + fdk-aac )
- nextbreakpoint/ffmpeg4java (⭐24) - FFmpeg4Java provides a JNI wrapper of FFmpeg library - nextbreakpoint/ffmpeg4java
- silencecorner/jre-ffmpeg-apline (⭐1) - Dockerfile jre8 (⭐176) and ffmpeg - silencecorner/jre-ffmpeg-apline
- slhck/ffmpeg-encoding-course (⭐91) - An introduction to FFmpeg and its tools.
- transitive-bullshit/awesome-ffmpeg (⭐959) - 👻 A curated list of awesome FFmpeg resources.
- unosquare/ffmediaelement (⭐1.1k) - FFME: The Advanced WPF MediaElement (based on FFmpeg) - unosquare/ffmediaelement
Audio / Web
- Adjust and Normalize Your Music Files with FFMPEG - Make Tech Easier - If your music files are too loud, too soft, or have obnoxious peaks and irregular volume, you can use FFmpeg to normalize your music files. Here's how.
- EBU R128 Introduction - Florian Camerer - Florian Camerer gives an introduction to the European Broadcasting Union's R128 Broadcast Standard and speaks in general about perceived loudness, peak norma...
- How to Set Audio Levels for Video - Bad sound can easily ruin good footage. Use these tips when it comes time to set audio levels for video and film projects.
- Loudness Explained Page | Music Tribe - TC Electronic - tcelectronic,
- Quick Tutorial: How to Increase Volume in Audacity [2019 Update] - How to increase volume in Audacity? This article will guide you to change volume in Audacity and its alternative tool. You can pick up one of them to edit volume in Audacity as you like.
- hybrik/hybrik-samples (⭐17) - Hybrik Samples.
- slhck/ffmpeg-normalize (⭐1.2k) - Audio Normalization for Python/ffmpeg.
- superpoweredSDK/Low-Latency-Android-iOS-Linux-Windows-tvOS-macOS-Interactive-Audio-Platform (⭐1.3k) - 🇸Superpowered Audio, Networking and Cryptographics SDKs. High performance and cross platform on Android, iOS, macOS, tvOS, Linux, Windows and modern web browsers. - superpoweredSDK/Low-Latency-Andr...
Subtitles and Captions / Web
- BingLingGroup/autosub (⭐2k) - Command-line utility to transcribe/translate from video/audio/subtitles to subtitles - BingLingGroup/autosub
- Can ffmpeg extract closed caption data - I am currently using ffmpeg to convert videos in various formats to flv files. One request has also come up and that is to get closed caption info out o the file as well. Does anyone have any exper...
- Comcast/caption-inspector (⭐67) - Caption Inspector is a reference decoder for Closed Captions (CEA-608 and CEA-708). - Comcast/caption-inspector
- Comcast/cea-extractor (⭐17) - Parsing and display logic for CEA-608 caption data in fragmented MP4 files. - Comcast/cea-extractor
- DVB captions in media convert - ** If your output captions are DVB-Sub, set them up in your outputs according to the following information.
- Dash-Industry-Forum/cea608.js (⭐8) - A JavaScript project designed to extract CEA-608 captions. - Dash-Industry-Forum/cea608.js
- Eyevinn/srt-metadata-extractor (⭐1) - Contribute to Eyevinn/srt-metadata-extractor development by creating an account on GitHub.
- Web Video Text Tracks Format (WebVTT) - Web Video Text Tracks Format (WebVTT) is a format for displaying timed text tracks (such as subtitles or captions) using the track element.
- abinashmeher999/voice-data-extract (⭐19) - A command line interface to combine text information from subtitles with voice data in the video. Provides a convenient way to generate training data for speech-recognition purposes. - abinashmeher...
- active-video/subtitles (⭐1) - AV Platform MPEG DASH subtitles.
- apm1467/videocr (⭐499) - Extract hardcoded subtitles from videos using machine learning - apm1467/videocr
- awslabs/serverless-subtitles (⭐127) - Serverless Subtitles can handle a video input, extract the sound, transcript it and generate different subtitle files for your video. - awslabs/serverless-subtitles
- cessen/subs_extract (⭐11) - Extracts per-sentence subtitles + audio from a subtitle file + video file. - cessen/subs_extract
- federicocalendino/pysub-parser (⭐53) - Utility to extract the text and timestamps of a subtitle file (.srt, .ssa, .sub, .txt). - federicocalendino/pysub-parser
- jnorton001/pycaption-cli (⭐19) - A command line interface for the pycaption module. - jnorton001/pycaption-cli
- statsbiblioteket/tv-subtitle-extraction (⭐14) - System for extraction of subtitles from TV broadcasts. - statsbiblioteket/tv-subtitle-extraction
- xinnjie/extract-subtitle (⭐3) - extract subtitles from video.
Ads / Web
- Eyevinn/adxchange-engine (⭐4) - Eyevinn Adxchange Engine is a microservice placed between the server-side ad-insertion component and the adserver or SSP - Eyevinn/adxchange-engine
- Eyevinn/vast-info (⭐5) - Parse a VAST or VMAP to show valuable information in a readable format - Eyevinn/vast-info
- SCTE-104/35 and Beyond: A Look at Ad Insertion in an OTT World - Ad Insertion is a very important part of many video delivery systems because of the monetization aspect—it generates revenue!
- Understanding Real-time Bidding for AVOD Services - We have in previous blog articles described the principles behind server-side ad-insertion and described some of the challenges with it as…
- Understanding Server-Side Dynamic Ad Insertion - In this post we’re explaining the principles behind Server-Side Dynamic Ad Insertion technology. If you are already familiar with video…
Vendors / Web
Vendors / Dolby
- hybrik/hybrik-samples (⭐17) - Hybrik Samples.
QoE / Dolby
- JNoDuq/videobench (⭐227) - VMAF PSNR Bitrate Analyzer.
- Netflix/vmaf (⭐4.3k) - Perceptual video quality assessment based on multi-method fusion. - Netflix/vmaf
- Quality of Experience in Streaming - In Eyevinn Technology’s ambition to broader our sharing of knowledge we now expand this with addressing quality. In today’s landscape of…
- The Challenge to Maintain and Translate Creative Visual Ideas to Everyone’s Viewing Devices - Many articles have already been posted drawing conclusions on what went wrong with the visual quality of a very popular TV show that was…
- Toward A Practical Perceptual Video Quality Metric - measuring video quality accurately at scale
- VMAF: The Journey Continues - by Zhi Li, Christos Bampis, Julie Novak, Anne Aaron, Kyle Swanson, Anush Moorthy and Jan De Cock
- Video Bench — How measure your video quality easily - Introduction
- Video Quality Assessment - In Eyevinn’s initiative to share our knowledge around quality we continue with addressing video quality assessment; from both a subjective…
- cta-wave/R4WG20-QoE-Metrics (⭐28) - Issue tracking repository for the R4-Wg20 QoE Initiative - cta-wave/R4WG20-QoE-Metrics
Tools / Dolby
- A Docker container with the video streaming tools you need - As a video streaming technician there are a number of tools that you find yourself using on a daily basis. Wouldn’t it be handy if all…
- Comcast/eel (⭐105) - A simple proxy service to forward JSON events and transform or filter them along the way. - Comcast/eel
- Comcast/gots (⭐303) - MPEG Transport Stream handling in Go.
- Comcast/mamba (⭐177) - Mamba is a Swift iOS, tvOS and macOS framework to parse, validate and write HTTP Live Streaming (HLS) data. - Comcast/mamba
- Comcast/scte35-js (⭐46) - A SCTE 35 Parser for JavaScript.
- DSRCorporation/imf-conversion (⭐62) - NF IMF media conversion utility allows to handle flat file creation from a specified CPL within the IMF package - DSRCorporation/imf-conversion
- Eyevinn/channel-engine (⭐106) - OTT TV Channel Engine.
- Eyevinn/docker-jit-capture (⭐2) - A Docker container for an open source Just-In-Time Capture Origin - Eyevinn/docker-jit-capture
- Eyevinn/docker-serve (⭐3) - A simple Python based HTTP server that sets CORS allow headers. Useful for streaming from files on local computer - Eyevinn/docker-serve
- Eyevinn/fmp4-js (⭐12) - A Javascript library to parse ISO Base Media File Format (MPEG-4 Part 12) - Eyevinn/fmp4-js
- Eyevinn/pseudo-live-playout (⭐1) - Contribute to Eyevinn/pseudo-live-playout development by creating an account on GitHub.
- Eyevinn/toolbox (⭐231) - A set of Docker containers with Streaming tools.
- Inca — Message Tracing and Loss Detection For Streaming Data @Netflix - At Netflix, our real-time data infrastructure have embraced the multi-cluster Kafka architecture and Flink powered stream processing…
- Kthulu120/liquid_dl (⭐72) - Liquid-dl is a simple tool for utlities such as FFMPEG, youtube-dl, and scdl. It provides a simple framework with simple point and click options allowing users to just click on what they need and u...
- Marcos-A/STRCleaner (⭐1) - Script that extracts all the text from a subtitles file ignoring time indications, HTML tags and other alien info. - Marcos-A/STRCleaner
- Open Broadcaster Software | OBS - OBS (Open Broadcaster Software) is free and open source software for video recording and live streaming. Stream to Twitch, YouTube and many other providers or record your own videos with high quality H264 / AAC encoding.
- Stream Analyzer - ts analyzer, stream validation, ETSI TR 101 290 | Elecard: Video Compression Guru - Professional Video Analysis Tool For Syntax Analysis Of Encoded Media Streams. Operates With MPEG-2 PS/TS, VES and MP4 Files. Automation, batch execution via Command Line Interface. Check your multiplexer
- ZaifSenpai/Batch-Py-Remux (⭐1) - Convert mkv video to hevc (h.265).
- awslabs/aws-stale-playlist-detector (⭐41) - The Stale Playlist Detector (SPD) is a tool to monitor live HLS origin endpoints for changing playlists. The Stale Playlist Detector (SPD) will use data in the top-level playlist, the child playlis...
- bcpierce00/unison (⭐3.9k) - Unison file synchronizer.
- coopernurse/nginx-s3-proxy (⭐154) - nginx compiled with aws-auth support, suitable for S3 reverse proxy usage - coopernurse/nginx-s3-proxy
- estliberitas/node-thumbnails-webvtt (⭐30) - Video thumbnail generator generating WebVTT spec file - estliberitas/node-thumbnails-webvtt
- gnolizuh/BLSS (⭐196) - NGINX-based Live Media Streaming Server.
- gpac/gpac (⭐2.6k) - GPAC main code repository.
- gpac/mp4box.js (⭐1.9k) - JavaScript version of GPAC's MP4Box tool.
- jkarthic-akamai/ABR-Broadcaster (⭐93) - A real time encoder for Adaptive Bitrate Broadcast - jkarthic-akamai/ABR-Broadcaster
- liwf616/awesome-live-stream (⭐438) - Webrtc && Nginx && DASH && Quic 学习资料收集,持续更新中.
- mar10/wsgidav (⭐909) - A generic and extendable WebDAV server based on WSGI - mar10/wsgidav
- minio/minio (⭐45k) - MinIO is a high performance object storage server compatible with Amazon S3 APIs - minio/minio
- obsproject/obs-studio (⭐57k) - OBS Studio - Free and open source software for live streaming and screen recording - obsproject/obs-studio
- realeyes-media/alpine-bento-ffmpeg (⭐1) - Alpine Linux with FFMPEG, Bento, and PM2.
- realeyes-media/alpine-node-video-multitool (⭐0) - Contribute to realeyes-media/alpine-node-video-multitool development by creating an account on GitHub.
- schedules/dl (⭐7) - Node.js DASH and HLS downloader.
- video-dev/vtt.js (⭐13) - A JavaScript implementation of the WebVTT specification - video-dev/vtt.js
- watson-developer-cloud/text-to-speech-nodejs (⭐348) - 🔈 Sample Node.js Application for the IBM Watson Text to Speech Service - watson-developer-cloud/text-to-speech-nodejs
DRM / Dolby
- CrackerCat/video_decrypter (⭐316) - Decrypt video from a streaming site with MPEG-DASH Widevine DRM encryption. - CrackerCat/video_decrypter
- Encryption & DRM with Multiple Keys — Unified Streaming - DRM with multiple keys for Unified Packager
- HEVC DRM Market Update - Since time eternal, the streaming industry has toiled with and extolled the virtues of CODECs and their key enablement of the entire digital video experience. Now comes the latest candy in the increasingly large bowl, H.265 (MPEG-H Part 2) or as it’s more commonly known. HEVC.
- Secure HLS streaming using DRM encryption - Protect live and on-demand HLS streaming using DRM encryption in Wowza Streaming Engine.
- Securing OTT Content — DRM - Written by: Boris Asadanin, Streaming Media Consultant and Partner at Eyevinn Technology
- shengbinmeng/dash-drm (⭐5) - Demos of MPEG-DASH and DRM.
- videojs/aes-decrypter (⭐32) - Contribute to videojs/aes-decrypter development by creating an account on GitHub.
Testing / Dolby
- 4K Media | Free Ultra-HD / HDR / HLG / Dolby Vision 4K Video Demos - Uncompressed 4K demos, samples, and trailers, to show off your new ultra-HD (2160p) HDR/HLG/Dolby Vision television or monitor.
- Automated Testing on Devices - key concepts and infrastructure
- artilleryio/artillery-plugin-hls (⭐27) - Load test HTTP Live Streaming (HLS) servers with Artillery 🎥 - artilleryio/artillery-plugin-hls
- bengarney/list-of-streams (⭐125) - Community list of public test streams for HLS and DASH. - bengarney/list-of-streams
- video-dev/streams (⭐10) - A repository of shared streams - no media uploads.
CDN / Slack Groups
- AWS CloudFront Live failover - You can set up CloudFront with origin failover for scenarios that require high availability. To get started, create an origin group in which you designate a primary origin for CloudFront plus a second origin that CloudFront automatically switches to when the primary origin returns specific HTTP status code failure responses.
- AWS CloudFront for Live Streaming - To use AWS Media Services with CloudFront to deliver live content to a global audience, follow the guidance included in this section.
- Edge Computing with Fastly CDN and Varnish VCL for Authenticated Requests - Endertech - A brief explanation of how to use Fastly CDN and Varnish with authenticated requests to offload static file serving from the origin and edge caching.
- Lambda Edge Tutorial - This tutorial shows you how to get started with Lambda@Edge by helping you create and add a sample Node.js function that runs in CloudFront. The example that we walk through adds HTTP security headers to a response, which can improve security and privacy for a website. (That said, you don’t need a website for this walkthrough; we simply add security headers to a response when CloudFront retrieves a file.)
- Lambda@Edge Design Best Practices | Amazon Web Services - Lambda@Edge transforms CloudFront into a highly programmable CDN with serverless compute capabilities closer to your viewers around the world. This blog is the first in a series that explains best practices associated with using Lambda@Edge functions to customize your content delivery.
- OTT Content Delivery– CDN Alternatives - Introduction
2. Awesome Ada
Runtimes / Apache License
- cortex-gnat-rts (⭐61) - This package includes GNAT Ada Run Time Systems (RTSs) based on FreeRTOS and targeted at boards with Cortex-M0, M3, -M4, -M4F MCUs.
Unit Test, Testing / Apache License
- scripted-testing (⭐1) - Supports functional testing using Tcl scripts.
Verification / Apache License
- acats (⭐9) - The Ada Conformity Assessment Test Suite, customised for GCC.
- acats-grading (⭐1) - Tools for grading ACATS results, modified for Unix-like systems.
UML / Apache License
- coldframe (⭐8) - ColdFrame generates Ada framework code and documentation from UML models.
Parsers, Scanners, Linters, Analysers, Interpreters and Prettyprinters / Apache License
- xia (⭐4) - An Ada implementation of XPath 1.0.
Drivers / Apache License
- multiplexed-io (⭐0) - This contains explorations, for AdaPilot, of implementing drivers for the AdaRacer MCU, using the Ravenscar profile of Ada 2012 from AdaCore and device bindings generated using SVD2Ada.
Generators and Translators / Apache License
- cappulada (⭐15) - Ada binding generator for C++.
- asis2xml (⭐2) - Converts Ada sources' ASIS representation to XML, so as to make it easier to develop reporting and transformational tools using (for example) XSLT.
Shells, Interpreters and Emulators / Apache License
- analytical-engine (⭐9) - An Ada 2012 emulation of Charles Babbage's Analytical Engine.
Misc / Apache License
- dhondt (⭐4) - Ada implementation of D'Hondt electoral result calculator.
3. Awesome Algorithms
Github Libraries / Randomized Algorithms
4. Awesome Digital History
Archives and primary sources / Global
- OldMapsOnline - Maps, starting in the 17th century.
5. Awesome Deno
Modules / Utils
- deno-deamon (⭐14) - Make the Deno program run in the background.
6. Awesome Sre
Reliability
- Prev: Dec 22, 2019
- Next: Dec 20, 2019