Recherche avancée

Médias (91)

Autres articles (110)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

Sur d’autres sites (10573)

  • No such file or directory : '/usr/bin/ffprobe' on Macos

    22 avril 2022, par Mehdi Amian

    During running some Python (3.8.9) script on macOS Monterey version 12.3.1, I get the following error :
FileNotFoundError : [Errno 2] No such file or directory : '/usr/bin/ffprobe'

    


    Then, according to what found on web search, I installed ffmpeg via brew and even updated it. But still getting the same error. When I print "which ffprobe", I get : /usr/local/bin/ffprobe

    


    Thanks in advance.

    


  • not able to create libffmpeg.so for android

    4 janvier 2013, par susheel tickoo

    I have tried to create a video from images and i haven done it successfully with MPEG4 codec and .m4v extension.Using this link

    now i want to use H264 codec for android devices.I am able to compile the code but when i use the function avcoded_find_encoder(CODEC_ID_H264). It gives me codec not found.
    I have seen the links for same on stackovrflow but they are of either no use or are not conclusive.

    Please help.
    thanks in advance.

  • How to set up FFMPEG library on windows with Android-NDK-r16b ? [on hold]

    12 décembre 2017, par Ghodasara Bhaumik

    I have search it but not found any step-by-step configuration for windows with NDK-r16b.
    I need FFMPEG for my Android Application to Compress Video and Trim Video file.
    Thanks in advance for the help !