
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (61)
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
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
Sur d’autres sites (8437)
-
How to automatically cut video based on motion-less scenes ?
18 mars 2018, par user1202136I recently recorded a very long video (45 minutes) using the H264 codec, with I-frames every 30 seconds.
I would like to cut this video in smaller parts separated by "quiet" periods, i.e., parts of the video where no motion is detected for 5 seconds. I would also prefer to not re-encode the video, but rather cut around the I-frames.
Is there a tool to automatically achieve this ?
-
What is the best solution of motion interpolation by CPU ?
31 mars 2022, par Stacker DragonI've been using FFmpeg's "minterpolate" filter to implement motion interpolation to get a higher frame rate for a while. However, because "minterpolate" doesn't support hardware acceleration and multithread, it is very slow to finish that process, particularly on devices that only have CPU, which make the situation worse because I cannot use neural network such as DAIN(by SJTU).



Thus, I would like to ask for some alternatives for "minterpolate" filter, which is supposed to be faster and has a decent quality.



I knew SVP can do, but it is not open-sourced and therefore it cannot be integrated to other software.


-
Video encoding with ffmpeg - Obtaining sizes of residuals and motion vectors
30 octobre 2018, par Serkan SI am encoding videos with x264 using ffmpeg. In the output I can see the bitrate and frame size but is there a way to obtain how much of those bits are used for motion vectors and residuals separately ?