Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (41)

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

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

Sur d’autres sites (3539)

  • When I set libx264 codec in ffserver the stream does not show up in browser

    30 novembre 2020, par 0 day

    When I set VideoCodec libx264 in ffserver.conf the stream does not show up in browser

    


    <stream>&#xA;Format webm&#xA;# webm&#xA;Feed feed1.ffm&#xA;VideoCodec libx264&#xA;# swf&#xA;#libx264&#xA;VideoSize 840x525&#xA;VideoFrameRate 60&#xA;VideoBitRate 512&#xA;VideoBufferSize 512&#xA;NoAudio&#xA;AVOptionVideo flags &#x2B;global_header&#xA;StartSendOnKey&#xA;</stream>&#xA;

    &#xA;

    EDIT :

    &#xA;

    Here is my CLI

    &#xA;

    ffmpeg -probesize 1000M -framerate 60 -video_size 1680x1050 -f x11grab -i :0.0 -f alsa -i default -c:a aac -vf format=yuv420p http://localhost:8090/feed1.ffm&#xA;

    &#xA;

  • avformat/rtspdec : show method request in log

    27 novembre 2020, par Andriy Gelman
    avformat/rtspdec : show method request in log
    

    Reviewed-by : Martin Storsjö <martin@martin.st>
    Signed-off-by : Andriy Gelman <andriy.gelman@gmail.com>

    • [DH] libavformat/rtspdec.c
  • flutter-ffmpeg - How can show in a App that in this moment sent to a rtps server ? [closed]

    22 novembre 2020, par Carlos Rod
    &#xA;

    What options can i implement in this solution ?

    &#xA;

    &#xA;

    Actually i use a "flutter_ffmpeg" package.. i sent a server Rtsp that my device camera see.

    &#xA;

    i dont record a video in my phone only sent the video a server rtps, but i wanna that simultaneously i show in my phone a card widget the video from my camera, i try used a camera plugin but the moment sent info a server rtps, the camera plugin cancel that de camera is has used for other package (flutter_ffmepg)

    &#xA;