Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (95)

  • 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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

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

  • How to decode video in ffmpeg in real time ?

    18 juillet 2021, par Guerlando OCs

    Basic ffmpeg decoding consists of avcodec_send_packet to send encoded packets and avcodec_receive_frame to receive the decoded frames.

    


    avcodec_send_packet returns EAGAIN in case it's full. That is, in case no one is calling avcodec_receive_frame.

    


    Suppose I'm reading an mp4 file and rendering on the screen. That is, I want real time playback of the video. One way to do that would be to tell the renderer the exact fps the file has, for example :

    


    If the file should play at 30 fps, then the renderer calls avcodec_receive_frame 30 times per second, and the avcodec_send_packet only sends new packets when it can. If it receives EAGAIN, it waits and sends again in 1 millisecond, instead of discarding the packet.

    


    Is this the right way to do ? Because getting the fps of the file is not trivial. At least I've never seen this in ffmpeg. Maybe a .mp4 file has this information, but what about a raw .h264 file ? VLC player can play raw .h264 in the right time, but I don't know how it does that

    


  • I can't play mp3 by iOS browser

    13 avril 2015, par SPnova

    I merge several files by ffmpeg :

    ffmpeg -i "concat:file1.mp3|file2.mp3" -acodec libmp3lame -metadata "title=Some Song"  c2.mp3

    But I can’t play this file by iOS browser (I use iPad 2 iOS 8). In my PC chrome this mp3 plays correctly.

    https://learn.core.kochi-tech.ac.jp/moodle/c2.mp3

    Where is the problem ?

  • Anomalie #2515 : 2 balises title dans le head

    30 janvier 2012, par yffic Cloarec

    J’ai oublié : Spip3 SVN à jour