
Recherche avancée
Autres articles (111)
-
MediaSPIP Player : les contrôles
26 mai 2010, parLes contrôles à la souris du lecteur
En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...) -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (14172)
-
Ideas on how to create a transparent video with images in a given frames for a given length
11 juin 2012, par RakeshSI am looking for a various option to do the following in Linux OS (either FFMPEG or MENCODER) :
- Able to create a dummy (yes no data) transparent video for a given length (say 2 mins)
- Able to insert transparent images in a given frames (from 4-5, 20-22, etc) in the above video.
- Want output either in MOV or uncompressed AVI format.
Any help is highly appreciated.
Thanks in advance. -
Audio going out of sync when using setpts and tempo in ffmpeg
30 mai 2019, par loveforfire33I am trying to slow down a video and its audio at the same time (mp4). I have tried doing the audio and video separately with code similar to the command below, but still get the same effect.
The audio slowly goes out of sync with the video after roughly 30 seconds (audio goes faster).
-i "INPUT" -filter_complex "[0:v]setpts=1.1*PTS[v] ;[0:a]atempo=0.9[a]" -map "[v]" -map "[a]" "OUTPUT"
Any advice would be appreciated. Thanks in advance.
-
Installing FFmpeg in Red Hat 5 without internet connection
22 septembre 2014, par kobain8I am trying to install the last working version of FFmpeg over Red Hat 5 and the machine has no internet connection, so I have to bring all the packages and required dependencies in a USB. The problem I am having is to get everything I would need for it.
I searched through Google to find some guide or documentation to hep me, but there is nothing valuable for me.
The version I got install was FFmpeg 0.6, but it is too old for my purpose of grabbing with x11grab, so anyone has any suggestion in order to get install one of the last versions of FFmpeg.
Thanks in advance, right now I need some light !!