Advanced search

Medias (91)

Other articles (70)

  • Websites made ​​with MediaSPIP

    2 May 2011, by

    This page lists some websites based on MediaSPIP.

  • MediaSPIP v0.2

    21 June 2013, by

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

On other websites (10611)

  • How can I get the resolution (width and height) for a video file from a linux command line?

    14 June 2023, by Jeremy Logan

    I've been digging through the mplayer/mencoder and ffmpeg documentation and I can't seem to come up with anything. I'm not especially picky as to the output format as I can use a regular expression to pull it out, I just can't seem to get the data in the first place.

    


  • aac: Rework extradata parsing code

    12 April 2018, by Vittorio Giovara
    aac: Rework extradata parsing code
    

    - enable the parsing code
    - use the new buffer instead of replacing the context one
    - do not push/pop configuration, just discard the exiting one
    - propagate errors correctly

    • [DH] libavcodec/aacdec_template.c
  • FFMPEG - Recursive mp3 bitrate-conversion (Windows)

    3 April 2018, by ShroomPow

    I am looking for a way to convert every mp3-file in a directory (including sub-directories) to 128kbps using ffmpeg and preferably batch on windows.
    Either by replacing the original files or "cloning" the whole directory-structure.

    I am trying to cut down the size of my musiclibrary for my phone. Is this easily achievable?