Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (77)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

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

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