ffmpegfs 1.10-2 source package in Ubuntu

Changelog

ffmpegfs (1.10-2) unstable; urgency=low

  * Bugfix: Fixed license in d/copyright (closes: #951657):
            - Docs are under the GPL or the GFDL, not just the GFDL.
              Updated d/copyright to reflect that.
            - Listed INSTALL.md with the rest of the docs.
            - Update copyright years to match src/ffmpegfs.cc and
              src/ffmpegfs.h.
            - Included ffmpegfs.1 to be under GPL or GFDL.
  * Support: No longer creating a user/group ffmpegfs while "make install".
             The user is not really required, just bloats the system's user 
             database.
  * Support: Reduced quality of the test video to make the distribution archive
             slimmer. A full HD (1920x1280) video at 60 frames per second was a
             bit of an overkill anyway. 720x400 at 30 fps should be enough for
             everybody.
  * Feature: Cache dir changed to ${XDG_CACHE_HOME:-~/.cache}/ffmpegfs (as
             specified in the XDG Base Directory Specification). Falls back to
             ${HOME:-~/.cache}/ffmpegfs if not defined. Only if executed with
             root privileges, "/var/cache/ffmpegfs" will be used (e.g. if
             invoked via /etc/fstab entry).
  * Bugfix: Issue #46 - Ensure the selected bitrate is used. Files could become 
            much larger than expected. There's a strange FFmpeg API behaviour
            behind that, added the solution used in ffmpeg.c to fix.
  * Known bug: Libav support for videos seems broken. Not sure if this will be
               fixed or Libav be simply dropped.

 -- Norbert Schlia <email address hidden>  Thu, 20 Feb 2020 14:09:23 +0100

Upload details

Uploaded by:
Norbert Schlia
Uploaded to:
Sid
Original maintainer:
Norbert Schlia
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
ffmpegfs_1.10-2.dsc 2.0 KiB 29ab4dc849c96c86781b31f631dcb4ad0d685504a5a7e2a46c643d3c6044c4c1
ffmpegfs_1.10.orig.tar.gz 49.1 MiB f2e670a4dce0cef83f1b4d5c4ca86adfe098264f0eeb72fc655d9c77966ee1c1
ffmpegfs_1.10-2.debian.tar.xz 6.0 KiB 21e14a24b6681f8c79648205992f1bfeade05cb12595e76639a56bd6dda54557

Available diffs

No changes file available.

Binary packages built by this source

ffmpegfs: Fuse Multi Media Filesystem

 A read-only FUSE filesystem which transcodes various audio and video formats
 to MP4, WebM and many more on the fly when opened and read using the FFmpeg
 library, this way supporting a multitude of input formats and a variety of
 common output formats.
 .
 This allows access to a multi media file collection with software and/or
 hardware which only understands one of the supported output formats, or
 transcode files through simple drag-and-drop in a file browser.

ffmpegfs-dbgsym: debug symbols for ffmpegfs