Recherche avancée

Médias (91)

Autres articles (77)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (5113)

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

  • Remove avserver.

    9 juin 2014, par Anton Khirnov
    Remove avserver.
    

    It has not been properly maintained for years and there is little hope
    of that changing in the future.
    It appears simpler to write a new replacement from scratch than
    unbreaking it.

    • [DBH] .gitignore
    • [DBH] Changelog
    • [DBH] Makefile
    • [DBH] avserver.c
    • [DBH] configure
    • [DBH] doc/avserver.conf
    • [DBH] doc/avserver.texi
    • [DBH] doc/general.texi
    • [DBH] libavformat/Makefile
    • [DBH] libavformat/allformats.c
    • [DBH] libavformat/ffm.h
    • [DBH] libavformat/ffmdec.c
    • [DBH] libavformat/ffmenc.c
    • [DBH] tests/fate/avformat.mak
    • [DBH] tests/fate/seek.mak
    • [DBH] tests/lavf-regression.sh
    • [DBH] tests/ref/lavf/ffm
    • [DBH] tests/ref/seek/lavf-ffm
  • Merge commit ’1188119624e42c1b2ce5be6137d2e6c6f4f03328’

    24 mars 2015, par Michael Niedermayer
    Merge commit ’1188119624e42c1b2ce5be6137d2e6c6f4f03328’
    

    * commit ’1188119624e42c1b2ce5be6137d2e6c6f4f03328’ :
    avisynth : update documentation about the avisynth_c.h header

    Conflicts :
    doc/general.texi

    Not merged as FFmpeg provides the needed headers in compat/

    Merged-by : Michael Niedermayer <michaelni@gmx.at>