Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (76)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (4806)

  • log : Print a full backtrace along with error messages under Valgrind

    20 avril 2015, par Vittorio Giovara
    log : Print a full backtrace along with error messages under Valgrind
    

    Useful to understand where and in what execution state a certain message
    is generated. It is enabled only when optimizations are disabled, since
    function names are not printed otherwise.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] configure
    • [DH] libavutil/log.c
    • [DH] libavutil/version.h
  • Trim H264 Video and wrap in MP4 without re-encoding

    28 janvier 2018, par dompardoe

    So I have a Raspberry Pi app that records output from the on-board camera. These files are recorded as H264. After a user presses a button I want to display a portion of that video with OMXPlayer. OMXPlayer always needs an MP4 container ( it always ignores FPS ).

    I don’t want to wrap the entire H264 into an MP4 as that takes too much time.

    My solution would be trim the last 30 seconds and place into MP4 container. Can I do this in one step without copying the entire content of the H264 into the MP4 first ?

    I don’t want to re-encode this and I’m looking for the fastest operation possible.

  • lavu,lavfi,ffmpeg : Remove experimental OpenCL API

    14 novembre 2017, par Mark Thompson
    lavu,lavfi,ffmpeg : Remove experimental OpenCL API
    

    This was added in early 2013 and abandoned several months later ; as far as
    I can tell, there are no external users. Future OpenCL use will be via
    hwcontext, which requires neither special OpenCL-only API nor global state
    in libavutil.

    All internal users are also deleted - this is just the unsharp filter
    (replaced by unsharp_opencl, which is more flexible) and the deshake filter
    (no replacement).

    • [DH] configure
    • [DH] doc/APIchanges
    • [DH] doc/filters.texi
    • [DH] doc/utils.texi
    • [DH] fftools/Makefile
    • [DH] fftools/cmdutils.h
    • [DH] fftools/cmdutils_opencl.c
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/allfilters.c
    • [DH] libavfilter/deshake.h
    • [DH] libavfilter/deshake_opencl.c
    • [DH] libavfilter/deshake_opencl.h
    • [DH] libavfilter/deshake_opencl_kernel.h
    • [DH] libavfilter/opencl_allkernels.c
    • [DH] libavfilter/opencl_allkernels.h
    • [DH] libavfilter/unsharp.h
    • [DH] libavfilter/unsharp_opencl.c
    • [DH] libavfilter/unsharp_opencl.h
    • [DH] libavfilter/unsharp_opencl_kernel.h
    • [DH] libavfilter/vf_deshake.c
    • [DH] libavfilter/vf_unsharp.c
    • [DH] libavutil/Makefile
    • [DH] libavutil/opencl.c
    • [DH] libavutil/opencl.h
    • [DH] libavutil/opencl_internal.c
    • [DH] libavutil/opencl_internal.h