Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (58)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

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

  • 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

Sur d’autres sites (8989)

  • Error Converting MOV to MP4 (avconv/ffmpeg)

    29 avril 2014, par user3584988

    I use :

    avconv -i '/INPUT.MOV' -vcodec libx264 -vprofile baseline -acodec aac -strict experimental -r 24 -b 255k -ar 44100 -ab 59k 'OUTPUT.mp4'

    The conversion is done correctly and smoothly plays PC / MAC, but the video does not play on mobile devices.
    Does anyone have the same problem ? How to solve it ?

    Thanks in advance

  • How to comile avconv with libx264 in ubuntu 12.04

    11 août 2012, par Kugutsumen

    Is there any step by step on how to compile avconv in ubuntu ?
    It seems hard to search for any tutorial with avconv compared to ffmpeg.

    thanks in advance !

  • Generate thumbnail for text file

    6 avril, par Sophivorus

    Suppose a user uploads a .txt or .php file, and I want to generate a .png thumbnail for it. Is there a simple way of doing it, that doesn't require me to open the file and write its contents into a new .png ? I have ImageMagick and FFmpeg available, there must be a way to take advantage of that, but I've been looking a lot and no luck yet.

    



    Thanks in advance.