Recherche avancée

Médias (91)

Autres articles (97)

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

  • ANNEXE : Les extensions, plugins SPIP des canaux

    11 février 2010, par

    Un plugin est un ajout fonctionnel au noyau principal de SPIP. MediaSPIP consiste en un choix délibéré de plugins existant ou pas auparavant dans la communauté SPIP, qui ont pour certains nécessité soit leur création de A à Z, soit des ajouts de fonctionnalités.
    Les extensions que MediaSPIP nécessite pour fonctionner
    Depuis la version 2.1.0, SPIP permet d’ajouter des plugins dans le répertoire extensions/.
    Les "extensions" ne sont ni plus ni moins que des plugins dont la particularité est qu’ils se (...)

Sur d’autres sites (7466)

  • fftools : provide media type info for devices

    21 décembre 2021, par Diederick Niehorster
    fftools : provide media type info for devices
    

    fftools now print info about what media type(s), if any, are provided by
    sink and source avdevices.

    Signed-off-by : Diederick Niehorster <dcnieho@gmail.com>
    Reviewed-by : Roger Pack <rogerdpack2@gmail.com>

    • [DH] fftools/cmdutils.c
  • avdevice/dshow : select format with extended color info

    21 décembre 2021, par Diederick Niehorster
    avdevice/dshow : select format with extended color info
    

    Some DirectShow devices (Logitech C920 webcam) expose each DirectShow
    format they support twice, once without and once with extended color
    information. During format selection, both match, this patch ensures
    that the format with extended color information is selected if it is
    available, else it falls back to a matching format without such
    information. This also necessitated a new code path taken for default
    formats of a device (when user didn't request any specific video size,
    etc), because the default format may be one without extended color
    information when a twin with extended color information is also
    available. Getting the extended color information when available is
    important as it allows setting the color space, range, primaries,
    transfer characteristics and chroma location of the stream provided by
    dshow, enabling users to get more correct color automatically out of
    their device.

    Closes : #9271

    Signed-off-by : Diederick Niehorster <dcnieho@gmail.com>
    Reviewed-by : Roger Pack <rogerdpack2@gmail.com>

    • [DH] libavdevice/dshow.c
  • How to remove timestamp info from Mp4 file ?

    21 septembre 2022, par dinesh47

    I am looking to remove Timestamp info from mp4 file container.&#xA;Is it possible to remove such metadata from a mp4 file&#xA;if we can can we do it by FFmpeg lib ?

    &#xA;

    Here is an example track dump :

    &#xA;

    &#xA;

    mp4file OutPut.mp4, track 1, samples 610, timescale 14848

    &#xA;

    &#xA;

    &#xA;

    sampleId 1, size 112773 duration 512 time 0 00:00:00.000 S&#xA;sampleId 2, size 131890 duration 512 time 512 00:00:00.034
    &#xA;sampleId 3, size 114949 duration 512 time 1024 00:00:00.068
    &#xA;sampleId 4, size 111121 duration 512 time 1536 00:00:00.103
    &#xA;sampleId 5, size 110190 duration 512 time 2048 00:00:00.137
    &#xA;sampleId 6, size 110584 duration 512 time 2560 00:00:00.172
    &#xA;sampleId 7, size 111044 duration 512 time 3072 00:00:00.206
    &#xA;sampleId 8, size 110104 duration 512 time 3584 00:00:00.241
    &#xA;sampleId 9, size 107679 duration 512 time 4096 00:00:00.275
    &#xA;sampleId 10, size 107347 duration 512 time 4608 00:00:00.310
    &#xA;sampleId 11, size 106728 duration 512 time 5120 00:00:00.344
    &#xA;sampleId 12, size 107705 duration 512 time 5632 00:00:00.379
    &#xA;sampleId 13, size 176560 duration 512 time 6144 00:00:00.413 S&#xA;sampleId 14, size 110496 duration 512 time 6656 00:00:00.448
    &#xA;sampleId 15, size 109697 duration 512 time 7168 00:00:00.482

    &#xA;

    &#xA;

    Is it possible to hide the duration info in this track dump ?

    &#xA;