Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (111)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (5636)

  • ffmpeg showing null when i am trying using php file

    14 novembre 2019, par Vishal Mehra

    Here is the output ffmpeg path in server

    root@server.rkv.igq.mybluehost.me [~]# whereis ffmpeg

    ffmpeg: /usr/bin/ffmpeg /usr/local/bin/ffmpeg /usr/include/ffmpeg /usr/share/ffm peg /usr/share/man/man1/ffmpeg.1.gz /usr/src/ffmpegscript/ffmpeg

    When I am trying to run command (ffmpeg -i sample.mp4 sample.avi) using SSH it is working fine but when I am trying using PHP it is not working. Here is my PHP code :

    include 'usr/local/bin/ffmpeg/';
    var_dump(shell_exec('ffmpeg -i sample.mp4 sample.avi'));
  • Underscore fixes.

    28 juin 2014, par Erik de Castro Lopo
    Underscore fixes.
    

    * Replace _declspec with __declspec.
    * Replace __wgetmainargs_ with __wgetmainargs_t and __wgetmainargs
    with wgetmainargs because identifiers with leading underscores are
    reserved for the compiler.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] include/FLAC++/export.h
    • [DH] include/FLAC/export.h
    • [DH] src/share/win_utf8_io/win_utf8_io.c
  • How to update MP4 with the video length

    9 décembre 2015, par oygle

    I used youtube-dl to obtain a friends video. When I play it in VLC, I notice there is no time/length shown. As we need to cut part of this video with ffmpeg, can I use ffmpeg (or similar tool) to determine the length of the video, and then update the MP4 to contain the time/length ?