Recherche avancée

Médias (91)

Autres articles (65)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

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

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

Sur d’autres sites (9446)

  • finding video parameters with ffmpeg

    29 septembre 2016, par Kindermann

    Can somebody tell me how to find the following parameters within a video stream with ffmpeg lib :

    1. Parameters for quantization of DCT-Coefficients
    2. Parameters for quantization of Motion Vectors
    3. Parameters for quantization of residual errors
    4. jump markers e.g. when scenes change very fast

    I just want some directions, or can someone tell me whether or not it is possible to find these parameters with ffmpeg at all ?
    Thank you in advance !

  • How should I approach encoding a video for the web using ffmpeg, where filesize, quality and support for all major browsers are critical ?

    15 mars 2021, par Sloppykaze

    I've been playing around with vp9 webm encoding, I got good results but sadly vp9 is disabled by default on Safari.

    


    I was wondering what's a good solution to encode a video with tiny filesize, support for all major browsers, while maintaining high quality.

    


    And can anyone maybe share a good example of how a command should look like ?

    


    Thanks a bunch in advance.

    


  • how to change the frame rate for a part of video using ffmpeg

    19 août 2013, par Aditya Shanker Tagirisa

    I want to change the frame rate of a video from 20 seconds to 30 seconds and want to keep the rest of the video running with the default frame rate using ffmpeg.

    is it possible to do the specified action using ffmpeg. if so please specify the command to do the same or else please help me to find the correct software in ubuntu to do the same.

    thanks in advance.