Recherche avancée

Médias (0)

Mot : - Tags -/organisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (35)

  • 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

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (6660)

  • avformat/tcp : workaround for IOS9 getaddrinfo in IPv6 only network use hardcode IPv4...

    24 août 2016, par liu jc
    avformat/tcp : workaround for IOS9 getaddrinfo in IPv6 only network use hardcode IPv4 address can not resolve port number.
    

    Signed-off-by : liujingchao <jcliu@outlook.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/tcp.c
  • How to keep the file size of a stream small and have manycam show a live picture ?

    31 janvier 2017, par P. Dee

    I am using this command

    ffmpeg -i "rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov" "C:\wamp\www\streaming.mjpeg"

    to stream to "C :\wamp\www\streaming.mjpeg". Then I am using SimpleHTTPServer to create a web server for this folder.

    Then I am pointing manycam’s ip camera to the address of the file on the web server

    http://127.0.0.1:8000/streaming.mjpeg

    And select it in manycam.

    As a result ffmpeg creates a file that gets bigger and bigger and manycam shows an endless time-lapsed loop of what the camera records or recorded minutes ago.

    How to keep the file size small and have manycam show a live video feed ?

  • avcodec/vvcdec : allocate and store structs on their own within the table list

    9 janvier 2024, par James Almer
    avcodec/vvcdec : allocate and store structs on their own within the table list
    

    Fixes "runtime error : member access within misaligned address 0xf00 for type
    'struct bar', which requires # byte alignment" errors under GCC ubsan.

    Reviewed-by : Nuo Mi <nuomi2021@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/vvc/vvcdec.c