summaryrefslogtreecommitdiffstats
path: root/multimedia/ffmpegfs/README
diff options
context:
space:
mode:
author Vijay Marcel <vijaymarcel@outlook.com>2022-09-04 04:13:24 +0100
committer Dave Woodfall <dave@slackbuilds.org>2022-09-04 04:13:24 +0100
commit97f34be53486b412e41f03eef0a55e9c34b1d4a8 (patch)
tree6f1383797dc72635eebf271ef105c8bdece0133c /multimedia/ffmpegfs/README
parent53a30979954d826ce26e003fef0f1ededda7a3f3 (diff)
downloadslackbuilds-97f34be53486b412e41f03eef0a55e9c34b1d4a8.tar.gz
slackbuilds-97f34be53486b412e41f03eef0a55e9c34b1d4a8.tar.xz
multimedia/ffmpegfs: Added (Fuse based transcoding File System)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'multimedia/ffmpegfs/README')
-rw-r--r--multimedia/ffmpegfs/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/multimedia/ffmpegfs/README b/multimedia/ffmpegfs/README
new file mode 100644
index 0000000000..12bb228bc3
--- /dev/null
+++ b/multimedia/ffmpegfs/README
@@ -0,0 +1,20 @@
+FFmpegfs is a read-only FUSE file system which transcodes
+various audio and video formats to mp4, WebM and many more
+on the fly when opened and read using the ffmpeg library
+thus supporting a multitude of input formats and a variety
+of common output formats.
+
+By default only root has access to this filesystem
+for other users, uncomment user_allow_other in
+/etc/fuse.conf
+
+fop is an optional dependency needed for genetating
+pdf documents. To generate pdf docs run
+make help-pdf and copy the pdf to the doc dir by
+customizing the slackbuild
+
+Example:
+
+ffmpegs --desttype=mp4 input_dir output_dir -o allow_other,rw
+
+It is licensed under GPLv3