
Recherche avancée
Autres articles (48)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
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 (5176)
-
The real time compression with ffmpeg [on hold]
14 avril 2015, par midrelI am working on a project that will make real time video compression. All images come from camera and are stored in the RAM at a rate of 30 fps.
I want to use FFmpeg to compress it image by image and to transmit either to RAM or anywhere.
Could somebody help me please ?
-
Reduce video processing time using FFMpeg ?
17 février 2020, par Ali RazaUsers of my app upload videos to my server and I process them to create different qualities, thumbnails and gifs etc. Which are then useful for mobile and web apps. It takes almost 15-20 minutes for each video to be processed. I am using ffmpeg. How can I reduce my processing time ?
-
ffmpeg RTSP With TCP channel and its time delay delivery why ?
27 février 2014, par WhoamiConnecting RTSP Server using UDP, have seen huge packet loss, and resulted
to flickering images, hence configured to use TCP like :AVDictionary *stream_opts = 0;
av_dict_set(&stream_opts, "rtsp_transport", "tcp", 0);The issue what i see is at the initial period, the time delay between RTSP
server and av_read_frame() is around 1 sec, and which grows gradually to 5
sec after some time, then it gets somehow reset to again 1 sec. Server is
sending for about max 25 fps, min is 18 fps.Coder : x264, YUV420p file format [ 1028*720]
I am not sure where i can hook around ?. Please advise ?.
P.S :
1) I am not using any PTS calculation, but simply dumping completed
frames into UI.
2) using ffmpeg 2.1.3 in android.