Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (45)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (3791)

  • What is video_track_timescale in ffmpeg ? [duplicate]

    12 mai 2019, par Sasidharan S

    This question already has an answer here :

    Can some one explain what is exact meaning of video_track_timescale ?

    And how the value of video_track_timescale is fixed ?

    For example I saw some configuration with -video_track_timescale 1000 may I know why and how 1000 is used ?

  • avformat/movenc : enable handle_eac3 to handle AC-3 tracks

    1er juin 2022, par Jan Ekström
    avformat/movenc : enable handle_eac3 to handle AC-3 tracks
    

    Add the AC-3 frame type, as well as early exit from additional packet
    parsing in case of AC-3, as only a single packet is required to get
    the required information.

    Additionally, expose ac3_bit_rate_code via the eac3_info struct as
    it is required for AC3SpecificBox.

    Signed-off-by : Jan Ekström <jan.ekstrom@24i.com>

    • [DH] libavformat/movenc.c
  • lavc : do not force the emu edge flag

    20 janvier 2014, par Anton Khirnov
    lavc : do not force the emu edge flag
    

    The default get_buffer2() implementation (and possibly some
    user ones) does not allocate edges when this flag is set, which may
    expose bugs in some decoders. Until the 10 release is out, it is safer
    to remove this part.

    • [DBH] libavcodec/utils.c