Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

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

Autres articles (39)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

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

  • avformat/dxa : check bpc

    18 octobre 2024, par Michael Niedermayer
    avformat/dxa : check bpc
    

    Fixes : integer overflow : -2147483648 - 1 cannot be represented in type 'int'
    Fixes : 373971762/clusterfuzz-testcase-minimized-ffmpeg_dem_DXA_fuzzer-4880491112103936

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/dxa.c
  • avcodec/nuv : Use ff_set_dimensions()

    23 novembre 2019, par Michael Niedermayer
    avcodec/nuv : Use ff_set_dimensions()
    

    Fixes : OOM
    Fixes : 18956/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_NUV_fuzzer-5766505644163072

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/nuv.c
  • How to build android with ffmpeg ?

    28 janvier 2021, par Pascal

    I have compiled ffmpeg and want now to build my android project. I already searched to web and followed the example it the RhythmGame sample but i get this error :

    &#xA;

    > Build command failed.&#xA;  Error while executing process F:\Windows\Sdk\cmake\3.10.2.4988404\bin\ninja.exe with arguments {-C **\app\.cxx\cmake\debug\armeabi-v7a native-lib}&#xA;  ninja: Entering directory `**\app\.cxx\cmake\debug\armeabi-v7a&#x27;&#xA;  &#xA;  ninja: error: &#x27;swresample-NOTFOUND&#x27;, needed by &#x27;../../../../build/intermediates/cmake/debug/obj/armeabi-v7a/libnative-lib.so&#x27;, missing and no known rule to make it&#xA;&#xA;

    &#xA;