From 85ae1779e4d7ae134dfb99a3dd66cec917419701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbjo=CC=88rn=20Einarsson?= Date: Fri, 15 Nov 2024 14:51:28 +0100 Subject: [PATCH 1/3] Add github.com/Eyevinn/mp4ff repo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 595d25ea990..0bd7a868ec1 100644 --- a/README.md +++ b/README.md @@ -2996,6 +2996,7 @@ _Libraries for manipulating video._ - [libgosubs](https://github.com/wargarblgarbl/libgosubs) - Subtitle format support for go. Supports .srt, .ttml, and .ass. - [libvlc-go](https://github.com/adrg/libvlc-go) - Go bindings for libvlc 2.X/3.X/4.X (used by the VLC media player). - [m3u8](https://github.com/grafov/m3u8) - Parser and generator library of M3U8 playlists for Apple HLS. +- [mp4ff](https://github.com/Eyevinn/mp4ff) - Library and tools for working with MP4 files containing video, audio, subtitles, or metadata. - [v4l](https://github.com/korandiz/v4l) - Video capture library for Linux, written in Go. **[⬆ back to top](#contents)** From 79470fedb65f2c1eb8c1363ae23f4fd693f6f0d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbjo=CC=88rn=20Einarsson?= Date: Fri, 15 Nov 2024 15:34:58 +0100 Subject: [PATCH 2/3] Remove https://github.com/ziutek/gst since unmaintained and lacking go.mod --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0bd7a868ec1..721abb26e2f 100644 --- a/README.md +++ b/README.md @@ -2992,7 +2992,6 @@ _Libraries for manipulating video._ - [go-mpd](https://github.com/unki2aut/go-mpd) - Parser and generator library for MPEG-DASH manifest files. - [goav](https://github.com/giorgisio/goav) - Comprehensive Go bindings for FFmpeg. - [gortsplib](https://github.com/aler9/gortsplib) - Pure Go RTSP server and client library. -- [gst](https://github.com/ziutek/gst) - Go bindings for GStreamer. - [libgosubs](https://github.com/wargarblgarbl/libgosubs) - Subtitle format support for go. Supports .srt, .ttml, and .ass. - [libvlc-go](https://github.com/adrg/libvlc-go) - Go bindings for libvlc 2.X/3.X/4.X (used by the VLC media player). - [m3u8](https://github.com/grafov/m3u8) - Parser and generator library of M3U8 playlists for Apple HLS. From 4dfa192426ab262ca75f21e32a24f6c843fb9da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbjo=CC=88rn=20Einarsson?= Date: Fri, 15 Nov 2024 15:36:13 +0100 Subject: [PATCH 3/3] Remove github.com/wargarblgarbl/libgosubs since unmaintained and lacking go.mod --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 721abb26e2f..e220e257c70 100644 --- a/README.md +++ b/README.md @@ -2992,7 +2992,6 @@ _Libraries for manipulating video._ - [go-mpd](https://github.com/unki2aut/go-mpd) - Parser and generator library for MPEG-DASH manifest files. - [goav](https://github.com/giorgisio/goav) - Comprehensive Go bindings for FFmpeg. - [gortsplib](https://github.com/aler9/gortsplib) - Pure Go RTSP server and client library. -- [libgosubs](https://github.com/wargarblgarbl/libgosubs) - Subtitle format support for go. Supports .srt, .ttml, and .ass. - [libvlc-go](https://github.com/adrg/libvlc-go) - Go bindings for libvlc 2.X/3.X/4.X (used by the VLC media player). - [m3u8](https://github.com/grafov/m3u8) - Parser and generator library of M3U8 playlists for Apple HLS. - [mp4ff](https://github.com/Eyevinn/mp4ff) - Library and tools for working with MP4 files containing video, audio, subtitles, or metadata.