
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (96)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)
Sur d’autres sites (11788)
-
FFMPEG output from motion detection is gray
13 septembre 2019, par Eternal_DuskI have taken footage I recorded and wanted to use FFmpeg to cut out still frames of the file, however, I just get a file of the same size, but it is all grayed out.
Command Used :
ffmpeg -i video.mp4 -vf "select=gt(scene\,0.0003),setpts=N/(30*TB)" output.mp4\
This is gameplay of MTG Arena btw
When I run this in FFplay, however, it looks normal.
Still, however, no cuts or removal happen, as it is still the same length video.
At this point I have two questions.
1) How do I cut frames with no motion in FFmpeg
2) Why does this footage appear gray.
My video player is MPC-HC
-
ffmpeg library rotates video after compression Android
14 septembre 2016, par Leo WikiI’m using ffmpeg library for video file compression in my Android project.
To implement ffmpeg I refereed this link. Compression is working fine but after compression process this library rotating my video 90 degree which I don’t want to be happen. I googled a lot but yet not reach to solution which can tell me how to stop rotating the video. For video compression I’m using the following command—
ffmpeg -y -i /sdcard/videokit/in.mp4 -strict experimental -vf transpose=1 -s 160x120 -r 30 -aspect 4:3 -ab 48000 -ac 2 -ar 22050 -b 2097k /sdcard/videokit/out.mp4
Please let me know if I can provide more information to you.
Thank you.
-
avcodec/evc_frame_merge : remove an av_packet_copy_props() call
23 juin 2023, par James Almer