Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (73)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • On the server running Ubuntu 14.04 to make slideshow of images with different types of transitions ? [on hold]

    16 mars 2017, par user3593350

    Good day !

    You want to make a slideshow on the server from a set of images. I did it with ffmpeg, is it possible to make video from set of images, you can do fade in/out effect to fade in/out images. But what if you want to make several types of transitions. The Internet is full of sites that make slideshow with different transitions, some tool must be.

    Nothing normal I did not find who can faced similar problems and can suggest what tools to use ?
    While there is the idea to find the editor, where a terminal will be glued two pictures, like draw one picture over another in the scale of 50%, then 51%, etc. thereby creating frames for a transition, then using ffmpeg to combine them into a video and get video with the transition.

  • how to make more clean captions in ffmpeg

    30 octobre 2023, par Exorcismus

    this my first time to use ffmpeg, am trying to burn captions on a video

    


    am trying to make it looklikes youtube's but it comes out as the image below displays, how do I make it more sharp and visible ?

    


    these are my current parameters

    


    `${tempCaptionPath}:fontsdir='/opt/fonts/':force_style='Fontname=Arial,OutlineColour=&H40000000,BorderStyle=3'`


    


    enter image description here

    


  • FFMPEG | Make ts and multiple audio tracks aac files

    6 septembre 2022, par F1TV MEGA

    I have mp4 file with 1 video and 2 audio tracks. And I want to make m3u8 playlist with changable audio tracks. I have this command :

    


    ffmpeg -i "Video.mp4" -codec: copy -start_number 0 -hls_time 9 -hls_list_size 0 -f hls "index_Video_.m3u8"


    


    But this has to be done saperately with every track and also it gets out of sync pretty much.

    


    Just to make sure : Make ts and aac files for every track in file and also to create seperate and main m3u8 files.

    


    If it's not possible I'm happy to hear alternatives. Also if need I can add more details.

    


    Thank you !