Recherche avancée

Médias (0)

Mot : - Tags -/upload

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (53)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (8459)

  • avfilter : do not use AVFrame accessor

    22 avril 2017, par Muhammad Faiz
    avfilter : do not use AVFrame accessor
    

    Reviewed-by : wm4 <nfxjfg@googlemail.com>
    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] libavfilter/af_afade.c
    • [DH] libavfilter/af_amerge.c
    • [DH] libavfilter/af_apad.c
    • [DH] libavfilter/af_aphaser.c
    • [DH] libavfilter/af_aresample.c
    • [DH] libavfilter/af_ashowinfo.c
    • [DH] libavfilter/af_astats.c
    • [DH] libavfilter/af_biquads.c
    • [DH] libavfilter/af_channelmap.c
    • [DH] libavfilter/af_channelsplit.c
    • [DH] libavfilter/af_dynaudnorm.c
    • [DH] libavfilter/af_join.c
    • [DH] libavfilter/af_pan.c
    • [DH] libavfilter/af_volume.c
    • [DH] libavfilter/af_volumedetect.c
    • [DH] libavfilter/asrc_flite.c
    • [DH] libavfilter/avf_aphasemeter.c
    • [DH] libavfilter/avf_showcqt.c
    • [DH] libavfilter/avf_showspectrum.c
    • [DH] libavfilter/avfilter.c
    • [DH] libavfilter/buffersrc.c
    • [DH] libavfilter/f_drawgraph.c
    • [DH] libavfilter/f_loop.c
    • [DH] libavfilter/f_metadata.c
    • [DH] libavfilter/f_select.c
    • [DH] libavfilter/fifo.c
    • [DH] libavfilter/framepool.c
    • [DH] libavfilter/setpts.c
    • [DH] libavfilter/src_movie.c
    • [DH] libavfilter/vf_bbox.c
    • [DH] libavfilter/vf_blackdetect.c
    • [DH] libavfilter/vf_blackframe.c
    • [DH] libavfilter/vf_colormatrix.c
    • [DH] libavfilter/vf_crop.c
    • [DH] libavfilter/vf_cropdetect.c
    • [DH] libavfilter/vf_deflicker.c
    • [DH] libavfilter/vf_deinterlace_vaapi.c
    • [DH] libavfilter/vf_drawtext.c
    • [DH] libavfilter/vf_eq.c
    • [DH] libavfilter/vf_idet.c
    • [DH] libavfilter/vf_ocr.c
    • [DH] libavfilter/vf_overlay.c
    • [DH] libavfilter/vf_psnr.c
    • [DH] libavfilter/vf_readeia608.c
    • [DH] libavfilter/vf_readvitc.c
    • [DH] libavfilter/vf_scale.c
    • [DH] libavfilter/vf_showinfo.c
    • [DH] libavfilter/vf_ssim.c
    • [DH] libavfilter/vf_swaprect.c
    • [DH] libavfilter/vf_vectorscope.c
    • [DH] libavfilter/vf_waveform.c
    • [DH] libavfilter/vsrc_testsrc.c
  • Download only a part of the video in the server

    19 août 2013, par whiteletters and blankspaces

    I am building a web application for creating animated gif from youtube videos. These animated gifs will be fews seconds long, but may come from very long videos hosted in Youtube.

    After reading and reading, It looks like I should first download the whole video in server, then cut the required part, ( probably convert it), then process it to generate the gif using ffmpeg for example.

    Could you please tell me :

    Does the whole video should be necessarly downloaded in server ? Or there is a way to ask my server and Youtube Server to exchange only the requested (very small) part of the video ? I think that downloading the whole video will result in bad resources usage, especially in concurrency environnement which will affect performance in my one-server infrascrucure.

    What are the alternatives of downloading the video (or part of video) to achieve such goal ? Is there a client side solution for storing data and using similar ffmpeg functionalities ?

  • avcodec/bitstream : Dont try to free buffers for static VLCs

    8 août 2013, par Michael Niedermayer
    avcodec/bitstream : Dont try to free buffers for static VLCs
    

    Such buffers are not malloced thus freeing would be bad.
    Note though this condition never could have happened so this
    is more for correctness sake and not a true bugfix

    Fixes CID1061047

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

    • [DH] libavcodec/bitstream.c