
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 (47)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (7118)
-
Why ffmpeg take lot of data while extracting frames from a online video ?
28 juillet 2023, par strcuriousI just extracted frames from a online video , it extracted around 956 frames. Size of all the extracted frames is 28.6 mb on hard drive but it just consume around 400-500 mb data. I extracted 1 frame every 3 second


here is the command


ffmpeg -ss 00:02:45.000 -i 'example.com/1mp4' -t 45:02.000 -vf fps=1/3 %01d.jpeg



Is there any way I can see frames of a video online whenever I hover pointer on duration of video ?


I expected to consume it's less data


-
Revision 0c1b9c7999 : vp8_multi_resolution_encoder : Huge cleanup. Change-Id : I65b2c1fbed5a30694984331
27 août 2014, par Dmitry KovalevChanged Paths :
Modify /examples.mk
Modify /examples/vp8_multi_resolution_encoder.c
vp8_multi_resolution_encoder : Huge cleanup.Change-Id : I65b2c1fbed5a306949843315999d10368a100431
-
ffmpeg opus rtp mpegts streaming has huge delay
3 avril 2017, par Marcelo EmmerichI can’t seem to stream anything without huge delay/latency (> 5 secs). Here is my command :
ffmpeg.exe -f dshow -i audio="Mikrofonarray Logitech (HD570)"
-acodec opus -f rtp_mpegts rtp://127.0.0.1:5004I receive with :
ffplay.exe rtp://127.0.0.1:5004
It works, but the receiver (even on same machine) gets the audio 7 seconds later. I tried changing the codec (AAC), the bitrate, the sample rate, nothing seems to have an effect on this. What am I missing ?
Thanks