Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (45)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (4968)

  • Inconsistent libx264 I-frame interval. Why ?

    20 juin 2021, par Alexander

    Why is the I-frame interval in some cases inconsistent despite of defyning it as a fixed value ?

    


    I'm using ffmpeg and the below command, while the I-frame coded_picture_number goes as follows : 0 10 20 30 38 47 57 ... 196 206 215 225 235 245 255

    


    ffmpeg -i football.y4m -c:v libx264 -bf 0 -g 10 football.mp4

    


    The video data in question is footbal (b) at xiph.org

    


  • ffmpeg to cut beginning and fade in audio

    31 juillet 2024, par cannyboy

    I've got a bunch of spoken word mp3 files, which all have the same intro talking and music, and then the real content begins. So it goes roughly like this :

    


    00:00 Standard intro spoken word
00:20 Standard intro music
00:35 The content


    


    The timings are not always the same (can vary by 5 secs). So I'd to cut the first 25 seconds and then fade in the next five seconds. And then output the file in the same mp3 format. Is this possible with ffmpeg ?

    


  • Revision 24856b6abc : Speed feature to skip split partition based on var Adds a speed feature to disa

    3 août 2013, par Deb Mukherjee

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


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h



    Speed feature to skip split partition based on var

    Adds a speed feature to disable split partition search based on a
    given threshold on the source variance. A tighter threshold derived
    from the threshold provided is used to also disable horizontal and
    vertical partitions.

    Results on derfraw300 :
    threshold = 16, psnr = -0.057%, speedup 1% (football)
    threshold = 32, psnr = -0.150%, speedup 4-5% (football)
    threshold = 64, psnr = -0.570%, speedup 10-12% (football)

    Results on stdhdraw250 :
    threshold = 32, psnr = -0.18%, speedup is somewhat more than derf
    because of a larger number of smoother blocks at higher resolution.

    Based on these results, a threshold of 32 is chosen for speed 1,
    and a threshold of 64 is chosen for speeds 2 and above.

    Change-Id : If08912fb6c67fd4242d12a0d094783a99f52f6c6