
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (94)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (6474)
-
Cut last n seconds from a video in linux command line [duplicate]
13 juillet 2016, par J.AdlerThis question already has an answer here :
I wonder if there is some way to cut the last N seconds of video using the command line in Linux . If not, I could use a script as well.
-
FFMPEG live webcam output on VLC, getting delay of 7-8 seconds output on VLC [on hold]
6 juin 2016, par Smtiesh TamboliI am new to FFMPEG, I am trying to render webcam output on VLC using FFMPEG.
I used below command
ffmpeg -re -f dshow -i video="Integrated Webcam" -c:v copy -bsf:v h264_mp4toannexb -vcodec libx264 -f mpegts udp ://127.0.0.1:9000
On VLC, I am using Network Stream to play video
udp ://@:9000
While playing I am getting delay of 7 to 8 seconds on VLC.
how to view live webcam output using FFMPEG on VLC without delay ?
Thank You.
-
How to Create A Silent Mp3 File that have a duration of 'x' seconds in android
18 mai 2016, par Lins LouisI want to Merge two mp3 files with a silence in between two mp3 files. I can now merge Songs with my code, but i need to add silence of ’x’ seconds between songs. and the ’x’ needed to be a value user can change..
So the only thing i needed is a code to Create a silence mp3 file that have a duration of ’x’ seconds ...