Recherche avancée

Médias (91)

Autres articles (41)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (4811)

  • Error in build while using parallel video encoding library

    27 février 2015, par user3288346

    This might be a question very specific to the tool, however I would just like to know the general approach to solving this.

    I am using this tool https://github.com/luvit/luvi to perform parallel video encoding. It uses ffmpeg under the hood to the encoding.
    I have installed all the necessary libraries needed. However, i get a linker error during the build.
    Following is the error :

    /tmp/ccZtNGZQ.o : In function

    init_out':
    /home/koustubh/video-transcoding/luvi/common.c:43: undefined reference to

    avformat_alloc_output_context2’
    /home/koustubh/video-transcoding/luvi/common.c:149 : undefined reference to

    avcodec_get_name'
    /tmp/ccZtNGZQ.o: In function

    init_in’ :
    /home/koustubh/video-transcoding/luvi/common.c:195 : undefined reference to

    avcodec_get_name'
    /tmp/ccZtNGZQ.o: In function

    init_ctx’ :
    /home/koustubh/video-transcoding/luvi/common.c:248 : undefined reference to

    xdo_keysequence'
    /tmp/ccZtNGZQ.o: In function

    transcode’ :
    /home/koustubh/video-transcoding/luvi/common.c:464 : undefined reference to `xdo_keysequence’

    What is general approach I should follow to fix this problem.

  • Linker error while using parallel video encoding library

    27 février 2015, par user3288346

    This might be a question very specific to the tool, however I would just like to know the general approach to solving this.

    I am using this tool https://github.com/luvit/luvi to perform parallel video encoding. It uses ffmpeg under the hood to the encoding.
    I have installed all the necessary libraries needed. However, i get a linker error during the build.
    Following is the error :

    /tmp/ccZtNGZQ.o : In function

    init_out':
    /home/koustubh/video-transcoding/luvi/common.c:43: undefined reference to

    avformat_alloc_output_context2’
    /home/koustubh/video-transcoding/luvi/common.c:149 : undefined reference to

    avcodec_get_name'
    /tmp/ccZtNGZQ.o: In function

    init_in’ :
    /home/koustubh/video-transcoding/luvi/common.c:195 : undefined reference to

    avcodec_get_name'
    /tmp/ccZtNGZQ.o: In function

    init_ctx’ :
    /home/koustubh/video-transcoding/luvi/common.c:248 : undefined reference to

    xdo_keysequence'
    /tmp/ccZtNGZQ.o: In function

    transcode’ :
    /home/koustubh/video-transcoding/luvi/common.c:464 : undefined reference to `xdo_keysequence’

    What is general approach I should follow to fix this problem.

  • Where can I find modern tutorials for libav, ffmpeg, etc ? [on hold]

    19 décembre 2016, par Marty

    I want to make a quick program in C that will open a video, save each frame as a ppm, and dump motion vectors. All the tutorials I can find are from almost ten years ago and call deprecated or non-existent functions.

    Are there any good online resources, websites, videos, or textbooks that cover a modern approach to doing these types of things ?