Recherche avancée

Médias (91)

Autres articles (100)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 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, par

    MediaSPIP 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, par

    Cette 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 (13274)

  • ffmpeg timecode based on filename

    9 mars 2023, par marven

    I have xxxxx videofiles that need to get a timecode (for working in premiere)
The filenames are all like this 2023-03-08 12.59.59 AndSomeRandowNumbers.
Is that possible with ffmpeg ?
Or if that is not possible : can ffmpeg use an other date from the metadata and use that as timecode (with exiftool is possible to use the filename and write it as creation date, and other, but not as timecode) ?

    


    ffmpeg -i file.mov -map 0 -map -0:d -c copy -timecode 02:10:22:33 outputfile.mov
that is the code that works to change the timecode to 02:10:22:33

    


  • Revision 86288 : - Les id_auteurs n’étaient renvoyés dans la saisie. L’array générée ne ...

    26 novembre 2014, par xdjuj@… — Log

    - Les 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 | =&gt ; choix retenu pour ce commit

  • Revision 86288 : - Les id_auteurs n’étaient renvoyés dans la saisie. L’array générée ne ...

    26 novembre 2014, par xdjuj@… — Log

    - Les 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 | =&gt ; choix retenu pour ce commit