Recherche avancée

Médias (1)

Mot : - Tags -/livre électronique

Autres articles (111)

  • 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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (9872)

  • Create video from custom videos locations using ffmepg [on hold]

    19 septembre 2016, par Nirel

    I want to make video from batch of photos, I have an ArrayList < Uri> that contains all the photos paths, how can I create the video without coping all the photos into one dic ? (some of the photos in DCIM, some in the screenshot folder...)

    for example,

    • first photo : storage/emulated/0/Pictures/Screenshots/Screenshot2
    • second photo : storage/emulated/0/DCIM/camera/photo152
    • thrid photo : storage/emulated/0/WhatsApp/Media/WhatsApp Images/IMG-20160919-WA0038.jpg

    Another question, which commend should i run ? (my output file should be mp4 with 20 fps..)

    Thanks !

  • fate/gif : Remove nonsense requirement

    28 avril 2022, par Andreas Rheinhardt
    fate/gif : Remove nonsense requirement
    

    It seems as if it was intended to declare fate-gif-color as prerequisite
    of the fate-gifenc% tests. Yet the latter do not need anything from
    the former, so this would be unnecessary. Furthermore, given that this
    line has no associated recipe, it actually cancels implicit rules for
    fate-gifenc% instead of adding a prerequisite.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] tests/fate/gif.mak
  • Android : How to record the mobile screen without using USB cable ?

    21 juin 2012, par Rajesh

    I want to build an application which would record my screen activities and would store them in a video file.

    1) I need to take the screenshots of my screen movements at periodic intervals and store them on the SD card.

    2) How can I create the video from the images which are already available on my SD card. I have tried with the FFMPEG. But I have encountered a few problems I don't know how to solve. The truth is I don't know the program to convert them.

    3 ) Is it possible to show the picture in my camera ?? That means if a user opens the camera from my app, it should show the pictures which are available on the SD card. If so, please advice me.

    EDIT : I have made a sample which can capable of taking 7 screen shots per second.

    Thanks,
    Rajesh .