Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (59)

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

  • 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

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (7769)

  • Build : added jquery to the list of required dependencies.

    30 mars 2016, par staabm
    Build : added jquery to the list of required dependencies.
    

    Closes #1757.

  • movenc : use correct tag list for AVOutputFormat.codec_tag

    15 juin 2017, par John Stebbins
    movenc : use correct tag list for AVOutputFormat.codec_tag
    

    ff_mp4_obj_type contains the wrong type of tags for
    AVOutputFormat.codec_tag. AVOutputFormat.codec_tag is used to
    validate AVCodecParameters.codec_tag so needs to be the same
    type of tag.

    Creates new tag lists for mp4 and ismv. New tag lists support
    same list of codecs found in ff_mp4_obj_type. psp uses the same
    tag list as mp4 since these both use mp4_get_codec_tag to look up tags.

    • [DBH] libavformat/movenc.c
  • Add ken burn effect on video from list of images

    20 décembre 2015, par Hamza Khan

    I have created video from list of images using ffmpeg

    system("ffmpeg -framerate 1 -pattern_type glob -i '*.jpg' -c:v libx264 out.mp4")

    Now i want to add Ken burn effect, can i do it with ffmpeg or imagemagic or any command line tool on linux.