
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 (84)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Mise à disposition des fichiers
14 avril 2011, parPar défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...) -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
Sur d’autres sites (13546)
-
Using FFMpeg to save an rtsp stream from a certain point in time
14 août 2013, par NirI would like to use FFMpeg to save a live stream from a certain offset. For example, "from timestamp 00:05 to 00:12".
I know how to dump the stream to file (ffmpeg -i rtsp ://SRC -r 15 C :/file.mp4), the catch is how to clip it to the givem timestamp, if possible.
Thanks !
-
How to dynamically save a video with ffmpeg without stopping recording ?
11 janvier 2023, par MP_95I am trying to save a video using ffmpeg with image input from an http webservice. I was able to create the video with the command :
ffmpeg -i http://source -c:v libx264 -r 30 -preset ultrafast -updatefirst 1 -y output.mp4.


However, the video is only actually made available when I stop recording.
Is there a procedure that would allow me to have the video available while recording as is the case using OpenCv's VideoWriter


-
Revision 576c2bb021 : Fix bug in segment skip. Wrong max data size (skip has no data) and use of vp9_
7 juin 2013, par Paul WilkinsChanged Paths :
Modify /vp9/common/vp9_seg_common.c
Modify /vp9/decoder/vp9_detokenize.c
Modify /vp9/encoder/vp9_onyx_if.c
Fix bug in segment skip.Wrong max data size (skip has no data) and use of vp9_get_segdata()
when it should be vp9_segfeature_active().Change-Id : I1eb97d33df6e2a42cc589049f704266fe3639902