Recherche avancée

Médias (91)

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (10539)

  • Make video out of pictures (no compression)

    17 avril 2014, par Hermilton

    I have 1000 png files as output from a simulation (total size of all png-files 44.2 MB), and I want to make a video where each frame is simply one png file.
    So it should be something like just concatenating the png files to one movie file.

    I already tried doing this with "ffmpeg"/"avconv" but I'm a novice in this programms, and my output videos turned out to be either way to large (700MB !) or just blurry compared to the pngs.

  • avformat/flacenc : Fix memleak when writing attached pictures fails

    20 novembre 2020, par Andreas Rheinhardt
    avformat/flacenc : Fix memleak when writing attached pictures fails
    

    The FLAC muxer currently stores an attached picture corresponding to an
    AVStream in AVStream.priv_data. The AVPacket contained therein is
    unreferenced after it has been written. The AVPacket structure itself is
    then freed generically as AVStream.priv_data.

    And this can lead to memleaks if an attached picture is not written :
    It might be because the trailer is never written or because writing
    a previous attached picture failed in case error_recognition is set
    to explode.

    Therefore free the packets properly (i.e. with av_packet_free())
    in the muxer's deinit function.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/flacenc.c
  • How to create in Infinite Live Stream on Youtube ?

    20 mai 2017, par Quin Tosch

    I wanted to know how to make an Infinite Live stream on Youtube with ffmpeg like this one : https://www.youtube.com/watch?v=H7q9MxktwlY (The stream ended a few weeks ago)