Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (63)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (4377)

  • How to configure —enable-libfreetype for FFMPEG on Windows 10 ?

    14 août 2021, par Lakshay

    I want to customize/remove timestamp from my FFMPEG recording.

    


    I understand that I need to use the flag :filter-v or -vf in my command.

    


    On googling, it seems that I need to use the flag —enable-libfreetype, but the command
ffmpeg --enable-libfreetype ... or ffmpeg -enable-libfreetype ...

    


    returns this error

    


    Unrecognized option '-enable-libfreetype'.
Error splitting the argument list: Option not found 


    


    Some answers on SO suggest to "compile" with the option —enable-libfreetype.

    


    How to "compile" the libfreetype option ? I am using Windows 10.

    


    I tried finding online for a solution but couldn't find anything.

    


  • cmdutils : remove duplicate windows.h include

    8 novembre 2016, par Michael Niedermayer
    cmdutils : remove duplicate windows.h include
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] cmdutils.c
  • How to save video recording(webcam) and screen recording to directly Mp4 in windows ?

    10 juillet 2019, par SaddamBinSyed

    I have an applicaiton which running as a windows service which is responsible for Recording the video/audio and screen capture as well.

    now I am using DirectX lib and Aforge dll to save recorded file to AVI format which is not supported by HTML 5 so I am then converting the same to mp4 using NVideoConverter dll.

    now I am facing high CPU utilization (30% -recording service) FFmpeg (30% conversion task).

    So I wanting a solution/method to directly record as an MP4 format to get rid of conversion part as well as CPU utilization.

    I couldn’t use FFmpeg directly to the record since when user logoff/signout the current recording will get corrupted.

    So How can I record as an Mp4 in windows 7 and 10 ?

    also, I came across that win10 default camera application is saving the recording directly as Mp4 file which is playing well in both IE and chrome.

    so it means there is a way in windows 10.

    If anyone implemented/knows about the same please advise me.

    help highly appreciated.

    thanks.