Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (45)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (6837)

  • How to use ffmpeg for video to image and vice-versa conversion ? [closed]

    29 avril 2012, par RAZER

    How can I use ffmpeg functions to decode video to images and then again encode the images to video ?

    Can I write a program for this instead of using CLI ?

    Ideally I would like to use ffmpeg dll and reference required functions from my c# application.

  • Anomalie #2679 (Nouveau) : Médiathèque image à zéro

    27 avril 2012, par denis -

    Lors d’une mise à jour, les images présentes ne sont pas listées comme "images" mais comme "autres"

  • invalid dropping when trying to get image with ffmpeg

    25 avril 2012, par hendry

    i've been trying to get random image from a specific video file using ffmpeg in linux.

    This is the code that u used

    ffmpeg -i /opt/lampp/htdocs/streamix/data/vid/1_10.mp4 -an -ss 158 -t 1 -r 1 -y -vcodec mjpeg -f mjpeg -s 640x360 /opt/lampp/htdocs/streamix/data/poster/coba.jpg

    when i try to run that code, i got the following error message

    DTS -1001, next :-33366 st:0 invalid dropping"

    Do anybody know what is this error and how to solve them ?
    Thanks