Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (88)

  • 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 ;

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

  • vocdec : Don’t update codec parameters mid-stream

    12 septembre 2013, par Martin Storsjö
    vocdec : Don’t update codec parameters mid-stream
    

    If we really want to support parameter changes, they need to be
    signalled along with the AVPackets as parameter change side data,
    not just changing the AVCodecContext parameters when a packet
    is demuxed (since there may be other earlier packets yet undecoded).

    Something similar was already done for the sample rate in 0883109b2,
    but some parameters were left changeable.

    This avoids having to recheck the channel count for validity for
    each decoded frame in (ad)pcm decoders, unless the decoders
    explicitly say that they accept parameter changes.

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/vocdec.c
  • vocdec : Don’t update codec parameters mid-stream

    12 septembre 2013, par Martin Storsjö
    vocdec : Don’t update codec parameters mid-stream
    

    If we really want to support parameter changes, they need to be
    signalled along with the AVPackets as parameter change side data,
    not just changing the AVCodecContext parameters when a packet
    is demuxed (since there may be other earlier packets yet undecoded).

    Something similar was already done for the sample rate in 0883109b2,
    but some parameters were left changeable.

    This avoids having to recheck the channel count for validity for
    each decoded frame in (ad)pcm decoders, unless the decoders
    explicitly say that they accept parameter changes.

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/vocdec.c
  • iOS Video Player FFmpeg

    13 février 2013, par Rahim Jan

    So I want to make an app for the iPhone that will play live mms :// video streams.

    I have look around, and everywhere says that I'll need FFmpeg in order to accomplish it. So I successfully compiled the FFmpeg libraries, but now

    Do I have to convert the mms :// link to a .m3u8 link ? Or I can just use apples AV Foundation Framework ?

    Thanks !