Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (111)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (11466)

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