
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (15)
-
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 -
Menus personnalisés
14 novembre 2010, parMediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
Menus créés à l’initialisation du site
Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;
Sur d’autres sites (3422)
-
FFmpeg : Record the screen but only remember the last 5 minutes ?
18 février 2023, par simonwjacksonI am using Ffmpeg to continuously record the video the screen on my PC. However, I only ever need the last 5 minutes of the video.



Yes, I could edit the video afterwards. But these recording sessions could go on for several hours and take up A LOT of hard disk space.



Is there a way to only remember the last 5 minutes of a video capture and forget everything previous before the file is saved ? (Kind of like a TiVO would do)



I've found



-fs limit_size




and



-timelimit duration




..but these seem to stop once the limit has been reached. Maybe there is an inversed switch ? Like to only keep the last 1000000 bytes or something.


-
FFmpeg : Record the screen but only remember the last 5 minutes ?
24 juin 2014, par simonwjacksonI am using Ffmpeg to continuously record the video the screen on my PC. However, I only ever need the last 5 minutes of the video.
Yes, I could edit the video afterwards. But these recording sessions could go on for several hours and take up A LOT of hard disk space.
Is there a way to only remember the last 5 minutes of a video capture and forget everything previous before the file is saved ? (Kind of like a TiVO would do)
I’ve found
-fs limit_size
and
-timelimit duration
..but these seem to stop once the limit has been reached. Maybe there is an inversed switch ? Like to only keep the last 1000000 bytes or something.
-
How to speed up video conversion
9 mai 2016, par ArheiselI’m currently working in a proyect that involves converting large series of .jpg (>6000) into video format. These frames (320x240) are stored in folders at a rate of 2.5fps. Generating a couple of folders every hour that need to be converted ASAP.
For now i’ve tried copying the folder to a ram disk and using avconv wich takes about a minute.
Here is my command :
avconv -threads auto -y -r 2.51 -i %03d-capture.jpg -s 320x240 -r 25 video.mpeg
could ffmpeg work faster ?
is there a way to speed it up ?
wich video format take less time to convert to ?