
Advanced search
Medias (1)
-
The Great Big Beautiful Tomorrow
28 October 2011, by
Updated: October 2011
Language: English
Type: Text
Other articles (80)
-
Organiser par catégorie
17 May 2013, byDans 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, byUtilité
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, byCette 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 Pehlivanovaaccoder: 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>
-
Making Image Slideshows from Linux Graphic Tools [on hold]
24 October 2019, by VolomikeHow 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 user8957959I have a onvif camera that provides video and metadata via rtsp. I would 
like to create a filter or whatever else that takes the metadata, reads 
them and finally merge into the output video.



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