
Recherche avancée
Autres articles (95)
-
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (18315)
-
Questions Tags Users How do I use ffmpeg to record a video clip with 20 seconds before and 20 seconds after motion happened ?
18 avril 2020, par user2661357I am using an IP camera with rtsp stream to do motion detection. When a motion happens, I want to use ffmpeg to record a video clip with 20 seconds before and 20 seconds after motion happened. Please show me how I should do that use ffmpeg. Thanks.


-
Revision 112423 : pas de readonly sur les radio, cela ne marche pas dans les navigateurs
14 novembre 2018, par maieul@… — Logpas de readonly sur les radio, cela ne marche pas dans les navigateurs
-
GNU Radio + leandvb demodulation of DVB-S signals
25 juillet 2016, par ShatteredPheonixI am new to signal processing and RF, however I am trying to receive Ham TV signals from the ISS in gnu radio and then demodulate them using leandvb so that I can playback the video through a standard player like VLC.
So please excuse my incorrect terminology where used :
I have the following GNU Radio Setup :
A few things about the file I am using is that it was recorded at 1msps with a symbol rate of 1 which was done via USRP.
After playing the flow graph this seem to be the result :
The above image, to me looks like a fairly clean signal - in addition to this I can’t seem to clear it up anymore.
However, when I put it through a DVB-S demodulater called leandvb it can’t seem to get any TS packets out.
instead it reports :
rawiq : 1647M/549M 2048 writable , 2048 unread ( 0
2048 2048 )
autonotched : 2197M/549M 3072 writable !, 1024 unread ( 0 0 1024 0 )
PSK symbols : 955M/477M 4057 writable , 4870 unread ( 373 4870 )
freq : 0M/ 0M 2 writable , 0 unread ( 0 )
bytes : 0M/ 0M 9792 writable , 0 unread ( 0 )
RS-enc packets : 0M/ 0M 4 writable , 0 unread ( 0 )
rand TS packets : 0M/ 0M 4 writable , 0 unread ( 0 )
TS packets : 0M/ 0M 4 writable , 0 unread ( 0 0 )
SS : 0M/ 0M 1 writable , 1 unread ( 1 )
packet counter : 0M/ 0M 400 writable , 0 unread ( 0 )
Total buffer memory: 422 KiBit seems to have problems reading some symbols and raw data but I don’t know why and I have tried almost everything I can think of to get it work.
and when I try to play the resulting ts file through mplayer / ffmpeg / ffplay / vlc I get various errors :
- File does not contain Stream
- Invalid data while preprocessing
- Cannot prefill buffer
Can anyone help me and tell me where I am going wrong ? As I am completely clueless and have been trying to solve this problem for about 2 weeks now ?