Recherche avancée

Médias (0)

Mot : - Tags -/performance

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (43)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

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

Sur d’autres sites (5395)

  • Is there an way to capture audio and video of a window ? [on hold]

    10 mai 2019, par Supertiger

    So, I’m trying to capture audio and video of a single window and not the whole desktop ? For instance, I want to capture a game and the sounds that are coming out from it and not from any other program running (Just like discords screen share)

    I have already tried this code but it only captures the video and not the audio of the window.

    ./ffmpeg.exe -f gdigrab -framerate 30 -i title="Minecraft" output.mkv
  • FFMPEG : Is it possible to merge video clips but cutout overlapping frames ?

    18 avril 2019, par Muhammad Umer

    I’ve got clips of video game. These clips are highlights and recorded automatically when some event happens. I can find solutions to merge them using cli and ffmpeg. Clips are 3 minutes recordings. So if 2 events happen closely, < 3 min apart, then there is overlap. Is it possible to ignore/subtract/delete subsequent clips upto point where last frame that’s overlapping.

    EX:
    Clips= A(1-4), B(7-11), C(9-13).

    B and C are overlapping.

    Can ffmpeg detect overlapping frames in C and only merge (12-13).

    Clips are alphabetically sortable.
  • Recording video in windowed mode games on Java

    9 mars 2019, par DepressingUtopian

    Is it possible to capture a video stream from a game in windowed mode ?
    I tried using "FFmpeg" to get only a record of applications not related to Directx or Open GL.

    When recording games, a duplicate video stream consisting of black frames is obtained.
    Attempting to record a game Devil May Cry 5 in windowed mode using FFmpeg

    Any capture methods related to Java are needed. Since my course project is based on the knowledge of this language. Thanks in advance !