Recherche avancée

Médias (91)

Autres articles (92)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

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

  • avdevice/dshow : handle unknown sample time

    21 décembre 2021, par Diederick Niehorster
    avdevice/dshow : handle unknown sample time
    

    GetTime may return an error indication that the sample has not
    timestamps, or may return a NULL start time. In those cases, fall back
    to graph time. Emit log when that happens.
    Improve logging in the frame receive function : now logged against
    correct avclass instead of NULL.
    Better debug message in case sample dropped : could now be audio or
    video frame.

    Signed-off-by : Diederick Niehorster <dcnieho@gmail.com>
    Reviewed-by : Roger Pack <rogerdpack2@gmail.com>

    • [DH] libavdevice/dshow_pin.c
  • how can I scan live mp3 streams for their sample rate ?

    30 juillet 2012, par Nadal

    I am new to FFMPEG and I am suppose to scan all of my files for sample rate. I am not sure as to what this is because I am new to this and don't know how to even get started with FFMPEG's scanning. These live streams are mp3 streams, music tracks. I am familiar with PHP if that makes any difference.

  • FFmpeg ios sample code for video streaming

    29 avril 2014, par iJose

    I have done with Video Encoding using AVFoundation framework in ios.

    Now i want to stream these video to a RTMP server using FFMPEG.
    IT would be great help if anyone of you post a link / sample Code for achieving this.
    Any other Solution other than this is also invited.

    Thanking you in advance.