Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (62)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

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

  • Revision a463513843 : Rework y4mwrite test to pass google3 tests Reverts to using tmpfile() for non-W

    11 août 2014, par Deb Mukherjee

    Changed Paths :
     Modify /test/video_source.h


     Modify /test/y4m_test.cc



    Rework y4mwrite test to pass google3 tests

    Reverts to using tmpfile() for non-Windows platforms. On google3
    the test directory does not have write permissions, and hence the
    Y4mWriteTest fails. This patch fixes the issue.
    On Windows, a temporary file is created in the temp directory
    that has write permissions.

    The tests pass on linux, mingw, and MS visual studio.

    Change-Id : Ibada1d80e25d8b8e5b6a9d3d597533674bd9024c

  • how to convert and capture with ffmpeg

    16 février 2012, par Wai Yan

    I want to upload a video.Uploaded video will be capture two images at 10% and 50% time length.
    And if uploaded video is not flv, want to convert to flv.
    How to know uploaded video is flv or not flv.
    How to convert ?
    Now I am using php and ffmpeg.
    Please someone answer me.I am beginner for php, ffmpeg and english language.
    I founded many questions in this website about ffmpeg.But I can't found need answer.
    If this question is duplicate question,forgive me.

  • Set FFMPEG input to a mpegts link

    23 février 2018, par ler

    Can FFMPEG take .mpegts as an input, i tried with a link like this :

    ffmpeg  -i  http://website:1010/load/ssssss.mpegts

    But it gives me Invalid data found when processing input, how can i deal with such input ?