Recherche avancée

Médias (91)

Autres articles (105)

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

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

  • Que fait exactement ce script ?

    18 janvier 2011, par

    Ce script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
    Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
    Installation de dépendances de MediaSPIP
    Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
    Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)

Sur d’autres sites (16222)

  • webp : add a special case for a huffman table with only 1 symbol

    4 décembre 2013, par Justin Ruggles
    webp : add a special case for a huffman table with only 1 symbol
    

    The vlc reader cannot handle 0-bit huffman codes. For most
    situations WebP uses the "simple" huffman coding for this case,
    but that will only handle symbols up to 255. For the LZ77 distance
    codes, larger symbol values are needed, so it can happen in rare
    cases that a normal huffman table is used that only has a single
    symbol.

    • [DBH] libavcodec/webp.c
  • symbol lookup error in opencv

    28 mars 2017, par abolfazl taghribi

    I’m facing an error when I am trying to run laptev’s stip code (space time interest point). I download the code from here
    but at first I face an error related to linking issues and I solve it according to stackoverflow but after this error have been solved I face the new error :

    ./bin/stipdet: symbol lookup error: ./bin/stipdet: undefined symbol: cvCreateFileCapture

    I installed opencv 3.2. on ubuntu 14.04 with ffmpeg. should I install opencv 2 to use this code ? does anyone else have the same problem ?

  • Resume encoding or re-encoding video after a power loss in ffmpeg

    2 août 2018, par Bhupendra Pandey

    I have a php script that reads from database and converts videos using ffmpeg.

    Sometimes the power goes off and my server turns of suddenly.

    What should I do to re-encode the video that was being converted while the power loss occurred ?

    The whole process should be automatic.