Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (66)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

Sur d’autres sites (8979)

  • ffmpeg : drawtest cannot find font for the family Sans

    19 janvier 2021, par zinon

    I have an avi video and I want to display frame number in the video.

    



    Frame rate = 40fps

    



    I'm using this script :

    



    ffmpeg -i maxSSIM_realTime_C_L_560x448.avi -vf "drawtext=fontfile=Arial.ttf: text=%{n}: x=(w-tw)/2: y=h-(2*lh): fontcolor=white: box=1: boxcolor=0x00000099"   -qscale 0 -y maxSSIM_real_time.avi


    



    But I get [Parsed_drawtext_0 @ 0000000000732d00] Cannot find a valid font for the family Sans.

    



    Where can I find fonts in windows 7 ?

    


  • How to display a stream of mdat/moof boxes in VLC ? [closed]

    8 juillet 2024, par roacs

    I am trying to display a real-time video stream in VLC. The snag is that the real-time video that is being received is a stream of just the mdat and moof boxes of a fragmented MP4 file that is being recorded elsewhere. The initialization information (ftyp/moov) is not and will never be available in the real-time stream. There is also no audio.

    


    I have access to initialization information (ftyp/moov) of a previously completed file and can use that to aid in the processing/streaming of the real-time mdat/moof boxes.

    


    I am currently extracting the contents of the mdat box, splitting those up and packaging them in 188 byte MPEG-TS packets and multicasting them for VLC to pick up. And just as a shot in the dark, every 50 mdat's I am also packaging the SPS and PPS NALUs from the initialization information of the completed file and multicasting those in one MPEG-TS packet.

    


    Input looks like this :

    


      

    • ...
    • 


    • mdat 1
    • 


    • moof 1
    • 


    • mdat 2
    • 


    • moof 2
    • 


    • ...
    • 


    • mdat N
    • 


    • moof N
    • 


    • ...
    • 


    


    And my output looks like this :

    


      

    • ...
    • 


    • MPEG-TS 1 containing first 184 bytes of mdat 1
    • 


    • MPEG-TS 2 containing next 184 bytes of mdat 1
    • 


    • ...
    • 


    • MPEG-TS N containing last 184 bytes of mdat 1
    • 


    • MPEG-TS N+1 containing first 184 bytes of mdat 2
    • 


    • MPEG-TS N+2 containing next 184 bytes of mdat 2
    • 


    • ...
    • 


    • MPEG-TS N+M containing last 184 bytes of mdat 2
    • 


    • ...
    • 


    • MPEG-TS containing SPS and PPS NALU
    • 


    • ...
    • 


    


    VLC gets the data but no video playback.

    


    How do I process this input in order to get it to play in VLC ?

    


  • avcodec/movtextdec : Add support for large boxes(>32 bit)

    21 mai 2015, par Niklesh
    avcodec/movtextdec : Add support for large boxes(>32 bit)
    

    Signed-off-by : Niklesh <niklesh.lalwani@iitb.ac.in>

    • [DH] libavcodec/movtextdec.c