Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (65)

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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (4672)

  • decode : copy the output parameters from the last bsf in the chain back to the AVCodec...

    27 juillet 2018, par James Almer
    decode : copy the output parameters from the last bsf in the chain back to the AVCodecContext
    

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

    • [DBH] libavcodec/decode.c
  • Revert "decode : copy the output parameters from the last bsf in the chain back to...

    12 septembre 2018, par James Almer
    Revert "decode : copy the output parameters from the last bsf in the chain back to the AVCodecContext"
    

    This reverts commit 662558f985f50834eebe82d6b6854c66f33ab320.

    The avcodec_parameters_to_context() call was freeing and reallocating
    AVCodecContext->extradata, essentially taking ownership of it, which according
    to the doxy is user owned. This is an API break and has produces crashes in
    some library users like Firefox.
    Revert until a better solution is found to internally propagate the filtered
    extradata back into the decoder context.

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

    • [DBH] libavcodec/decode.c
  • Change Video File Thumbnail/Poster/Image/Cover Art ffmpeg in CMD [on hold]

    15 décembre 2018, par Sebachtian

    I want to change my video file’s cover art(image1) to (image2) using ffmpeg in cmd with thumbnail/poster/image i choose. Something like this :

    enter image description here
    enter image description here

    Here i use ffmpeg and use it on cmd, but the cover art didnt change to the image file instead to default.

    ffmpeg -i D:\1.mkv -i D:\f1.jpg -c:a copy -c:v copy -map 0 -map 1:0 D:\2.mkv

    What did i do wrong ?