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

  • Revision 3fa1356994 : remove complex rd modeling. The affect on quality was minimal. Less than .1%,

    21 janvier 2014, par Jim Bankoski

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c



    remove complex rd modeling.

    The affect on quality was minimal. Less than .1%, various sets
    yt ( +.15%), derf (-.1%), hd ( -.1% ), std hd(-.15%)...

    The affect on speed of encode at speed -5 was substantial ( 3% ).

    Change-Id : I8903346fbae0c35f5b9ea20f81fdd239ae81247d

  • FFmoeg : What does the source code do when input file is picture ?

    22 août 2022, par Eynnzerr

    As is known, in command lines, FFmpeg can receive pictures as input and output an encoded video, for example,

    


    ffmpeg -i ./pictures/%3d.png output.mp4


    


    Here I'm curious about what happened in source code, i.e. how FFmpeg reads the pictures and in what format it stores them. I think to get output video, input pictures should first be converted to AVFrame, but I have no idea how to do that. I tried to read the source code of ffmpeg, but it's too hard for me to figure out now.

    


    I'd appreciate any helpful advice to solve my question !

    


  • avcodec/aaccoder : Add minimal bias in search_for_ms()

    31 mai 2021, par Michael Niedermayer
    avcodec/aaccoder : Add minimal bias in search_for_ms()
    

    Fixes : floating point division by 0
    Fixes : Ticket8218

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/aaccoder.c