
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (75)
-
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 (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (7683)
-
mouse cursor strange within office 2010 ppt presentation video
5 décembre 2015, par WesleyI hit a problem that record office 2010 ppt presentation.
I wanna record ppt presentation process,so, here is my steps :
1. open and ppt file
2. press F5 to start the presentation
3. use third party tool to record the screen
4. during presentation, press CTRL+P to open the mark pen(on screen, it’s laser point)So, here comes the problem :
After I finished the video record, when I play the vedio, the cursor is very strange to be an bold red plus, like below :
It’s really ugly..
Actually I want it to be a icon like a pen, or at least to be a laser point as default.
Firstly I thought it to be problem with my screen recording tool, so I write a script with python to record presentation screen using ffmpeg, but, with the same result..So, anyone hit this before ?
How to fix this ?Thanks.
Wesley -
java : Add transition between two videos
23 janvier 2017, par MoosaI want to add custom effect between two videos using Java code. I am calling ffmpeg command line tool from java for merging multiple video file. I am also using ffmpeg to add cusmtom transition effect, such as fade in/fade out to get a simple effect but when I try to merge the file with effect, this file is not getting added properly(only audio is playing). So my question, is custom effect achievable with ffmpeg or should I shift to some other custom tool for adding animation to video before merging
ffmpeg commands :
-
For adding effect :
ffmpeg -i 1.mp4 -y -vf fade=out:76:24 1f.mp4
-
For merging video files :
ffmpeg -f concat -i mylist.txt -c copy op.mp4
mylist.txt
contains the list of files to be merged -
-
mp4 video file with gps location
4 mars 2017, par Charles ChayI had a understanding that there is no official support to insert gps location metadata into .mp4 files. However, I see a gps location metadata inserted into the video file while I was using my Sony Z2 with geotagging on. ffmpeg was able to detect the metadata after exporting the same file to my laptop. Anyone knows if there a new interface method or api declared for such purpose in andriod ndk ?