
Recherche avancée
Autres articles (55)
-
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 (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (9916)
-
Extract PRORES Video with 5.1 audio from file with Mono and downmix
29 mars 2021, par user2920456I am trying to extract a prores video with just 5.1 audio from a Prores with the below audio track layout. How can I do that using the FFmpeg library ?


I could not figure out which command to use from the below ffmpeg library spec
https://trac.ffmpeg.org/wiki/AudioChannelManipulation#a2monostereo


Desired Output PRORES to contain below track layout


- 

- track 0 - video (src Stream #0:0)
- track 1 - FL (src Stream #0:1)
- track 2 - FR (src Stream #0:2)
- track 3 - FC (src Stream #0:3)
- track 4 - LFE (src Stream #0:4)
- track 5 - BL (src Stream #0:5)
- track 6 - BR (src Stream #0:6)
- track 7 - tmcd (src Stream #0:8)


















Below is the source video/audio Track Layout


Stream #0:0(eng): Video: prores (HQ) (apch / 0x68637061), yuv422p10le(tv, bt709, progressive), 1920x1080, 171944 kb/s, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 23976 tbn, 23976 tbc (default)
 Metadata:
 creation_time : 2019-05-21T01:26:51.000000Z
 handler_name : Apple Video Media Handler
 encoder : Apple ProRes 422 HQ
 Stream #0:1(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, 1 channels (FL), s32 (24 bit), 1152 kb/s (default)
 Metadata:
 creation_time : 2019-05-21T01:26:51.000000Z
 handler_name : Apple Sound Media Handler
 Stream #0:2(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, 1 channels (FR), s32 (24 bit), 1152 kb/s (default)
 Metadata:
 creation_time : 2019-05-21T01:26:51.000000Z
 handler_name : Apple Sound Media Handler
 Stream #0:3(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono, s32 (24 bit), 1152 kb/s (default)
 Metadata:
 creation_time : 2019-05-21T01:26:51.000000Z
 handler_name : Apple Sound Media Handler
 Stream #0:4(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, 1 channels (LFE), s32 (24 bit), 1152 kb/s (default)
 Metadata:
 creation_time : 2019-05-21T01:26:51.000000Z
 handler_name : Apple Sound Media Handler
 Stream #0:5(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, 1 channels (BL), s32 (24 bit), 1152 kb/s (default)
 Metadata:
 creation_time : 2019-05-21T01:26:51.000000Z
 handler_name : Apple Sound Media Handler
 Stream #0:6(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, 1 channels (BR), s32 (24 bit), 1152 kb/s (default)
 Metadata:
 creation_time : 2019-05-21T01:26:51.000000Z
 handler_name : Apple Sound Media Handler
 Stream #0:7(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, downmix, s32 (24 bit), 2304 kb/s (default)
 Metadata:
 creation_time : 2019-05-21T01:26:51.000000Z
 handler_name : Apple Sound Media Handler
 Stream #0:8(eng): Data: none (tmcd / 0x64636D74) (default)
 Metadata:
 creation_time : 2020-03-17T19:58:52.000000Z
 handler_name : Time Code Media Handler
 reel_name :
 timecode : 00:00:00:00



-
How can i use 2 images separately that don't have the same name in ffmpeg
20 septembre 2017, par user8338330I want to use 2 or more images with different name manually that can not be done with %04d.jpg or something like this.
My code :ffmpeg -loop 1 -f image2 -framerate 0.5 -pattern_type glob -i %04d.jpg
-t 00:01:00 -i 7.mp3 -t 00:01:30 video.aviso instead of %04d i want to make something like abc.jpg and abd.jpg manually
I have tried with -i for both but it overwrites the first photo -
Video Surveliance application by connecting DVR
14 mai 2014, par iMOBDEVI am trying to connect to the DVR so that I can view video recording on my IOS device, I tried to search a lot but could not find a single useful link to move ahead with connecting to the DVR. I found that, it can be done using FFMPEG, but could not be able to do what to do and how to do.
What I need to do is : connect to the IP address and port where the DVR is configured, give username and password for that DVR to connect to the DVR. Something like following link :
https://itunes.apple.com/en/app/vmeye/id365532547?mt=8
Guide me with useful links to move ahead with connecting to the DVR.