Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (111)

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

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

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (4370)

  • New WebM Products and Projects

    2 juillet 2010, par noreply@blogger.com (John Luther)

    Some cool uses of WebM have come online recently :

  • New WebM Products and Projects

    2 juillet 2010, par noreply@blogger.com (John Luther)

    Some cool uses of WebM have come online recently :

  • avformat/matroskaenc : Check for failure when writing SeekHead

    29 décembre 2019, par Andreas Rheinhardt
    avformat/matroskaenc : Check for failure when writing SeekHead
    

    mkv_write_seekhead() would up until now try to seek to the position where
    the SeekHead ought to be written, write the SeekHead and seek back. The
    first of these seeks was checked as was writing, yet the seek back was
    unchecked. Moreover the return value of mkv_write_seekhead() was unchecked
    (the ordinary return value was the position where the SeekHead was written).

    This commit changes this : Everything is checked. In the unseekable case
    (where the first seek may nevertheless work when it happens in the buffer)
    a failure at the first seek is not considered an error. In any case,
    failure to seek back is an error.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/matroskaenc.c