Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (69)

  • 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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (8009)

  • ffmpeg and ffplay for windows send CRLF inside double quote

    14 juin 2016, par uingtea

    I want to pass multiple headers for ffplay or ffmpeg, it say I need to split with CRLF. on linux I can use \ or $'\r\n' but how for windows ?

    SET CRLF=^
    ffplay -v debug -i "http://example.com/test" -headers "Accept-Language: en-US,en;q=0.5%CRLF%Connection: keep-alive"

    debug log : Connection: keep-alive is not sent

    [http @ 04df3f40] No trailing CRLF found in HTTP header.
    [http @ 04df3f40] request: GET /test HTTP/1.1 0KB sq=    0B f=0/0
    User-Agent: Lavf/57.37.101
    Accept: */*
    Range: bytes=0-
    Connection: close
    Host: example.com
    Icy-MetaData: 1
    Accept-Language: en-US,en;q=0.5

    thanks

  • avfilter/vulkan : Store format in filter, remove query function

    28 septembre 2021, par Andreas Rheinhardt
    avfilter/vulkan : Store format in filter, remove query function
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/vf_avgblur_vulkan.c
    • [DH] libavfilter/vf_chromaber_vulkan.c
    • [DH] libavfilter/vf_overlay_vulkan.c
    • [DH] libavfilter/vf_scale_vulkan.c
    • [DH] libavfilter/vulkan.c
    • [DH] libavfilter/vulkan.h
  • avcodec/mpeg12enc : store sequence display extension only if we have something to...

    6 juin 2014, par Michael Niedermayer
    avcodec/mpeg12enc : store sequence display extension only if we have something to store in it
    

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

    • [DH] libavcodec/mpeg12enc.c
    • [DH] tests/ref/lavf/gxf
    • [DH] tests/ref/lavf/mxf
    • [DH] tests/ref/lavf/mxf_d10
    • [DH] tests/ref/lavf/ts
    • [DH] tests/ref/lavf/wtv
    • [DH] tests/ref/seek/lavf-gxf
    • [DH] tests/ref/seek/lavf-mxf
    • [DH] tests/ref/seek/lavf-ts
    • [DH] tests/ref/seek/lavf-wtv
    • [DH] tests/ref/seek/vsynth2-mpeg2-422
    • [DH] tests/ref/seek/vsynth2-mpeg2-idct-int
    • [DH] tests/ref/seek/vsynth2-mpeg2-ilace
    • [DH] tests/ref/seek/vsynth2-mpeg2-ivlc-qprd
    • [DH] tests/ref/seek/vsynth2-mpeg2-thread
    • [DH] tests/ref/seek/vsynth2-mpeg2-thread-ivlc
    • [DH] tests/ref/vsynth/vsynth1-mpeg2
    • [DH] tests/ref/vsynth/vsynth1-mpeg2-422
    • [DH] tests/ref/vsynth/vsynth1-mpeg2-idct-int
    • [DH] tests/ref/vsynth/vsynth1-mpeg2-ilace
    • [DH] tests/ref/vsynth/vsynth1-mpeg2-ivlc-qprd
    • [DH] tests/ref/vsynth/vsynth1-mpeg2-thread
    • [DH] tests/ref/vsynth/vsynth1-mpeg2-thread-ivlc
    • [DH] tests/ref/vsynth/vsynth2-mpeg2
    • [DH] tests/ref/vsynth/vsynth2-mpeg2-422
    • [DH] tests/ref/vsynth/vsynth2-mpeg2-idct-int
    • [DH] tests/ref/vsynth/vsynth2-mpeg2-ilace
    • [DH] tests/ref/vsynth/vsynth2-mpeg2-ivlc-qprd
    • [DH] tests/ref/vsynth/vsynth2-mpeg2-thread
    • [DH] tests/ref/vsynth/vsynth2-mpeg2-thread-ivlc