Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (35)

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

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (5283)

  • capturing video with static image on screen corner in android

    21 juin 2012, par Rahul Upadhyay

    I am trying to capture a video with Static Image on it, and then want to save that Video with the same image on Video, how to do that ?
    I read so many articles and i get to know that it will be done with the help of FFMPEG. But i don't know how to do that, can anybody please guide me through it.

    the screen will be look like this,
    enter image description here

  • Upscale the key frames while decoding in H.264

    25 janvier 2023, par Monaco

    I would like to just upscale the keyframes in an H.264 video. I've been trying to see where can I hold the key frame, in the C src code, in order to scale it. I'm confused whether to apply the scaling in the parsing packet part, or in the decoding part.

    


    I also don't know if upscaling the B & P frames would be enough to not damage the video frames.

    


    I hope you guide me as there are no sufficient documentation about FFmpeg. If you have any suggestions please let me know.

    


  • dashenc : Heuristically fill in the duration of packets that need it

    6 mars 2015, par Martin Storsjö
    dashenc : Heuristically fill in the duration of packets that need it
    

    This avoids that the mp4 muxer does a similar heuristic, adjusting
    the timestamps in a way that the dash muxer doesn’t know the actual
    timestamps written to the file in the end. By making sure that the
    mp4 muxer internal heuristic isn’t applied, we know the exact
    timestamps written to file, so that the timestamps in manifest match
    the files.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/dashenc.c