Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (33)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (7281)

  • libavformat/dashenc : Prevent writing manifest files multiple times

    8 avril 2019, par joepadmiraal
    libavformat/dashenc : Prevent writing manifest files multiple times
    
    • [DH] libavformat/dashenc.c
  • oggenc : Flush after writing headers

    26 mai 2014, par Andrew Kelley
    oggenc : Flush after writing headers
    

    Before, header information for ogg format files was sent with the
    first encoded packet.

    This patch makes it so that it is possible for API users to
    differentiate between headers and encoded audio. This is useful, for
    example, when creating an audio stream where you want to send one set
    of headers for every client that connects and then the encoded stream
    of audio.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/oggenc.c
    • [DH] tests/ref/lavf/ogg
  • rtpproto : Add an option for writing return packets to the address of the last receive...

    13 août 2013, par Martin Storsjö
    rtpproto : Add an option for writing return packets to the address of the last received packets
    

    If we’ve received packets on the same socket before, the return
    packets are sent to that address. If we’ve only received packets
    on the other socket, try to guess the source port for the other
    one assuming the basic ×1 logic.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/rtpproto.c