Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (111)

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (10943)

  • aacenc : add support for encoding files using Long Term Prediction

    17 octobre 2015, par Rostislav Pehlivanov
    aacenc : add support for encoding files using Long Term Prediction
    

    Long Term Prediction allows for prediction of spectral coefficients
    via the previously decoded time-dependent samples. This feature
    works well with harmonic content 2 or more frames long, like speech,
    human or non-human, piano music or any constant tones at very low
    bitrates.

    It should be noted that the current coder is highly efficient and
    the rate control system is unable to encode files at extremely
    low bitrates (less than 14kbps seems to be impossible) so this
    extension isn’t capable of optimum operation. Dramatic difference
    is observable with some types of audio and speech but for the most
    part the audiable differences are subtle. The spectrum looks better
    however so the encoder is able to harvest the additional bits that
    this feature provies, should the user choose to enable it. So
    it’s best to enable this feature only if encoding at the absolutely
    lowest bitrate that the encoder is capable of.

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/aac.h
    • [DH] libavcodec/aaccoder.c
    • [DH] libavcodec/aacenc.c
    • [DH] libavcodec/aacenc.h
    • [DH] libavcodec/aacenc_ltp.c
    • [DH] libavcodec/aacenc_ltp.h
  • How to save the whole transportstream(meaning incl. PAT and PMT,etc.) using ffmpeg

    15 mars 2018, par Harris Tailor

    I have been searching the whole Internet for a long time and seems it can only save video/audio using ffmpeg,any help or advice will be appreciate !thanks !

  • doc/filters/drawtext : clarify meaning of strftime format string

    26 mars 2023, par Stefano Sabatini
    doc/filters/drawtext : clarify meaning of strftime format string
    

    Also clarify what should be used instead of the strftime expansion mode.

    • [DH] doc/filters.texi