Recherche avancée

Médias (0)

Mot : - Tags -/content

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (24)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

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

Sur d’autres sites (5425)

  • avfilter/framepool : align the frame buffers

    9 novembre 2024, par James Almer
    avfilter/framepool : align the frame buffers
    

    And not just the linesizes. Use the extra align bytes allocated for this purpose.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavfilter/framepool.c
  • Encode & play video formats without 3rd party codec packs

    20 septembre 2013, par Jezza

    We have built a windows based software system that allows users to import their own video for viewing in the software. It works fine for AVI and WMV as we use a windows based player. For encoding or playing to work with most common video formats we have to ask our customers to download a 3rd party codec pack, such as K-Lite or Combined Community Codec Pack. Many of our customers are not allowed to do this due to IT Management rules.

    Are they are any suggestions regarding a player and encoder that can be built into our windows based software without needing 3rd party codec packs.

    I am not sure if ffmpeg, handbrake, VLC can be used for this purpose.

    Thanks. J

  • fftools/ffmpeg : stop explicitly closing decoders

    17 novembre 2022, par Anton Khirnov
    fftools/ffmpeg : stop explicitly closing decoders
    

    It serves no purpose, they will be closed and freed in
    avcodec_free_context() called from ist_free().

    • [DH] fftools/ffmpeg.c