
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (83)
-
Taille des images et des logos définissables
9 février 2011, parDans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...) -
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (6861)
-
How to fix session invalidation without downloading the song discord.py ?
17 septembre 2021, par NovinityWhenever I play a song with my bot, this message pops up after maybe a minute :


[tls @ 0x55bcf722c260] Error in the pull function.
[matroska,webm @ 0x55bcf7229440] Read error
[tls @ 0x55bcf722c260] The specified session has been invalidated for some reason.



I have searched for days to find a solution, but I cannot find one.
I am using YTDL and FFMPEG to play it.


-
Trying to extract video frames with ffmpeg
25 novembre 2019, par EqueulaI have multiple videos and I want to pull a frame from each at a given timestamp.
Currently, I don’t know how (or if) ffmpeg can be made to go through multiple videos in a single command so I’ve just been swapping out the input names as needed to point it to the next one in line — but then it just overwrites the previous frame saved.
Presently I’m using this code :
ffmpeg -ss 01:00 -i [input] -vframes 1 [output].png
-
ffmpeg non-continuous live streaming
2 août 2022, par xrfangI have an IP camera which is normally power off, and is triggered by Infra-Red signal. I plan to use ffmpeg to pull RTSP stream from it, and convert to HLS video segments.


My question is, can ffmpeg work continuously and output blank MPEGTS chunks while it is not able to connect to the camera, i.e. works 7x24, waiting for video data, instead of crash/exit if it cannot connect to the camera.