Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (93)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • 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

Sur d’autres sites (10020)

  • libvpx : check if CQ level is in correct bounds

    25 février 2013, par slhck

    libvpx : check if CQ level is in correct bounds

  • Revision c7c98a7ffb : Move skip_block from BLOCK to MACROBLOCK This data is fixed at the MB level, so

    24 avril 2013, par John Koleszar

    Changed Paths : Modify /vp9/encoder/vp9_block.h Modify /vp9/encoder/vp9_quantize.c Move skip_block from BLOCK to MACROBLOCK This data is fixed at the MB level, so move it to the common part of MACROBLOCK. Change-Id : Idd8c87118e501cdf0a202bd84c28b502a8234edf

  • Difference between stream level and file level in ffmpeg

    25 avril 2013, par Usama

    Concatenation of files with same codecs with ffmpeg

    Two methods

    Concat demuxer

    Concat protocol

    While the demuxer works at the stream level, the concat protocol works at the file level. Certain files (mpg and mpeg transport streams, possibly others) can be concatenated. This is analogous to using cat on UNIX-like systems or copy on Windows. In general, the demuxer is the better option

    What is the difference between stream level and file level ?

    Thanks in Advance