Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (62)

  • 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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (8780)

  • Revision a56546961a : Add an active map test. Change-Id : I641a75dd75cd3c53a20eb4dbceb7a9b70a5a0e4d

    12 mars 2014, par Alex Converse

    Changed Paths :
     Add /test/active_map_test.cc


     Modify /test/encode_test_driver.h


     Modify /test/test.mk



    Add an active map test.

    Change-Id : I641a75dd75cd3c53a20eb4dbceb7a9b70a5a0e4d

  • mpeg12 : Ignore slice threading if hwaccel is active

    24 juillet 2013, par Rémi Denis-Courmont
    mpeg12 : Ignore slice threading if hwaccel is active
    

    Slice threading does not work with hardware acceleration, as decoding
    is per-picture. This fixes Bugzilla #542.

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] libavcodec/mpeg12dec.c
  • Windows FFMPEG will not find my files at all [migrated]

    22 mars 2014, par user2441247

    I have a folder full of images that go from 0 to whatever number, and I need to turn these images to a video. They are all .PNG files. Here is my command I am using :

    ffmpeg.exe -f image2 -framerate 30 -pattern_type sequence -start_number 1 -r 30 -i "img%%04d.jpg" -s 1280x720 test.avi

    When I run this I get this error :

    [image2 @ 002be580] Could find no file with path &#39;img%04d.jpg&#39; and index in the range 1-5

    img%04d.jpg: No such file or directory

    What can I change to get this to work ?