Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (98)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (10655)

  • Revision 80d582239e : Some minor changes/cleanups in rate control Some small changes to the quantizer

    27 septembre 2013, par Deb Mukherjee

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



    Some minor changes/cleanups in rate control

    Some small changes to the quantizer mapping functions.
    Also includes some cleanups.

    Change-Id : I9dea29b24015f6e6697012a0e4d8983049d8e5c7
    Results :
    derfraw300 : +0.106%
    stdhdraw250 : +0.139%

  • How to control key-frame generation of ffmpeg ?

    2 janvier 2013, par jAckOdE

    I'm making a segmenter that intervene ffmpeg's write_frame function and write output data to separate files. Each segmented file contains segment of about 3 seconds video.

    The code does following :

    1 - Get transcoded packet  
    2 - Check if it contains key frame data, if yes goto 3.
    3 - Check the duration of current segment, if it exceed 3 seconds, goto 4
    4 - Close file, and create new segment, write packet to segment file, goto-1

    General speaking, every segment contains at least 3 seconds video data, and it starts with a key frame.

    The problem is that the output video's duration are very different, some contain 3 seconds, some contain 5 or 6.

    I suspect that the problem due to how ffmpeg generate key frames during transcoding. If the "distance" between two adjacent keyframes are 6s, i got 6 seconds segment.

    Here is my questions :

    1. is that true that ffmpeg generate keyframes at irregular intervals (and interval time can be up to few second (eg. 6) ?

    2. How can we control the ffmpeg key frame generation ? (i guess there should be a ffmpeg command's argument for this, -force_key_frames maybe, but I'm not sure)

  • avcodec/flac_parser : export sample_rate also when PARSER_FLAG_COMPLETE_FRAMES is set

    7 octobre 2013, par Michael Niedermayer
    avcodec/flac_parser : export sample_rate also when PARSER_FLAG_COMPLETE_FRAMES is set
    

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

    • [DH] libavcodec/flac_parser.c