Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (15)

  • 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

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (4904)

  • File input of avformat_open_input in ffmpeg

    28 février 2016, par Justin Chang

    I’m trying to use function avformat_open_input in FFmpeg to open the file which contains Chinese word.

    For example :

    char* file="C:/測試/baby.mp4";

    avformat_open_input(&pFormatCtx, file, NULL, NULL);

    But, it seems to be failed.

    My question is how do I pass the file path which contains Chinese (or other languages except for English) ?

  • http: Check for AVERROR_EOF in the check for premature end

    12 novembre 2020, par Martin Storsjö
    http: Check for AVERROR_EOF in the check for premature end
    

    When the check was added (in 3668701f9600, in 2015), some IO
    functions returned 0 on EOF (in particular, the TCP protocol
    did, but the TLS protocol returned AVERROR_EOF). Since
    0e1f771d2200d in 2017, the TCP protocol also returns AVERROR_EOF
    instead of 0, making the check for premature end never have the
    intended effect.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/http.c
  • Evolution #4277 : Pouvoir utiliser InnoDB à la place de MyISAM (patch)

    18 septembre 2019

    Une vieille histoire : #2727
    Sachant que Fulltext est pris en compte sur Innodb, je vois pas trop ce qui nous retiendrait à utiliser MyISAM en fait encore (à part l’espace disque ?).
    Innodb semble être devenu la norme sous mysql.