Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (55)

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

  • library.mak : fix build rules that depend on pgk-config files

    5 mai 2017, par James Almer
    library.mak : fix build rules that depend on pgk-config files
    

    Regression since 6fdd35a312

    • [DH] ffbuild/library.mak
  • Problem stacking pictures with different dimensions using ffmpeg

    24 août 2022, par Alaa AbuZarifa

    I want to stack several images either horizontally or vertically using FFmpeg.

    


    Everything works out well until the pictures have different hight in case of horizontal stacking or different width in case of vertical stacking.

    


    After some searching, I understand filtering in FFmpeg requests all input files to have the same dimension. Now, most of the suggestions to fix the issue are by using a scale to match all pictures.

    


    I don't want to alter the original dimensions of the pictures, I rather have a black or white color to fill the extra space.

    


    just like this picture :

    


    enter image description here

    


    how can I accomplish this ?

    


    My Command :

    


    -y -i img1.jpg -i img2.jpg -i img3.jpg -filter_complex [0][1][2]vstack=inputs=3 -preset fast output_img.jpg


    


  • Revert "build : move basic rules and variables to main Makefile"

    24 juin 2011, par Reimar Döffinger

    Revert "build : move basic rules and variables to main Makefile"