Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (107)

  • 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 (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (18106)

  • How to cut milliseconds of a video ffmpeg

    20 septembre 2021, par user3

    I have read several threads about this topic, but the solutions are not working for me, that's why I open a new thread.

    


    I have a video of 00:00:01.22 (according to ffmpeg) of duration. I want to cut it from 00h 00m 00.555s to 00h 00m 00.730s

    


    For doing that, I have tried :

    


    ffmpeg -ss 00:00:0.555 -i ABOUT_00003.mp4 -t 00:00:0.770 -c copy output.mp4


    


    But that is not working. The output video takes more time.

    


    Any idea ?
Thanks in advance

    


  • Looking for a solution to create a transparent video with images in a given frames

    8 juin 2012, par RakeshS

    I am looking for a various option to do the following in Linux OS (either FFMPEG or MENCODER) :

    1. Able to create a dummy (yes no data) transparent video for a given length (say 2 mins)
    2. Able to insert transparent images in a given frames (from 4-5, 20-22, etc) in the above video.
    3. Want output either in MOV or uncompressed AVI format.

    Any help is highly appreciated.
    Thanks in advance.

  • Using and updating a java Surface object on the native side

    24 avril 2016, par Juan Manuel González Otero

    I would like to know how to send a SURFACE object generated in the java side to my native source, and how to interact with this surface object once there in order to draw frames on it ? Does anyone know any link to a sample code doing something similar to what I’ve just described ?

    Thank you in advance