Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (65)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (13209)

  • mov : Rework stsc index validation

    3 février 2017, par Vittorio Giovara
    mov : Rework stsc index validation
    

    In order to avoid potential integer overflow change the comparison
    and make sure to use the same unsigned type for both elements.

    • [DBH] libavformat/isom.h
    • [DBH] libavformat/mov.c
  • Get image from webcam, convert that image into something else, and returning it back to the client

    29 janvier 2023, par immigration9

    I have some questions on choosing the right architectural decision to solve my problem.

    


    I am planning to create an app, which takes the

    


      

    1. input from a client's (a browser) webcam,

      


    2. 


    3. sending the input to the server (whether frame by frame, or just live stream video)

      


    4. 


    5. getting each frame from the server (into a image)

      


    6. 


    7. convert the image using some technology (let's say like a tiktok filter)

      


    8. 


    9. returning the image back to the client in real time.

      


    10. 


    


    Except for the phase 4 which the technology can only be applied on an image,
Everything else can be changed.

    


    I'm targeting 30fps (or at least 20) with 1080p quality.

    


    The language or framework is completely agnostic as I do not have any preference. Right now, I am thinking of using React with Node, but I'm opened to other options as well. (eg. Python maybe. Language doesn't matter)

    


    If anyone have some prior experiences, can you teach me the best way ?

    


    I've tried to create the image blob from client and send it to the server using socket.io but it seemed too slow to use when targeted at 30fps on 1080p image.

    


    I'm currently looking at WebRTC with fluent-ffmpeg, but not sure if it's the right way.

    


    Any kind of help will be appreciated.

    


  • lavf/tcp.c : Free allocated client URLContext in case of error.

    12 janvier 2018, par Stephan Holljes
    lavf/tcp.c : Free allocated client URLContext in case of error.
    

    Signed-off-by : Stephan Holljes <klaxa1337@googlemail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/tcp.c