From 81232591cddb02540ee614a852d2a23afb438195 Mon Sep 17 00:00:00 2001 From: Anton Date: Sat, 18 May 2024 19:47:48 +0300 Subject: [PATCH] Add useful links --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 9f347c1..20712b7 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,19 @@ Hardware acceleration with MediaCodec is enabled. Based on https://github.com/ar ffprobe ``` +## Useful software and resources + +- [MediaCodecInfo](https://github.com/Parseus/codecinfo/releases) - displays the capabilities of + your device. +- [rclone](https://rclone.org) - lets you mount a remote filesystem (e.g. to transcode files from + your computer). + Requires root access and the `fusermount3` binary. Some media containers + require `--vfs-cache-mode=writes` to function properly. +- [FFmpeg Streaming](https://trac.ffmpeg.org/wiki/StreamingGuide) - also lets you access remote + files. +- [rffmpeg](https://github.com/joshuaboniface/rffmpeg) - lets you control transcoding from another + machine over SSH. + ## License This project's code and build artifacts (APK file and its derivatives) are licensed under the GNU LGPL.