Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (97)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (12784)

  • 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