Recherche avancée

Médias (91)

Autres articles (96)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • 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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (6293)

  • Compression results using ffmpeg to loop video

    4 septembre 2013, par Frank Schwieterman

    I have a videofile whose duration is being increased x8, which is having a corresponding file size increase of x6. The compression is doing good generally, but since I am increasing the video duration by looping the video, I wonder if its possible to get better compression results ? Hypothetically, since I'm replaying the same content, there could be much more compression. I suspect its not actually possible, but since I'm no expert on ffmpeg or video compression I thought I'd ask.

    I am looping the file using simple .mp4 file concatentation, then converting back to mp4 with ffmpeg.

  • video playlist to rtmp server seamless playback using ffmpeg without re-encoding

    25 février 2020, par hedgehog90

    I have a list of rtmp compatible videos that make up a continuous playlist.

    I’ve run into the common problem, that if I try to stream each one sequentially using separate ffmpeg commands, there is a significant gap that occurs on the streaming service.

    I not only want to eliminate this gap, but also adapt the ffmpeg output to playlist updates if it’s edited on the fly, much like how a playlist system works in any media player, as well as a basic seeking mechanism.

    By what method is this possible ?

    Also - I know I’m asking a lot in one question, and I suspect the answer is a definitive ’no’ - but I’d like to know if it is possible to use different resolutions and/or frame rates without stopping and starting the rtmp stream.

    Thanks.

  • avcodec : set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels

    5 décembre 2020, par Hendrik Leppkes
    avcodec : set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels
    

    The decoders in this set either have a fixed channel count, or read it
    from the bitstream, and thus do not require the channel count as
    external information.

    Fixes various regressions since
    81503ac58a763a36b1f57264013b1e76acb62b68, which requires a valid channel
    count for decoders which do not set this capability.

    Signed-off-by : Hendrik Leppkes <h.leppkes@gmail.com>

    • [DH] libavcodec/alac.c
    • [DH] libavcodec/alsdec.c
    • [DH] libavcodec/amrnbdec.c
    • [DH] libavcodec/amrwbdec.c
    • [DH] libavcodec/atrac9dec.c
    • [DH] libavcodec/audiotoolboxdec.c
    • [DH] libavcodec/bmvaudio.c
    • [DH] libavcodec/cngdec.c
    • [DH] libavcodec/dsicinaudio.c
    • [DH] libavcodec/dss_sp.c
    • [DH] libavcodec/evrcdec.c
    • [DH] libavcodec/g722dec.c
    • [DH] libavcodec/g726.c
    • [DH] libavcodec/gsmdec.c
    • [DH] libavcodec/ilbcdec.c
    • [DH] libavcodec/imc.c
    • [DH] libavcodec/libcodec2.c
    • [DH] libavcodec/libgsmdec.c
    • [DH] libavcodec/libilbc.c
    • [DH] libavcodec/libopencore-amr.c
    • [DH] libavcodec/libopusdec.c
    • [DH] libavcodec/libspeexdec.c
    • [DH] libavcodec/libvorbisdec.c
    • [DH] libavcodec/metasound.c
    • [DH] libavcodec/mlpdec.c
    • [DH] libavcodec/mpc8.c
    • [DH] libavcodec/nellymoserdec.c
    • [DH] libavcodec/opusdec.c
    • [DH] libavcodec/pcm-bluray.c
    • [DH] libavcodec/qcelpdec.c
    • [DH] libavcodec/qdm2.c
    • [DH] libavcodec/qdmc.c
    • [DH] libavcodec/ra144dec.c
    • [DH] libavcodec/ra288.c
    • [DH] libavcodec/sbcdec.c
    • [DH] libavcodec/sipr.c
    • [DH] libavcodec/sonic.c
    • [DH] libavcodec/takdec.c
    • [DH] libavcodec/tta.c
    • [DH] libavcodec/twinvqdec.c
    • [DH] libavcodec/vima.c
    • [DH] libavcodec/vorbisdec.c
    • [DH] libavcodec/wavpack.c
    • [DH] libavcodec/ws-snd1.c