Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (59)

  • 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

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

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

Sur d’autres sites (12536)

  • fate : update fate-source ref file

    3 novembre 2015, par James Almer
    fate : update fate-source ref file
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] tests/ref/fate/source
  • Revision 93ffe9d6dc : Update to dynamic resize for 1 pass CBR : source scaling. Switch to use the norm

    21 août 2015, par Marco

    Changed Paths :
     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h



    Update to dynamic resize for 1 pass CBR : source scaling.

    Switch to use the normative (convolve8) filter for source scaling,
    only for 1/2x1/2 scaling for now. This is faster and has better
    quality than either the vpx_scale_frame or the nonnormative scaler.

    Remove the vp9_scale_if_required_fast, which is now not used.

    Change-Id : I2f7d73950589d19baafb1fa650eac987d531bcc8

  • Screenshot every 5 or 10 min from rtsp source using ffmpeg

    24 octobre 2017, par user8826215

    Hello i try make script who get screenshot from ip camera every 5 or 10 min
    this script is work

    ffmpeg -rtsp_transport tcp -i "$SOURCE"-vf fps=fps=1/20 -update 1 /picture1.jpg

    But when i start script. It make one shot for 20 second. I need just one pictures and wanna script stop.
    I can make bash script to run script every 5 or 10 min.
    When start for 2 time script ask me to Overwrite and i need say Y. This is not good for me.

    PS. sorry for my bad english