Advanced search

Medias (2)

Tag: - Tags -/documentation

Other articles (34)

  • Creating farms of unique websites

    13 April 2011, by

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things): implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

    5 September 2013, by

    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 April 2010, by

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

On other websites (6185)

  • os_support: Don’t compare a negative number against socket descriptors

    24 June 2012, by Martin Storsjö

    os_support: Don’t compare a negative number against socket descriptors

  • Converting large number of MP3 files to videos for YouTube, each using same JPG

    2 June 2020, by David

    Looking for a way to convert large number of mp3 files to videos each using the same image. Efficient processing time is important.

    



    Tried following:

    



    ffmpeg -i image.jpg -i audio.mp3 -vcodec libx264 video.mp4


    



    VLC played the resulting video file with the correct sound, but blank screen.
Microsoft Media Player played the sound and showed the intended image.
Uploaded the video to YouTube and received mesage "The video has failed to process. Please make sure you are uploading a supported file type."

    



    Would appreciate advice on how to make this work.

    


  • get_xbits: assert validity of the number of bits

    30 June 2013, by Michael Niedermayer
    get_xbits: assert validity of the number of bits
    

    similar is already done in the other get_bits() functions

    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/get_bits.h