Recherche avancée

Médias (0)

Mot : - Tags -/organisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (21)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

Sur d’autres sites (2524)

  • 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 Person

    My 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 being Highc450 and the file name changing. the file name is BA_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 after 227 the one above is shown as 20190320 and time is 183410.

    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

  • FFMPEG Add date to m3u8 output file's name

    24 août 2019, par user3113652

    I have a bash script that uses ffmpeg to dump 5 seconds segments from stream and generate a m3u8 file that has the segments and their durations.

    I’m using the following command to do that, and it works OK except for one part which i need help with

    M3U8_LIST_FILE=$BASE/$ID/$ID.%Y_%m_%d.m3u8

    ffmpeg -re -i $URL -vn -c:a aac -bufsize 6000k -f segment -segment_list $M3U8_LIST_FILE -segment_time 5 -segment_atclocktime 1 -strftime 1 -use_localtime 1 $BASE/$ID/%Y/%m/%d/$ID.%Y_%m_%d-%H:%M:%S.ts

    For example if the ID = 3019

    The generated segment names and the content of the m3u8 file is correct :

    #EXTINF:4.992000,
    3019.2019_08_24-11:28:25.ts
    #EXTINF:4.992000,
    3019.2019_08_24-11:28:30.ts
    #EXTINF:5.034667,
    3019.2019_08_24-11:28:35.ts
    #EXTINF:4.992000,
    3019.2019_08_24-11:28:40.ts
    #EXTINF:4.992000,
    3019.2019_08_24-11:28:45.ts
    #EXTINF:4.992000,
    3019.2019_08_24-11:28:50.ts
    .....

    BUT the m3u8 file is %Y_%m_%d.m3u8 instead of 3019.2019_08_24.m3u8

    How can I do that, if possible !

    Thanks !

  • Anomalie #4009 : Manque le champ date dans la table groupes_mots

    19 mai 2019, par Eric Lupinacci

    Et toc, je viens de tomber sur le problème, je ne connaissais pas le ticket :D.

    Oui il faut supprimer la déclaration des dates inutiles. Peut-être faudrait-il faire une passe plus large sur les déclarations de date pour voir si mots et groupes_mots sont les seuls cas. Néanmoins, je trouve que c’est un peu mettre la poussière sous le tapis non ?

    Maintenant, je ne comprends pas pourquoi ne pas avoir "normaliser" le type avant la recherche de la fonction.
    En effet, si il y a des surnoms c’est pour les utiliser et rien ne dit que l’on doit passer le type identifié par la déclaration ’type’ de l’API uniquement.
    Cedric, y a-t-il une raison précise à cela car il suffirait de déplacer le trouver_table() avant la recherche de la fonction et de vérifier si on a passé un surnom pour se rabattre sur le vrai type ?