Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (43)

  • 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 a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

Sur d’autres sites (6503)

  • Revision fe4a52077f : Make libvpx compile on OSX 10.9 (Mavericks) Change-Id : Ibf2555f1c0d00e91d416eb3

    19 juillet 2013, par Morton Jonuschat

    Changed Paths :
     Modify /build/make/configure.sh


     Modify /configure



    Make libvpx compile on OSX 10.9 (Mavericks)

    Change-Id : Ibf2555f1c0d00e91d416eb39201a5a91df7fab27

  • AAC encoder : fix make checkheaders

    18 septembre 2015, par Claudio Freire
    AAC encoder : fix make checkheaders
    

    With the move of some functions into templates
    in aaccoder_twoloop.h and aaccoder_trellis.h,
    make checkheaders started failing. Add them to
    SKIPHEADERS as should be.

    • [DH] libavcodec/Makefile
  • Make a FFmpeg thumbnail ?

    16 décembre 2014, par user1826795

    I’m kind of new with FFmpeg but as a project to learn some mysql databasing I’m trying to create a video upload site.

    When I try to make a thumbnail with this code :

    shell_exec("/usr/local/bin/ffmpeg -i anim.flv -an -ss 00:00:03 -an -r 1 -vframes 1 -y test.jpg") ;

    nothing happens, no image appear in the same directory as the anim.flv, is there something wrong with the code or what could the problem be ?