Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (88)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (18815)

  • Streaming WebM with ffmpeg over UDP doesn't work with audio

    28 avril 2014, par omgodie

    I’m trying to stream a webcam video and audio as WebM via udp over the ffmpeg command line tool. (ffmpeg is build correctly and all libraries are included)

    The stream is initiated with :

    ffmpeg -f dshow -i video="Logitech HD Pro Webcam C910":audio="Mikrofon (USB-Audogerät)" -f webm udp://localhost:11100

    and i try to playback the file on the same computer with :

    ffplay udp://localhost:11100

    Streaming Video AND audio doesn’t work. I get the following error message in ffplay :

    udp://localhost:11100: End of file 0KB vq=    0KB sq=    0B f=0/0
    nan    :  0.000 fd=   0 aq=    0KB vq=    0KB sq=    0B f=0/0

    If i just stream the video

    ffmpeg -f dshow -i video="Logitech HD Pro Webcam C910" -f webm udp://localhost:11100

    I receive the video with ffplay.

    What do i have to do to stream/receive audio correctly ?

    I’m trying this way with the command line to reproduce a way with using libav in a C project if this is of interest...

  • x86/vf_limiter : make limiter functions work on x86_32

    8 juillet 2017, par James Almer
    x86/vf_limiter : make limiter functions work on x86_32
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavfilter/x86/vf_limiter.asm
    • [DH] libavfilter/x86/vf_limiter_init.c
  • x86/vf_threshold : make threshold8 functions work on x86_32

    4 décembre 2017, par James Almer
    x86/vf_threshold : make threshold8 functions work on x86_32
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavfilter/x86/vf_threshold.asm
    • [DH] libavfilter/x86/vf_threshold_init.c