Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (20)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

Sur d’autres sites (2166)

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

  • Added STL demuxer and decoder

    20 octobre 2014, par Eejya Singh
    Added STL demuxer and decoder
    

    Signed-off-by : Clément Bœsch <u@pkh.me>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/textdec.c
    • [DH] libavcodec/version.h
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/stldec.c
    • [DH] libavformat/version.h
    • [DH] tests/fate/subtitles.mak
    • [DH] tests/ref/fate/sub-stl