Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (103)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (12034)

  • FFMPEG set hls segments start time

    15 septembre 2020, par DavidB

    My code is :

    


    ffmpeg -i input.mp4 -framerate 30 -rtbufsize 100M -s 640x480 -c:v libx264 -b:v 1200k -minrate 1200k -maxrate 1200k -bufsize 1200k -vf mpdecimate -g 15 -c:a aac -b:a 96k -ac 2 -ar 44100 -preset veryfast -f hls -hls_segment_type fmp4 -hls_time 2 output.mp4


    


    it generates .m4s chunks that are streamed perfectly with MediaSource API. Is it possible to move chunks start time to specified offset, so that stream to be start not from 0 but e.g. 250 ?

    


  • Comparing two similar videos of different run time length

    5 décembre 2016, par Sachin Bansal

    I have two videos of a single selenium automation script. One is a baseline video and I want to compare the second video with this baseline video. In comparison I want to capture the screenshots of the frames that are not matching.

    The problem is that the videos might not be of same size and run time as the running of scripts depends on network.

    I have tried ffmpeg for this, but that didn’t result in any fruitful result. Can anyone guide me in a right direction on how to get a head-start in this.

    Thanks

  • Revision 4ebded6840 : vp9_spatial_svc_encoder : Add encoding time log. Change-Id : Iab4e4a13a65c9dc5314

    26 août 2015, par Marco

    Changed Paths :
     Modify /examples/vp9_spatial_svc_encoder.c



    vp9_spatial_svc_encoder : Add encoding time log.

    Change-Id : Iab4e4a13a65c9dc5314e5107b126c30667c7b448