Recherche avancée

Médias (91)

Autres articles (32)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

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

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

  • How do you intentionally increase/decrease livestream quality using ffmpeg

    25 septembre 2022, par Evan Hassan

    You know those sport streaming websites ? Well I am trying to watch a game from one of those website... problem is I have awful wifi.

    


    I have access to the livestream video and I am trying to change the bitrate/fps to a higher quality for website embedding using ffmpeg. I understand for a video, this is more than possible, but how do you do this for a live stream ?

    


  • how to mux h.264 into flv

    2 mars 2016, par jrlj

    i have h.264 raw data now, the stream will be

    (00 00 00 01 AUD 00 00 00 01 SPS 00 00 00 01 PPS 00 00 00 01 SEI 00 00 00 01 IDR) (00 00 00 00 01 AUD 00 00 00 01 SEI 00 00 00 01 non-IDR) (00 00 00 00 01 AUD 00 00 00 01 SEI 00 00 00 01 non-IDR)......

    I will use ffmpeg to mux h.264 stream into flv container. I am writing SPS and PPS into AVCodecContext.extradata and I skip AUD、SPS、PPS、SEI, just writing [00 00 00 01 IDR] and [00 00 00 01 non-IDR] into AVPacket.data. The outout.flv can playing with "VLC player"(VLC player has higher tolerance), but can’t playing with "FLV Player". I have no idea what’s wrong with my output.

  • What is the ffmpeg command to convert .mpg file to XDCAM format, what are the options that I need to set ?

    7 janvier 2019, par geo-freak

    I want to convert my .mpg file to XDCAM file format, what is the ffmpeg command, and what are options like bitrate codec framerate I need to enable in the command ?

    I am at learning stage in ffmpeg. Could someone help me ? Thanks in advance.