
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (43)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Déploiements possibles
31 janvier 2010, parDeux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
Version mono serveur
La version mono serveur consiste à n’utiliser qu’une (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP 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 (...)
Sur d’autres sites (5612)
-
Recording video in windowed mode games on Java
9 mars 2019, par DepressingUtopianIs 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 FFmpegAny capture methods related to Java are needed. Since my course project is based on the knowledge of this language. Thanks in advance !
-
FFMPEG : Is it possible to merge video clips but cutout overlapping frames ?
18 avril 2019, par Muhammad UmerI’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. -
Is there an way to capture audio and video of a window ? [on hold]
10 mai 2019, par SupertigerSo, 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