Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (50)

  • 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

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (7945)

  • Anomalie #3872 (Nouveau) : urls et

    7 décembre 2016, par denis -

    Je profite de #3148 pour revenir sur une demande qui doit sans doute être assez spécifique.

    On utilise beaucoup les dans les rubriques et on aimerait avoir la possibilité d’avoir par défaut les bonnes urls selon la traduction

    Pour ceci 05. Réveillon

    On a par défaut uniquement l’url /reveillon

    Ce qui serait évidemment bien c’est de pouvoir avoir les 3 et donc une arborescence de ce type.

    /fr/xxx/xxx/reveillon
    /nl/xxx/xxx/oudejaarsavond
    /en/xxx/xxx/new-years-eve

  • Python : Passing complex (ffmpeg) arguments to Popen

    25 juin 2016, par xaccrocheur

    This ffmpeg Popen invocation works :

    command = ['ffmpeg', '-y',
              '-i', filename,
              '-filter_complex', 'showwavespic',
              '-colorkey', 'red',
              '-frames:v', '1',
              '-s', '800:30',
              '-vsync', '2',
              '/tmp/waveform.png']
    process = sp.Popen( command, stdin=sp.PIPE, stderr=sp.PIPE)
    process.wait()

    But I need to use ’compand, showwavespic’ and this comma seems to be blocking the execution. I also need to pass all sorts of strange characters, like columns and, well, all that you can find in a CLI invocation.

    How can I pass complex arguments ?

  • Evolution #3803 (Nouveau) : Outils de développement pour tout le mode

    4 juillet 2016, par phe nix

    Hello,

    SPIP possède quelques outils hyper super pratique tel que var_mode=(inclure|debug|traduction).
    Cependant, parfois, on aimerai bien les utiliser sans être connecté au site (exemple : debugger le formulaire de login).

    Du coup, je me dis qu’avoir une constante qui autorise cela serait vraiment cool !