Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (70)

  • MediaSPIP v0.2

    21 juin 2013, par

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

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

  • How can we create video frame with single image,pdf or doc file ? [closed]

    6 mars 2016, par Preet Sandhu

    I want to make video frame with different format like .doc,.pdf, and image. is it possible ?

    I found below command.
    ffmpeg -f image2 -i img%d.jpg /tmp/a.mpg

    but this will created with multiple images. I need video with single image.

    Any suggestion.

  • Merge two .au files to a single .au file using ffmpeg

    10 mars 2016, par Foramkumar Parekh

    I am new to ffmpeg and I went through the documentation it, but was not able to get the most out of it.
    I also searched for the same on stackoverflow but could not find exactly what i want.
    I need the following things to be done using ffmpeg.
    inputs : file1.au, file2.au
    outputs : demo.au

    1. Merge two .au files to single demo.au file.
    2. I need the output file’s duration to be that of the longest file.
    3. I need to merge the audio files at a specific duration i.e. file2.au should be merged with file1.au from 5th second of file1.au (if this is possible)

    I need the seperate answers for all the tasks if possible.
    Thanks in advance.

  • Convert Number of bitmaps into a single Video Android

    17 mars 2016, par Haider Ali

    I have some images and i want to make a single video of them but dont give Pure Java Solution of JCodec with Buffered Images and ImageIO because they are not supported in Android. and I also dont want to use FFMPEG. Is there any solution from Mp4Parser