Advanced search

Medias (3)

Tag: - Tags -/plugin

Other articles (111)

  • HTML5 audio and video support

    13 April 2011, by

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 March 2010, by

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3); le plugin champs extras v2 nécessité par (...)

  • Support audio et vidéo HTML5

    10 April 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 (...)

On other websites (14937)

  • repeat video 3 times using FFMPEG android

    13 June 2018, by Mansi joshi

    how can we repeat video 3 times using FFMPEG. i want to play video only 3 times then start with start position.which command of FFMPEG use for it.

  • Linux Platform: Enlarge video screen size N times

    27 January 2012, by Susan Mayer

    I am looking for a application on Linux platforms (Ubuntu/CentOS etc) that can enlarge video size N times. N could be any number, like 1.5, 4 etc

    For example, if I have a video with screen size 100*200, I want to make it 1.5 times larger, that will be: 150*300. Of course, I will expect the video quality to drop but it doesnt matter.

    I am not sure whether ffmpeg has this function but a quick Google lands me nowhere. So I am here now.

    Thanks a lot!

  • How to multiply and rename one image to n-times in ffmpeg?

    3 September, by LookAndSee

    For making a video I want to multiply one image of a folder e.g. for 30fps and 30sec to 900 times with an uprising index.

    


    How can I copy one image n-times and rename it with ffmpeg?

    


    How I did it by now:

    


    mark all Ctrl+C and Ctrl+V/
mark all Copy + Paste
2-4-8-16-32-64-128-256-576-1152

    


    I did numbering with total commander "multi-rename-tool"

    


    I like to do it with a loop-function in ffmpeg but I have no idea.