Recherche avancée

Médias (91)

Autres articles (70)

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

  • 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

Sur d’autres sites (11116)

  • aaccoder : tweak PNS implementation further

    9 septembre 2015, par Rostislav Pehlivanov
    aaccoder : tweak PNS implementation further
    

    This commit changes a few things about the noise substitution
    logic :
    - Brings back the quantization factor (reduced to 3) during
    scalefactor index calculations.
    - Rejects any zeroed bands. They should be inaudiable and it’s
    a waste transmitting the scalefactor indices for these.
    - Uses swb_offsets instead of incrementing a ’start’ with every
    window group size.
    - Rejects all PNS during short windows.
    Overall improves quality. There was a plan to use the lfg system
    to create the random numbers instead of using whatever the decoder
    uses but for now this works fine. Entropy is far from important here.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aaccoder.c
    • [DH] tests/fate/aac.mak
  • Making Image Slideshows from Linux Graphic Tools [on hold]

    24 octobre 2019, par Volomike

    How do I make image slideshows as a video file via 4 small jpegs (128px x 128px) and Linux command-line graphic tools ? I need to vary the slideshow transitions with :

    • fade to/from black
    • slide left/right while fading to next image

    If you’re curious, we plan to make videos we can put into mobile phones for real estate listings. (We already have the technology to convert Ogg Theora into proprietary mobile formats.)

  • Encapsulate onvif metadata into avframe

    15 avril 2020, par user8957959

    I have a onvif camera that provides video and metadata via rtsp. I would &#xA;like to create a filter or whatever else that takes the metadata, reads &#xA;them and finally merge into the output video.

    &#xA;&#xA;

    I think of something like &#xA;encapsulate them in the alpha channel, in order to keep the video &#xA;viable. I have problem with the first part, because I cannot find a &#xA;filter that manipulates Data (AVMEDIA_TYPE_DATA) to start with. My plan &#xA;is to create a filter that takes data and produce fake avframe with &#xA;metadata, that will be merged with the real video by a filter like &#xA;overlay or everything else. Did someone have some hints for me ?

    &#xA;