Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (33)

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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

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

  • How to overlay and save a video with gif in Android ?

    5 avril 2017, par mr nooby noob

    I currently am able to display a gif while recording a video, however when the video is saved it does not display the gif.

    One hacky solution that I thought of is that I simply could just record the screen while recording and save that file instead, however there are some issues that I have with this, ie the audio quality and other items on the screen being saved, such as the video buttons, etc.

    How can I use something like FFMPEG, or anything else that, to save a gif overlay while recording a video ?

  • How to save H.264 stream to mp4 container using Accord.FFMPEG.Video

    4 décembre 2017, par rgeorg

    I am receiving raw H.264 frames in a callback in C#. I can save the stream to a *.264 file where I can see the video using Elecard StreamEye.

    Is it possible to save the video to an mp4 container using Accord.FFMPEG.Video VideoFileWriter or VideoFileSource without re-encoding it ?

    I would rather not have to implement it using p/Invokes to libav unless there is no alternative.

  • How can I save the RAW rtp output file by ffmpeg

    13 septembre 2016, par Jeromy

    I have a problem that to save Output RTP as a file.
    (Is that a possible ? Am I Right ?)

    Trans-coding goal as below :
    1. Save the RTP stream to file in local storage using FFMPEG.
    2. Input is file.
    3. Output is RTP stream file.

    I`m using that.

    ./ffmpeg -re -i ../Video_Sample/03.Fashion_DivX720p_ASP_87s_1000k_720p.mp4 -c:v libx264 -b:v 1000k -preset superfast -an -f rtp -y test.rtp

    But I got a message like that :

    Could not write header for output file #0 (incorrect codec parameters ?) : Invalid argument

    How can I fix it ?