
Recherche avancée
Médias (2)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (58)
-
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 (...) -
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 -
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
Sur d’autres sites (15688)
-
Ffmpeg cut out a segment of an audio file
27 août 2023, par Black Eyed BeansI'm trying to cut out part of an audio file that falls withing a specific range. For example having an audio file that is 60 seconds long. I want to cut out the segment between the 10th second and the 15th second. When the audio is played it will start from the beginning, skip 5 seconds(between 10-15) then play to the end. How can I achieve this with ffmpeg.
Here is the command I've tried but it's not working.


final cmd='-y -i \"$audioPath\" -vn -af aselect="not(between(t,10,15))" \"$outPutName\"';



-
Anomalie #2013 (Nouveau) : Etendre la previsualisation à tous les rédacteurs par défaut
31 mars 2011, par romy -Il faudrait étendre la prévisualisation des articles à tous les rédacteurs par défaut, car c’est actuellement le seul moyen d’avoir un aperçu valable du rendu des textes et contenus saisis :
l’aperçu proposé par l’onglet "voir" du porte-plume est non représentatif du rendu final et en cela très (...)
-
how to fade two images with ffmpeg
1er mai 2016, par steveI have two images and I want to create a simple fading transition between them.
I also want the final output to be a sequence of images rather than a video ?
So if the fading transition was 10 frames long I’d want the output to be a sequence of 10 images.How can I achieve this with ffmpeg ?