Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (111)

  • Organiser par catégorie

    17 mai 2013, par

    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 novembre 2010, par

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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (9984)

  • Fix bug when using -p switch during compression

    28 juillet 2014, par Martijn van Beurden
    Fix bug when using -p switch during compression
    

    When using the -p switch during encoding, the encoder should try
    different qlp predictor precision steps. However, some faulty code
    was too severely restricting the possible steps. This patch lifts
    the restriction to match a restriction coded a little further in
    the process. This doesn’t make using -p worth your while, but at
    least it doesn’t create larger files now

    Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com>

    • [DH] src/libFLAC/stream_encoder.c
  • ffmpeg : Duplicate output and stream raw/no compression video/webcam to localhost without latency

    23 juin 2014, par Ralf Anderson

    I want to stream a video locally, webcam which I want to duplicate to be precise, but I’m having trouble doing this without any latency.

    I can directly access the camera with ffplay...

    ffplay.exe -f dshow -i video="ManyCam Virtual Webcam"

    This gives me no (noticeable) latency. When I stream it to the localhost like

    ffmpeg.exe -f dshow -i video="ManyCam Virtual Webcam" -r 25 -vcodec mpeg2video -preset ultrafast -threads 0 -q 5 -f mpegts udp://127.0.0.1:33333

    though, I get a notable latency on ffplay and it’s definitely buffering too. I don’t know if the delay purely comes from buffering or if it’s the encoding. Obviously I want an instant display with no caching/buffering/latency like I get when directly accessing the webcam.

    Is it the parameters (I’ve tried quite a few settings and codecs besides this, but no luck) ? Is it the player ?

    No encoding at all would be fine too. ffmpeg says, that the webcam delivers

    Stream #0:0: Video: rawvideo, bgr24, 640x480, 29.97 tbr, 10000k tbn, 29.97 tbc

    which I can display with ffplay. What would be the best way to duplicate the webcam feed ? Or can I stream the raw video to the localhost (with the tee muxer) and if, how do I correctly set this up and acces it again with e.g. ffplay ? I had no luck yet streaming raw video.

    Just any solution that allows me to locally have two processes access the data from the webcam would work.

  • Evolution #3076 (Fermé) : Retirer la fonctionnalité de compression HTML

    20 juillet 2014, par marcimat ☺☮☯♫