Recherche avancée

Médias (91)

Autres articles (71)

  • MediaSPIP Player : les contrôles

    26 mai 2010, par

    Les contrôles à la souris du lecteur
    En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (4998)

  • Monitor HLS and ICY streams metadata with ffmpeg

    4 juillet 2021, par Кирилл Зайдулин

    Do anyone know is it possible to continuously output the name of playing song for the HLS or ICY streams ?

    


    For ICY streams I found the possible solution : ffmpeg -i "http://media-ice.musicradio.com/CapitalMP3" output.aac -v trace — with "-v trace" option it will output a lot of extra information + updates of metadata.
But for HLS this approach is not working, metadata is not refreshing when song changed.

    


    Any help would be nice. Thanks !

    


  • Making a green screen background in ffmpeg

    1er mai 2016, par Paul Tomblin

    I’m trying to make a green screen background that I can use to overlay other stuff on top of. I’m using information from this answer and using the following command :

    ffmpeg -f lavfi -i color=color=green -s 1920x1080 -t 3600 -r 60 small_green.mp4

    However, when I open it up in Quicktime, the inspector window seems to be saying that it’s actually 1440x1080 instead of 1920x1080.

    enter image description here

    And when I bring it into VLC, it seems to be saying that it’s 1920x1090
    enter image description here

    But ffprobe seems to be saying it’s 1920x1080 :

    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'small_green.mp4':   Metadata:
       major_brand     : isom
       minor_version   : 512
       compatible_brands: isomiso2avc1mp41
       encoder         : Lavf56.36.100   Duration: 01:00:00.00, start: 0.000000, bitrate: 40 kb/s
       Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 3:4 DAR 4:3], 34 kb/s, 60 fps, 60 tbr, 15360 tbn, 120 tbc (default)
       Metadata:
         handler_name    : VideoHandler

    And when I bring it into Garmin VIRB Edit, it reports that it’s 1440x1080. So how do I make ffmpeg spit out a video that really is HD 1920x1080 resolution ?

  • ffmpage win7 screen record cursor is not normal

    5 avril 2017, par Wesley

    I hit a problem when recording screen on window 7 using ffmpeg.

    Snapshot here :
    enter image description here

    So, you guys see the big red point is recorded mouse cursor.
    I am using PPT default pencil, so, actually, cursor is a very small point.
    But it becomes so big when play.

    Command I use :

    ffmpeg.exe -y -rtbufsize 500M -f gdigrab -framerate 5  -draw_mouse 1 -i desktop -f dshow -i audio=%s -af "highpass=f=200, lowpass=f=3000" -c:v libx264 -r 5 -preset medium -tune zerolatency -crf 35 -pix_fmt yuv420p -c:a libvo_aacenc -ac 2 -b:a 48k  -fs 50M  -movflags +faststart

    Anyone hit this before ?

    Thanks.

    Wesley