Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (87)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (9622)

  • ffmpeg command line to manipulate audio track with multi language m2ts file

    8 octobre 2016, par user1320370

    I like to manipulate an audio track inside an m2ts file with some ffmpeg command line.

    In short I need to manipulate the audio track with ID 2 of an m2ts file that is AC3 format (dolby digital 5.1 or 2.0).

    The modifications are :

    • add equalizer filter : 60 Hz + 3dB, 80Hz +2 dB, 100 Hz +1 dB
    • increase the volume : +2 dB

    The m2ts file is multilingual for this reason I need to change a specific ID track.

    The AC3 file is lossy, I hope that eventual audio modifications don’t add more compression like for example with Photoshop when re-saving a jpeg file.
    On lossless file (wav or flac) I’m sure I can save and re-save without loss of quality but on AC3 I’m not sure.

    Someone can please post the command line to do it without loss of quality ?

  • movenc : Add support for writing language codes into ISML manifests

    27 septembre 2016, par Jan Ekström
    movenc : Add support for writing language codes into ISML manifests
    

    Streaming servers appear to ignore all other language metadata.

    Signed-off-by : Jan Ekström <jeebjp@gmail.com>
    Signed-off-by : Josh de Kock <josh@itanimul.li>

    • [DH] libavformat/movenc.c
  • movenc : Factorize a function for finding a metadata entry and the associated language

    18 mai 2016, par Martin Storsjö
    movenc : Factorize a function for finding a metadata entry and the associated language
    

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/movenc.c