Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (50)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

Sur d’autres sites (6056)

  • Avoid intermediate bitcount for number of bytes in PutBitContext

    25 mars 2021, par Andreas Rheinhardt
    Avoid intermediate bitcount for number of bytes in PutBitContext
    

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

    • [DH] libavcodec/aacenc.c
    • [DH] libavcodec/alacenc.c
    • [DH] libavcodec/asvenc.c
    • [DH] libavcodec/cbs.c
    • [DH] libavcodec/cfhdenc.c
    • [DH] libavcodec/cljrenc.c
    • [DH] libavcodec/dca.c
    • [DH] libavcodec/dcaenc.c
    • [DH] libavcodec/ffv1enc.c
    • [DH] libavcodec/flacenc.c
    • [DH] libavcodec/hevc_ps_enc.c
    • [DH] libavcodec/lzwenc.c
    • [DH] libavcodec/magicyuvenc.c
    • [DH] libavcodec/mjpegenc.c
    • [DH] libavcodec/mjpegenc_common.c
    • [DH] libavcodec/mlpenc.c
    • [DH] libavcodec/mpeg12enc.c
    • [DH] libavcodec/mpeg4videoenc.c
    • [DH] libavcodec/mpegaudioenc_template.c
    • [DH] libavcodec/mpegvideo_enc.c
    • [DH] libavcodec/proresenc_anatoliy.c
    • [DH] libavcodec/rpzaenc.c
    • [DH] libavcodec/sbcenc.c
    • [DH] libavcodec/sonic.c
    • [DH] libavcodec/svq1enc.c
    • [DH] libavcodec/tests/cabac.c
    • [DH] libavcodec/ttaenc.c
    • [DH] libavcodec/vorbisenc.c
    • [DH] libavcodec/wavpackenc.c
    • [DH] libavcodec/wmaenc.c
    • [DH] libavcodec/xsubenc.c
    • [DH] libavfilter/vf_signature.c
    • [DH] libavformat/latmenc.c
    • [DH] libavformat/movenc.c
  • avcodec/rangecoder : factorize termination version code

    19 décembre 2018, par Michael Niedermayer
    avcodec/rangecoder : factorize termination version code
    

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

    • [DH] libavcodec/ffv1enc.c
    • [DH] libavcodec/rangecoder.c
    • [DH] libavcodec/rangecoder.h
    • [DH] libavcodec/snowenc.c
    • [DH] libavcodec/sonic.c
    • [DH] libavcodec/tests/rangecoder.c
  • Developing a multi-tool video & audio program

    14 février 2019, par Risviltsov

    I’m in the middle of the Microsoft TEALS Java program, and we’ve just done a picture editor. I got an idea to develop a multi-tool program that edits video and audio programs professionally for those who can’t afford $2,000 in editing programs but demand all the tools. I’ve ran into a brick wall with the planning :

    What tools should I put in it ? I want this program to have most, if not all possible ways to change media files (as if I was to combine programs like Audacity, a lot of Adobe programs, etc.)

    I’m learning up FFMPEG and AWT, but I really want to tackle this project’s planning this year, to tackle on the programming in the next two years independently. Yay straightforward freeware* & too much time !

    (I don’t think this post belongs here, but I’m in search of help for I have no budget nor any help [it’s going into culinary])

    Thanks for your time.