Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (58)

  • 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

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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (8073)

  • Revision 481fb7640c : mips msa vp9 common headers added Change-Id : Ia31ada59172eb1818e1eb91009f83cbb1

    25 mars 2015, par Parag Salasakar

    Changed Paths :
     Add /vp9/common/mips/msa/vp9_macros_msa.h


     Modify /vp9/vp9_common.mk



    mips msa vp9 common headers added

    Change-Id : Ia31ada59172eb1818e1eb91009f83cbb1f581223

  • Revision 2f693be8f8 : Merge "mips msa vp9 common headers added"

    10 avril 2015, par Parag Salasakar

    Changed Paths :
     Modify /vp9/vp9_common.mk



    Merge "mips msa vp9 common headers added"

  • slide Wipe effects with ImageMagick tool and ffmpeg

    1er mai 2015, par KravAn

    I have to do a four slide effects named ’Wipe Up’, ’Wipe Down’, ’Wipe Right’, ’Wipe Left’. Like curtain of two images for each type. I think it can be possible with cropping of images with ’convert’

    convert 01.jpg -crop 1920x5 output_%03d.jpg

    where i can get sequence of images and compose at same time to the second image(What I don’t know..) And then I can build video from this sequence of images with ffmpeg :

    ffmpeg -i output_%03d.jpg out.mp4

    Maybe someone can help me with compossing of images in the same time when I croping ? Thanks for any suggestions !

    PS : all images have fixed dimensions : 1920x1080