Recherche avancée

Médias (91)

Autres articles (36)

  • 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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (6221)

  • Bump post-release version

    22 mars 2013, par jzaefferer
    Bump post-release version
  • Bump post release version

    7 septembre 2012, par Jörn Zaefferer

    m additional-methods.js m jquery.validate.js m package.json Bump post release version

  • Adding date and time on a video using ffmpeg

    23 novembre 2015, par thewayman

    I am trying to add an date time stamp using ffmpeg.

    After some googling I have able to add timestamp via drawtext and timecode. Added an additional text for date.

    ffmpeg.exe -i input.avi -vf "drawtext=fontfile=arial.ttf:timecode='10\:20\:10\:00':rate=25:text='23-12-2015\ ':fontsize=20:fontcolor=white:x=0:y=50: box=1: boxcolor=0x00000000@1"  -f mp4 out.avi

    but the problem is when video starts from a day and end in the next day. i have no way to change the date.

    Please let me know a proper way to go about this problem. Thanks.