Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (43)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Les statuts des instances de mutualisation

    13 mars 2010, par

    Pour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
    Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)

Sur d’autres sites (8964)

  • Matlab - Capture Video Streams (part 2)

    25 novembre 2014, par Uri Merhav

    This is a follow up on this question. I’m trying to capture a live stream from an ip address (e.g. rtsp ://10.0.0.0:554/live.sdp). The only solution I’ve seen so far is to use mexopencv to call opencv’s streaming functionality from matlab. This has a very significant drawback, in that you need to get mexopencv to actually work on a mac, which is quite challenging.

    So, I was thinking about using the following approach :

    1. Use ffmpeg to stream the rtsp stream into a named pipe
    2. Read the named pipe from Matlab, just as if it was an ordinary video file (am I correct that this is how one uses a named pipe ? I’ve never used this kind of solution before)

    If this solution is inefficient, not going to work, or if there’s a better alternative — I’d love to hear about it !

  • Anomalie #3776 (Fermé) : CVT Multi-étapes // Problème de gestion de tableaux avec l’utilisation `_...

    7 mai 2017, par cedric -

    Pour ce genre de cas difficile de proposer une solution automatique intégrée.
    La solution c’est d’ajouter un input hidden avec les checkbox, avec le meme name, qui ajoute une valeur vide au tableau, de façon à ce qu’il y ait toujours un post de la variable concernée. Il faut ensuite filtrer cette valeur vide dans le traitement du formulaire

  • To set thumbnail to a video file

    21 mars 2014, par Ravi

    I want to set any Thumbnail image to the Video file. so, While I browse the video in Windows Explorer, I should be able to see the thumbnail (cover/poster image ) I have set. Is it possible. I see everywhere on net to extract frame from the Video. But, I want to "APPLY" a specific thumbnail to my video. Is it possible ? Any Directshow or FFMPeg Solution ? I was looking for some C# solution. thanks.