Recherche avancée

Médias (91)

Autres articles (90)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (4956)

  • Error in converting a MOV video into MP4 using ffmpeg

    25 septembre 2013, par user2767347

    I want to convert a mov video into mp4 using ffmpef library of php.
    I am using given code :

    $cmd='ffmpeg -i sample.mov -sameq output.mp4';
    echo exec($cmd);

    It is not working at all. Even I didn't get any error. Could anyone tell me the proper steps to do this conversion. I have tried a lot of code examples but not working for me.

  • Get a specific frame from a video using javascript

    25 mars 2016, par Sebi55

    Is there the possibility to somehow get a specified frame from a video using javascript ?
    Most of the questions I found always talked about getting the current frame of a video which is of course no problem but is there a way to get a frame of a video which is not the current one ?
    It would be much easier I think then using ffmpeg from my point of view.
    I actually didn’t find anything about this topic online but I think it is just not possible but maybe someone got an idea.

  • Error in converting a MOV video into MP4 using ffmpeg

    26 octobre 2017, par user2767347

    I want to convert a mov video into mp4 using ffmpef library of php.
    I am using given code :

    $cmd='ffmpeg -i sample.mov -sameq output.mp4';
    echo exec($cmd);

    It is not working at all. Even I didn’t get any error. Could anyone tell me the proper steps to do this conversion. I have tried a lot of code examples but not working for me.