Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (57)

  • 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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (7547)

  • Create an mp4 video from list of frames using ffmpeg

    11 août 2018, par Yevgeni Burshtein

    I have an directory with images that looks like this :

    frame0d.jpg
    frame1d.jpg
    frame2d.jpg
    ...
    frame4297d.jpg

    I need to create mp4 file with 30 fps from them.

    I’ve tried command :

    ffmpeg -framerate 30 -i frame%04d.jpg video.mp4

    But it fails with error :

    [image2 @ 0000026fd7c5a000] Could find no file with path 'frame%04d.jpg' and index in the range 0-4
    frame%04d.jpg: No such file or directory

    Thanks a lot !

  • mov : fix decryption with edit list

    12 janvier 2017, par erankor
    mov : fix decryption with edit list
    

    Retain the ranges of frame indexes when applying edit list in
    mov_fix_index. The index ranges are then used to keep track of the frame
    index of the current sample. In case of a discontinuity in frame indexes
    due to edit, update the auxiliary info position accordingly.

    Reviewed-by : Sasi Inguva <isasi@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/isom.h
    • [DH] libavformat/mov.c
  • mov : add fate test for decryption with edit list

    30 janvier 2017, par erankor
    mov : add fate test for decryption with edit list
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tests/fate/mov.mak
    • [DH] tests/ref/fate/mov-3elist-encrypted