Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (42)

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

  • fftools/ffmpeg_mux_init : stop modifying OptionsContext.*_disable

    18 octobre 2022, par Anton Khirnov
    fftools/ffmpeg_mux_init : stop modifying OptionsContext.*_disable
    

    The current code will override the *_disable fields (set by -vn/-an
    options) when creating output streams for unlabeled complex filtergraph
    outputs, in order to disable automatic mapping for the corresponding
    media type.

    However, this will apply not only to automatic mappings, but to manual
    ones as well, which should not happen. Avoid this by adding local
    variables that are used only for automatic mappings.

    • [DH] fftools/ffmpeg_mux_init.c
  • fftools/opt_common : stop printing deprecated AV_CODEC_CAP_SUBFRAMES

    9 mai 2023, par Anton Khirnov
    fftools/opt_common : stop printing deprecated AV_CODEC_CAP_SUBFRAMES
    
    • [DH] fftools/opt_common.c
  • fftools/ffmpeg : stop using InputStream.pts for generating video timestamps

    25 avril 2023, par Anton Khirnov
    fftools/ffmpeg : stop using InputStream.pts for generating video timestamps
    

    This was added in 380db569287ba99d903b7629f209b9adc7fd2723 as a
    temporary crutch that is not needed anymore. The only case where this
    code can be triggered is the very first frame, for which InputStream.pts
    is always equal to 0.

    • [DH] fftools/ffmpeg.c