
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (49)
-
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
D’autres logiciels intéressants
12 avril 2011, parOn ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
Videopress
Site Internet : (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (5809)
-
Screenshot every 5 or 10 min from rtsp source using ffmpeg
24 octobre 2017, par user8826215Hello i try make script who get screenshot from ip camera every 5 or 10 min
this script is workffmpeg -rtsp_transport tcp -i "$SOURCE"-vf fps=fps=1/20 -update 1 /picture1.jpg
But when i start script. It make one shot for 20 second. I need just one pictures and wanna script stop.
I can make bash script to run script every 5 or 10 min.
When start for 2 time script ask me to Overwrite and i need say Y. This is not good for me.PS. sorry for my bad english
-
How to remove ffmpeg artifacts in the output timelapse video ?
14 avril 2020, par Anthony KongI used a number of jpeg files to create a timelapse video with
ffmpeg
. Individually they are visually ok.


These source images are captured by a mirrorless DSL camera in JPEG format.



If I upload the timelapsevideo to youtube, the video is clear and without any artifact : https://www.youtube.com/watch?v=Qs-1ahCrb0Y



However if I play the video file locally on MacOS in Photo or Quicktime apps or in iOS, there are artifacts in the video. Here are some of the examples :



1.






2.






This is the
ffmpeg
command I used to generate the video :


ffmpeg -framerate 30 -pattern_type glob -i "DSCF*.JPG" -pix_fmt yuv420p -profile baseline output.mp4




What additional parameter I can use to remove those artifacts ?



Edit :



- 

- File info








- 

- The video plays without issue in VLC.




-
Xvfb : stream video output to browser ?
5 mars 2015, par user299709I have a selenium test that runs headlessly using Xvfb. I want to see what is going on, is it possible to stream the Xvfb screen to a video so that I can watch it from my browser ?
I am using chrome browser.