Recherche avancée

Médias (91)

Autres articles (33)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (5442)

  • avcodec/ljpegenc : Allow full range yuv420p, yuv422p, yuv444p by default

    6 avril 2021, par Andreas Rheinhardt
    avcodec/ljpegenc : Allow full range yuv420p, yuv422p, yuv444p by default
    

    The documentation for AV_PIX_FMT_YUVJ420P reads :
    "planar YUV 4:2:0, 12bpp, full scale (JPEG), deprecated in favor of
    AV_PIX_FMT_YUV420P and setting color_range"
    Yet the LJPEG encoder only accepts full scale yuv420p when strictness is
    set to unofficial or lower ; with default strictness it emits a nonsense
    error message that says that limit range YUV is unofficial. This has
    been changed to allow full range yuv420p, yuv422p and yuv444p irrespective
    of the level of strictness.

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

    • [DH] libavcodec/ljpegenc.c
  • Don’t set the download template height to the upload temp ate height. Fixes #1507.

    25 juillet 2012, par Sebastian Tschan

    m js/jquery.fileupload-ui.js Don’t set the download template height to the upload temp ate height. Fixes #1507. This was previously done to avoid a flicker when the download thumbnail is loaded. However this is neglectable and setting a fixed height causes (...)

  • where to download ffmpeg.jar , javacpp.jar , javacv.jar and opencv.jar files for different architecture ? [closed]

    17 avril 2020, par Pradeep Simba

    where to download ffmpeg.jar , javacpp.jar , javacv.jar and opencv.jar files for these arm64-v8a , armeabi , armeabi-v7a , x86 and x86_64 architecture ?

    &#xA;&#xA;

    I want to implement this ffmpeg.jar , javacpp.jar , javacv.jar and opencv.jar files in my android app.&#xA;But, where I download this files for the following all architecture.

    &#xA;&#xA;

      &#xA;
    1. arm64-v8a,
    2. &#xA;

    3. armeabi,
    4. &#xA;

    5. armeabi-v7a,
    6. &#xA;

    7. x86 and
    8. &#xA;

    9. x86_64.
    10. &#xA;

    &#xA;&#xA;

    enter image description here

    &#xA;