Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (22)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • 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" ;

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (6786)

  • Best way to convert a 59.94fps video to 29.97 ?

    17 novembre 2015, par manatails

    I am tryiing to normalize the clips from multiple cameras for an amateur movie.
    Thinking that 29.97 fps is the best choice for my case but my camcorder only supports recording at 59.94fps or 24fps.

    What is the best way to halve the framerate down to 29.97fps, perhaps skipping every other frame ?
    I usually use ffmpeg for transcoding but I couldn’t find much resource on changing the actual framerate.

  • Java video manipulation library

    21 octobre 2015, par Gabriele Ciech

    I’m searching for a Java library that allows me to do some video manipulation like splitting a video in many parts and converting it into some other formats.

    I’ve found out that there are already some libraries like Xuggler but they are no more under active development or mantained.

    Can someone tell me which library I can use for accomplish my task or how can I build my own wrapper for ffmpeg ?
    Thanks for helping me

  • Has Anyone concatenated two videos using ffmpeg

    22 juillet 2015, par vikram thakur

    I am a newbie to android development and my app is like vine app , but i am not able to concatenate two videos using ffmpeg libs . Can anyone provide a sample code or some reference