
Recherche avancée
Médias (91)
-
Les Miserables
9 décembre 2019, par
Mis à jour : Décembre 2019
Langue : français
Type : Textuel
-
VideoHandle
8 novembre 2019, par
Mis à jour : Novembre 2019
Langue : français
Type : Video
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
-
Un test - mauritanie
3 avril 2014, par
Mis à jour : Avril 2014
Langue : français
Type : Textuel
-
Pourquoi Obama lit il mes mails ?
4 février 2014, par
Mis à jour : Février 2014
Langue : français
-
IMG 0222
6 octobre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Image
Autres articles (47)
-
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 -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (5911)
-
Anomalie #3826 : Filtre |oui ou |test_enfant_rubrique qui crée un espace
7 septembre 2016, par b bDe plus, la fonction test_enfants_rubrique, comme l’indique sa documentation, se comporte comme le filtre oui :
Retour : Comme le filtre oui : espace ( ) si rubrique à afficher, chaîne vide sinon.
On peut fermer le ticket du coup ?
-
Concat video from list.txt using ffmpeg library с++ without command line
24 novembre 2019, par OrestI am new in ffmpeg. I use ffmpeg library in c++. I try concat video from list.txt. I find this https://github.com/FFmpeg/FFmpeg/tree/master/libavformat but I don’t know how to use it
-
Bash for applying a command on one doublet of file per recursive subfolders
5 mars 2019, par mmmmmI have
- Folder1
- Folder0.1
- fenfrngur5rtnhu.mp4
- fgnutghbntuhgybt.mp4
- ...
- Folder20
- dreufhruyyf.mp4
- rfudrhuhyutr.mp4
- Folder0.1
- ...
- Folder96
- Folder0.5
- i5rgnuth5_-.mp4
- dnfreuhrnut.mp4
- ...
- Folder20
- fotihgi.mp4
- ebcfhr.mp4
- Folder0.5
At each extremity of the tree are supposed to be only 2 .mp4 files.
I already managed to move across the tree :
OUTPUTFOLDER=$1 #default sticked
mkdir -p ${OUTPUTFOLDER:=sticked}
for dir1 in merge/*/ ; do
( cd "$dir1" && pwd && for dir2 in */ ; do ( cd "$dir2" && pwd && MY-COMMAND) ; done)
doneBut now
MY-COMMAND
requires to simultaneously fetch 2 filenames at a time, so thefor file in *.mp4; do
cannot work I guess.How could I achieve it ? Regards
- Folder1