Advanced search

Medias (1)

Tag: - Tags -/book

Other articles (80)

  • Organiser par catégorie

    17 May 2013, by

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 November 2010, by

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus; Son logo; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Des sites réalisés avec MediaSPIP

    2 May 2011, by

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

On other websites (3376)

  • aaccoder: tweak PNS implementation further

    9 September 2015, by 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 October 2019, by 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 April 2020, by 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;