Recherche avancée

Médias (0)

Mot : - Tags -/médias

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

Autres articles (66)

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

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (9713)

  • FFmpeg unable to stream

    18 octobre 2013, par LadislavM

    I have a simple http server for incoming MPEG stream and I'm trying to stream video from another machine on the same network. It works using ffmpeg like this

    ffmpeg -f video4linux2 -i /dev/video0 -f mpeg1video http://myaddress.com:port

    But from one specific computer ffmpeg refuses to stream and I can't find out why. All I can get is this output :

    ffmpeg version 0.7.8, Copyright (c) 2000-2011 the FFmpeg developers
    built on Sep 16 2012 09:30:22 with gcc 4.5.3

    configuration: --prefix=/usr --libdir=/usr/lib --shlibdir=/usr/lib
    --mandir=/usr/share/man --enable-shared --cc=i686-pc-linux-gnu-gcc
    --disable-static --enable-gpl --enable-postproc --enable-avfilter
    --disable-stripping --disable-debug --disable-doc --disable-network
    --disable-vaapi --disable-ffplay --disable-vdpau --disable-indev=v4l
    --disable-indev=oss --disable-indev=jack --disable-outdev=oss
    --disable-altivec --disable-avx --cpu=atom --enable-hardcoded-tables

    libavutil    50. 43. 0 / 50. 43. 0
    libavcodec   52.123. 0 / 52.123. 0
    libavformat  52.111. 0 / 52.111. 0
    libavdevice  52.  5. 0 / 52.  5. 0
    libavfilter   1. 80. 0 /  1. 80. 0
    libswscale    0. 14. 1 /  0. 14. 1
    libpostproc  51.  2. 0 / 51.  2. 0
  • avformat/hlsenc : fix CODECS Attribute hard code in hevc EXT-X-STREAM-INF

    19 mars, par Jack Lau
    avformat/hlsenc : fix CODECS Attribute hard code in hevc EXT-X-STREAM-INF
    

    fix ticket : 10786

    parse the SPS from extradata and
    get profile_compatibility, tier, constraints which was been hard code before.
    HEVC CODECS Attribute reference to : ISO/IEC14496-15

    Signed-off-by : Jack Lau <jacklau1222@qq.com>
    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/hlsenc.c
  • avformat/tls_openssl : fix build error when openssl version < 3

    6 juin, par Jack Lau
    avformat/tls_openssl : fix build error when openssl version < 3
    

    add the missing data structure pkey in the tls_context
    properly set this pkey and free it

    Signed-off-by : Jack Lau <jacklau1222@qq.com>
    Reviewed-by : Martin Storsjö <martin@martin.st>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/tls_openssl.c