Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (25)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

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

  • tools/target_dec_fuzzer : increase snows threshold

    29 août 2019, par Michael Niedermayer
    tools/target_dec_fuzzer : increase snows threshold
    

    snow allows creating large output from tiny input, like other
    wavelet codecs

    Fixes : Timeout (82sec -> 1.5sec)
    Fixes : 9520/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SNOW_fuzzer-6286612576075776

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tools/target_dec_fuzzer.c
  • How do I get the output from an ASIO device to IceCast2 or FFMpeg ?

    13 novembre 2015, par Saneet

    I have an ASIO device (Presonus Firestudio 2626). I am using it to mix and create different outputs on all of it’s provided outputs (about 9 outputs like ADT1, ADT2). I need someway to stream these outputs using either IceCast or FFMpeg RTP.

    One of the problems is that I have a restriction on using only a MAC or a Windows machine as my ASIO device does not provide drivers for ubuntu.

    What are the ways that I can connect the ASIO device outputs to IceCast or FFMpeg ?

    I’ve tried the following.

    Windows :
    Jack - LiquidSoap - IceCast
    Problem is that LiquidSoap on windows does not work with Jack.
    Virtual Audio Cable - Butt - IceCast
    Virtual Audio Cable was very inefficient. More than 2 streams and it crashes.

    Mac :
    Jack - DarkIce - IceCast
    Jack doesn’t work on Mac versions above Snow Leopard.

    Can someone help me with which tools I should use and how I can do this ?
    I’m a complete novice on this so please provide some details.

  • avcodec/snowenc : Fix invalid left shift of negative numbers

    21 octobre 2022, par Andreas Rheinhardt
    avcodec/snowenc : Fix invalid left shift of negative numbers
    

    Affected the vsynth(1|2|_lena)-snow(|-hpel) tests.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/snowenc.c