Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (98)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • 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

Sur d’autres sites (9318)

  • Composite 2 video(.mov) files using ffmpeg

    20 octobre 2012, par eco_bach

    Novice user of ffmpeg but going thru whatever docs I can find online.

    For a current project I will need to composite 2 videos together to create a .flv file.

    Does anyone know the commands to do this ?

  • avcodec/msmpeg4dec : Reuse identical RL VLCs

    9 décembre 2020, par Andreas Rheinhardt
    avcodec/msmpeg4dec : Reuse identical RL VLCs
    

    Some of the RLTables used by msmpeg4dec actually coincide with other
    RLTables : ff_rl_table[5] coincides with ff_h263_rl_inter (and
    ff_rl_table[2] with ff_mpeg4_rl_intra). Given that ff_h263_rl_inter is
    always initialized before msmpeg4dec's RLTables are initialized, one can
    just reuse the VLC tables by copying the pointers ; after all, there are
    no ownership issues for static data. This saves 70912B from the .bss
    segment, translating into actual memory savings when this decoder is
    actually used.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/msmpeg4dec.c
  • php script to compress video on fly using ffmpeg [closed]

    3 janvier 2013, par sanjay

    I am trying to compress online videos on fly with ffmpeg and PHP in an Ubuntu environment...
    Can anyone help ?

    Thanks