Recherche avancée

Médias (91)

Autres articles (43)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • avutil/thread : fix pthread_setname_np parameters for NetBSD and Apple

    4 février 2024, par Marton Balint
    avutil/thread : fix pthread_setname_np parameters for NetBSD and Apple
    

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavutil/thread.h
  • How to convert .flac to Apple Lossless with ffmpeg or afconvert on a Mac ?

    17 avril 2023, par Mac uzyszkodznik

    I need to convert a .flac file to Apple Lossless with ffmpeg or afconvert on a Mac, and don't want the file to weight more than original.

    &#xA;

    I have tried it already with these 2 arguments :

    &#xA;

     afconvert track.flac -d alac -o track.m4a&#xA;

    &#xA;

    ffmpeg -i track.flac -acodec alac track.m4a&#xA;

    &#xA;

    The problem is that they spit out 80-120mb files while the original file is 47.1 MB

    &#xA;

    Duration: 00:06:57.77, start: 0.000000, bitrate: 900 kb/s&#xA;  Stream #0:0: Audio: flac, 44100 Hz, stereo, s32 (24 bit)&#xA;

    &#xA;

  • capture.isOpened() returns false in python [closed]

    24 décembre 2019, par Elnaz Yousefi

    I tried to read a video (.avi file) by cv2.VideoCapture in Python, but capture.isOpened() returns false.
    when I execute python in cmd, it returns "Python 3.7.2". Also, when I use "pip install opencv-python" in command line, OpenCV was successfully installed.
    By the way, I noticed that the version of opencv which is installed is 4.1.2 and the ffmpeg file is named "opencv_videoio_ffmpeg412".
    Is everything right ? so what’s the problem ?