Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (48)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

  • Can we match scanning type as input ?

    6 juin 2019, par Sasidharan S

    Is it possible in ffmpeg to match the scanning type as input ?
    Say if the input is interlaced scanning then the output should be interlaced.

    By default, ffmpeg is encoding with progressive.

  • lavfi/dnn_backend_openvino.c : Correct Pointer Type while Freeing

    27 mai 2021, par Shubhanshu Saxena
    lavfi/dnn_backend_openvino.c : Correct Pointer Type while Freeing
    

    This commit corrects the type of pointer of elements from the
    inference queue in ff_dnn_free_model_ov.

    Signed-off-by : Shubhanshu Saxena <shubhanshu.e01@gmail.com>

    • [DH] libavfilter/dnn/dnn_backend_openvino.c
  • avcodec/osq : fix type of nb_samples

    4 septembre 2023, par Paul B Mahol
    avcodec/osq : fix type of nb_samples
    

    Fixes crash caused by signed integer overflow.

    • [DH] libavcodec/osq.c