ffmpegfs 2.9-1 source package in Ubuntu

Changelog

ffmpegfs (2.9-1) unstable; urgency=medium

  * Feature: Issue #97: Added options to chose different codecs. The audio codec
    can be selected with --audiocodec, for videos use --videocodec.
  * Feature: Issue #109: Allow user defined file extensions for source files. By
    default, only standard extensions are accepted, i.e., mp4, ts, avi etc.
    Arbitrary file extensions can be defined now, e.g. using
    --extensions=xxx,abc,yxz,aaa to also convert files ending with .xxx, .abc
    and so on.
  * Feature: Issue #121: Added MKV support. New format can be selected with
    --desttype=mkv.
  * Bugfix: Issue #112: Fixed Docker detection.
  * Bugfix: Issue #110: Docker build command failed, added missing libchardet
    and allow libdvdread4 or *8 to be used, whatever available.
  * Bugfix: Fixed crash when video had no audio.
  * Bugfix: Issue #112: Fixed access problems with frame sets and HLS.
  * Bugfix: Issue #119: Fixed problem that caused frame set generation to
    sometimes fail.
  * Bugfix: Fixed JPG frame set generation. Suddenly FF_COMPLIANCE_UNOFFICIAL
    was required to have FFmpeg API accept the codec.
  * Enhancement: Issue #67: Enhance file size prediction.
  * Bugfix: Need to synchronise screen log. Concurrent entries by separate flags
    created garbled output.
  * Bugfix: Avoid creating an HLS segment number which is out of bounds
    (higher than the expected number of segments).
  * Enhancement: Removed QMake support, replaced with CMake.

 -- Norbert Schlia <email address hidden>  Wed, 16 Feb 2022 20:17:02 +0100

Upload details

Uploaded by:
Norbert Schlia
Uploaded to:
Sid
Original maintainer:
Norbert Schlia
Architectures:
linux-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
ffmpegfs_2.9-1.dsc 2.4 KiB b386d14947c942605fc304de082fd12c5eb7b451c08794db2ac86f6e51bf92e8
ffmpegfs_2.9.orig.tar.gz 8.2 MiB b7ccbf1905a0005610bc2e475e588c4a404b5a82049952e1a983f2177862b7fd
ffmpegfs_2.9.orig.tar.gz.asc 833 bytes 4b9d4b0ea7717040e6a25d2ed739fef2b1d8992017bf75882f7426fac3a3606d
ffmpegfs_2.9-1.debian.tar.xz 12.0 KiB 3d0b857b3dd77180413c1113edeb11850843376aa89577a1e89c56e3f0398279

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