Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (63)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (8931)

  • how to use libavcodec/ffmpeg to find duration of video file

    14 août 2016, par Kunal Vyas

    I needed a library to perform basic functions such as length, size, etc of a video file (i’m guessing through the metadata or tags) so I chose ffmpeg. Valid video formats are primarily those prevalent in movie files viz. wmv, wmvhd, avi, mpeg, mpeg-4, etc. If you can, please help me with the method(s) to be used for knowing the duration the video file. I’m on a Linux platform.

  • How to convert flv video to mp3 using ffmpeg programatically ?

    8 novembre 2013, par user958353

    I need to create application on C++ for convertation, and I can't using ffmpeg.exe. I need to it programatically, but I don't know how can I do it, and I didn't find any examples in Internet. May be somebody know something about my task ? Thank you.

  • Convert image sequence to flv video [closed]

    24 septembre 2011, par Lotus

    is it possible, using PHP/FFMPEG, to convert a sequence of jpeg files (with progressive names, eg 0001.jpg, 0002.jpg, and so on) to a flv file ?