Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (46)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (8089)

  • use ffmpeg to create mp4 from avcc example

    20 juillet 2014, par user2517182

    How can I use ffmpeg to create an .mp4 from the avcc bitstream example from this post ?

    According the post, using the annexb bitstream ;

    This is a complete h.264 stream. if you type these values into a hex
    editor and save the file with a .264 extension, you will be able to
    convert it to an image.

    I was able to do this.

    However, when it comes to the avcc bitstream, the post states,

    You will notice SPS and PPS is now stored out of band. That is,
    separate from the elementary stream data. Storing and transmission
    this data is the job of the file container, and beyond the scope of
    this document.

    Is there a way to tell ffmpeg to store and transmit the sps and pps data to the file container ? If so how ?

  • libfdk-aacdec : Decode the first AAC frame to reliably identify the bitstream

    7 juillet 2014, par Omer Osman
    libfdk-aacdec : Decode the first AAC frame to reliably identify the bitstream
    

    For implicit signaling cases (as possible for Spectral Band Replication
    and Parametric Stereo Tools), the decoder must decode the first frame to
    correctly identify the stream configuration (as called from
    avformat_find_stream_info). The mechanism for this is built-in and only
    requires adding CODEC_CAP_CHANNEL_CONF to the libfdk-aacdec AVCodec
    struct.

    Signed-off-by : Omer Osman <omer.osman@iis.fraunhofer.de>
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/libfdk-aacdec.c
    • [DH] libavcodec/version.h
  • libfdk-aacdec : Decode the first AAC frame to reliably identify the bitstream

    7 juillet 2014, par Omer Osman
    libfdk-aacdec : Decode the first AAC frame to reliably identify the bitstream
    

    For implicit signaling cases (as possible for Spectral Band Replication
    and Parametric Stereo Tools), the decoder must decode the first frame to
    correctly identify the stream configuration (as called from
    avformat_find_stream_info). The mechanism for this is built-in and only
    requires adding CODEC_CAP_CHANNEL_CONF to the libfdk-aacdec AVCodec
    struct.

    Signed-off-by : Omer Osman <omer.osman@iis.fraunhofer.de>
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/libfdk-aacdec.c
    • [DBH] libavcodec/version.h