Recherche avancée

Médias (91)

Autres articles (35)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • 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 (...)

Sur d’autres sites (5879)

  • How to setup ffmpeg for discord.py on windows 10

    15 mai 2020, par Legacy Coding

    I'm creating a discord.py bot that will play music and I'm having trouble using FFMPEG. The FFMPEG download is in my project folders but its still saying that it cant be found. The problem is probably that I havent added it to PATH but I dont know how to do that so if anyone could help me get it working that would be brilliant !

    


  • Revision 648cfcb437 : Changed setup intra recon to be row based Initialize the top line at the beginn

    13 septembre 2012, par Scott LaVarnway

    Changed Paths : Modify /vp8/common/setupintrarecon.c Modify /vp8/common/setupintrarecon.h Modify /vp8/decoder/decodframe.c Modify /vp8/decoder/threading.c Changed setup intra recon to be row based Initialize the top line at the beginning of each frame and the left column at the beginning of each (...)

  • movenc : Adjust edit lists to trim out parts of tracks with negative pts

    29 septembre 2012, par Michael Niedermayer
    movenc : Adjust edit lists to trim out parts of tracks with negative pts
    

    This makes sure that audio preroll for e.g. AAC is signaled correctly.

    Previously we only wrote the edit list correctly if we had negative
    dts but started with pts == 0 (e.g. for video with B-frames).

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

    • [DBH] libavformat/movenc.c