
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (100)
-
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 (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Formulaire personnalisable
21 juin 2013, parCette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire. (...)
Sur d’autres sites (13275)
-
Revision 86288 : - Les id_auteurs n’étaient renvoyés dans la saisie. L’array générée ne ...
26 novembre 2014, par xdjuj@… — LogLes id_auteurs n’étaient renvoyés dans la saisie. L’array générée ne contenait pas des couples CLEF=id_auteur / VAL=nom mais CLEF=incrémentation / VAL=nom
La saisie tolère soit un tableau, soit une chaine de caractère séparée par des | => ; choix retenu pour ce commit
-
Revision 16223 : $fond peut etre un tableau, dans ce cas il n’est pas pertinent d’essayer ...
20 septembre 2010, par cedric@… — Log$fond peut etre un tableau, dans ce cas il n’est pas pertinent d’essayer de brancher les pipeline affiche_xx, et on evite d’y appliquer strncmp
-
Is there a way to pick up a file based on the date modified in batchfile or direct cmd : Windows
10 octobre 2019, par A PersonMy goal is to be able to pick up files based on the date modified. The files has same name with the ending string being different as it has date and time stamp on the file. I’m trying to either use that value or use the actual date modified/created value to pick up the correct file.
my script so far picks up every video file from one folder and find its matching audio channels and merges them together in ffmpeg. However sometimes there are multiple version of that file. i want to be able to pick up the new file and use that in the transcoding.
My Research : (Tried these methods and tried to adapt but was not able to)
https://askubuntu.com/questions/61179/find-the-latest-file-by-modified-date
Batch file to copy the newest file created (not modified)
Example of file names.
BA_MUS_006615Highc450277201903201834100272.m2v
This can have a pair with the beginning being same just the ending different.BA_MUS_006615Highc450
this part remains same with the identifier beingHighc450
and the file name changing. the file name isBA_MUS_006615
this string can change unless it a new version of same file where only the date portion and time change.277201903201834100272
. Date starts after227
the one above is shown as20190320
and time is183410
.This time reflects to actual time of the date modified tab in windows and is slight off by a minute or two as the time is stamped when the file enters the software not exiting.
Is there any help i can get on this. If you require more information please let me know.
The code i am using to match the file is using a software called RoboTask, where is like a programming but with GUI. Then the file calls cmd to run the ffmpeg and then exits cmd to go back to picking the next file.
Thanks.
EDIT
Goal : Be able to find a file that matches the exact same name for example
BA_MUS_006615
then when it picks up all the files that has the same name - it find the file which is the newest and assigns that to a variable.
The code i am currently using is one made by Ben Personick (https://stackoverflow.com/users/3985011/ben-personick) which is Finding File Matches & Variable Assignment using a .BAT Script