Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (65)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (8082)

  • crystalhd : Remove trust_interlaced heuristic

    10 octobre 2016, par Philip Langdale
    crystalhd : Remove trust_interlaced heuristic
    

    It seems that without all the other 1:1 heuristics, we don’t have
    a fundamental problem trusting the interlaced flag on output
    pictures. That’s a relief.

    • [DH] libavcodec/crystalhd.c
  • Speed problems with realtime recording with libavcodec and libavformat

    1er novembre 2022, par WalleyM

    I am trying to use libavcodec and libavformat to write an mp4 video file in realtime using h264. I am using an approach heavily inspired by this answer here This works well as a non-realtime solution however, avcodec_receive_packet() starts running much slower after 20 frames or so (this is usually around the first time it returns success and thus av_interleaved_write_frame() is called for the first time). This is so slow that my writing cannot work in realtime.

    


    Solutions I have tried :

    


      

    • Enabling multithreading on my codec context
    • 


    • Running avcodec_receive_packet() and av_interleaved_write_frame() on a separate thread to my capture from the realtime video source
    • 


    • Changing the gop_size in the video context
    • 


    • Lowering my bitrate in the video context
    • 


    


    Is there anything I'm missing ? Possibly some fundamental rules to capturing video in realtime. I am not very experienced with programming with video.

    


  • mpegvideo : Use picture_ptr instead of picture in ff_mpeg_draw_horiz_band()

    20 août 2013, par Michael Niedermayer
    mpegvideo : Use picture_ptr instead of picture in ff_mpeg_draw_horiz_band()
    

    Fixes strides and issue with mplayer and mpeg2 field pictures

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/mpegvideo.c