Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (107)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (10427)

  • 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 ?

  • 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 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 ?