
Recherche avancée
Autres articles (67)
-
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 (...) -
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 -
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 (7123)
-
How would I write a batch file to run an ffmpeg command on an entire directory ? [duplicate]
26 mai 2019, par invertgrindThis question already has an answer here :
How would I create a batch file or simply a command to run
ffmpeg
instructions on an entire directory ? I wish to transmux a folder of .ts files to .mp4For individual files I use the command :
ffmpeg -i file.ts -acodec copy -vcodec copy file.mp4
-
Best approach to stream RTSP IP Cam feed to React app and node.js express server
17 juillet 2024, par JuicyPhanI am trying to build a set-up whereby I stream multiple IP Cam RTSP Video feeds to multiple users.
It needs to have minimal latency.


Server Hardware : Static IP Synology NAS

Front-End : React

Back-End : Node.js Express

STUN/TURN server : Coturn

Video Feed : Multiple IP Camera's RTSP feeds

Video Encoder : ffmpeg(?)

Video Decoder : ?

Video Format : ?

Streaming Protocol : WebRTC

I have every individual component up however am struggling with the part whereby I encode the RTSP feed.


What video format do I encode it to and how do I use WebRTC to stream to viewers on the front-end ?


-
Revision b295092b8f : Full range motion search for regular block sizes Add a full range motion search
6 décembre 2013, par Jingning HanChanged Paths :
Modify /vp9/common/vp9_rtcd_defs.sh
Modify /vp9/encoder/vp9_mcomp.c
Modify /vp9/encoder/vp9_onyx_if.c
Full range motion search for regular block sizesAdd a full range motion search for regular block sizes. This runs
exhaustive search within the given reference area. This commit further
optimizes the search process by combining 4 points test into one
pipeline, which gives 30% speed-up as compared to run each individual
point at a time.This full range search serves as a best possible motion search reference.
When replacing the diamond search with full range search, the speed 0
runtime of bus CIF at 2000 kbps goes from 153872ms to 623051ms. The
compression performance compared to speed 0 setting gains 0.585% for
derf set.Change-Id : Ieef1225216b0b86b4ac4872fa7fb9e18bf2eabb3