Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (89)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

  • 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 (8154)

  • it's hang when using av_interleaved_write_frame

    19 avril 2018, par Eric Nguyen

    I use the ffmpeg to stream the encoded video.
    when it is streaming, it plug out the internet cable, it means connection to the serve is lost.
    the video is hangs, i can not handle after that. i see the reason that it is hang at av_interleaved_write_frame(), the function doesn’t return result or any error, it hangs forever at there.

    Anyone see that issue, and Can you help me to fix that bug.
    Thanks.

  • lavfi/testsrc2 : fix hang with very small sizes.

    30 octobre 2017, par Nicolas George
    lavfi/testsrc2 : fix hang with very small sizes.
    

    Move a subtraction to the other side of the equal to avoid overflows.

    • [DH] libavfilter/vsrc_testsrc.c
  • avfilter/af_amix : fix possible hang

    18 juin 2017, par Paul B Mahol
    avfilter/af_amix : fix possible hang
    

    Fixes #6424.

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/af_amix.c