Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (59)

  • 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 de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

  • Drop libxvid rate control support for mpegvideo encoding

    3 décembre 2016, par Diego Biurrun
    Drop libxvid rate control support for mpegvideo encoding
    

    The feature has outlived is usefulness and complicates the code.

    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/libxvid.c
    • [DBH] libavcodec/libxvid.h
    • [DBH] libavcodec/libxvid_rc.c
    • [DBH] libavcodec/mpegvideo.h
    • [DBH] libavcodec/mpegvideo_enc.c
  • FFMPEG map multiple audio input files to 1 single image file in order to create multiple video output files

    15 février 2019, par Edmund Rojas

    I am attempting to have multiple output files in ffmpeg map to multiple inputs however instead of each input mapping to a unique output I get the first input mapping to the first video and then the next videos never get created at all, I will describe exactly what I am trying to achieve below,

    I need to :

    1. create multiple video output files
    2. from multiple audio input files
    3. which all use the same one common image file to create the
      video

    I will post my command below, any help would be greatly appreciated thanks

    -y -i input1.mp3 -i input2.mp3 -f image2 -loop 1 -r 2 -i imagefile.png -shortest -c:a aac -c:v mpeg4 -crf 18 -preset veryfast -movflags faststart -map 0 output1.mp4 -map1 output2.mp4
  • Readme : Comment out irrelevant parts of issue and proposal templates

    4 mars 2018, par Arkni
    Readme : Comment out irrelevant parts of issue and proposal templates