Recherche avancée

Médias (91)

Autres articles (101)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

Sur d’autres sites (10194)

  • Manually generate "empty" h264 p-frame

    26 avril 2017, par leavittx

    Let’s call a p-frame frame empty if it doesn’t change any pixels in the currently decoded video (i.e. no motion vectors, nothing).

    What I need is to be able to manually insert empty p-frame into the video stream on request (need to send frames to the streaming client with a constant framerate, however the frame source on the streaming server can supply frames with a different/lower one).

    So I need to be able to correctly form the byte sequence which represents the empty p-frame for the current resolution (I wonder which other parameters could be needed ?)

    Ideally, I prefer to have an encoder-independent solution, since I use two different ones : nvenc via Nvidia Video SDK and x264 via FFmpeg.

    Where should I look to ?

  • Manually generate "empty" h264 p-frame

    26 avril 2017, par leavittx

    Let’s call a p-frame frame empty if it doesn’t change any pixels in the currently decoded video (i.e. no motion vectors, nothing).

    What I need is to be able to manually insert empty p-frame into the video stream on request (need to send frames to the streaming client with a constant framerate, however the frame source on the streaming server can supply frames with a different/lower one).

    So I need to be able to correctly form the byte sequence which represents the empty p-frame for the current resolution (I wonder which other parameters could be needed ?)

    Ideally, I prefer to have an encoder-independent solution, since I use two different ones : nvenc via Nvidia Video SDK and x264 via FFmpeg.

    Where should I look to ?

  • ffmpeg : treat avi as VFR in framerate conversion code

    9 novembre 2013, par Michael Niedermayer
    ffmpeg : treat avi as VFR in framerate conversion code
    

    It can be debated if avi is vfr or cfr, it can be either depending
    on the definition of vfr and cfr.
    This commit ensures that avi is treated correctly independent of
    the AVFMT_VARIABLE_FPS value.

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

    • [DH] ffmpeg.c