Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (20)

  • 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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

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

  • Merge commit ’9d2cee52d37c7340f85a5d41110282aac03e6855’

    27 septembre 2014, par Michael Niedermayer
    Merge commit ’9d2cee52d37c7340f85a5d41110282aac03e6855’
    

    * commit ’9d2cee52d37c7340f85a5d41110282aac03e6855’ :
    configure : Assume a standard-compliant default libc

    See : 170e2fd7c39c430b334ea80a1e4dfb10c6fd1e95
    Note, the change is not merged to avoid breaking netbsd and others.
    once the netbsd (and any other breakages are dealt with the
    else based solution could be used and 170e2fd7c39c430b334ea80a1e4dfb10c6fd1e95
    could then be reverted)

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

  • How to extract the bitstream from H.264 video ?

    10 septembre 2016, par M.S.

    I have a H.264 video and I want to extract the bitstream from it. In other words, I need to know the stream after encoding a video via H.264 standard. I am going to use the extracted stream in Matlab. How can I do this (extract the bitstream) ? Is it possible to use ffmpeg ?if so what is the command.

  • Virtual host compared to multiple servers

    9 septembre 2011, par josiecat

    This may be dumb but has me wondering why and I know how to setup the virtual host but need to know the why or what it is good for.

    Why do you setup virtual host for local development and why not just put sub directories ?

    What are the real world uses and how do you use virtual host ?

    (my normal set up as of now)
    I use Mamp and just put more folders (speaking dummy terms here) in the htdocs folder. Is that ok what am I missing ?

    The reason why I would like to use virtual hosting is because I would like to have a few servers to try different technologies (e.g. adding ffmpeg support for streaming video and many others ) but do I use virtual hosting to be able to have more than one server or do I need to use something like virtual machine to have multiple servers with different versions of PHP, Mysql etc...?

    I understand how to set this stuff up just don't understand the difference from virtual host to multiple servers ? could I actually set up one with php just the basic and another for php with ffmpeg-php and other stuff like zend or what ever just to have different server environments to basically mock the actual server that the project will land when done ?