Recherche avancée

Médias (91)

Autres articles (97)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

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

Sur d’autres sites (16404)

  • Transfer rtp video and audio packet

    26 juillet 2014, par gashan

    How can I get rtp packet video and audio on freeswitch ?
    I want to transfer to node.js from freeswitch with motion jpeg.
    I wonder if I can get rtp using ffmpeg...
    any idea ?

  • avformat/movenc : check that reel_name length doesn’t exceed UINT16_MAX

    10 août 2014, par Mark Reid
    avformat/movenc : check that reel_name length doesn’t exceed UINT16_MAX
    

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

    • [DH] libavformat/movenc.c
  • C code to cut the MPEG 2 Video at GOP(Group of Pictures) End

    21 août 2014, par user2406774

    I am working on MPEG 2 Transcoding project and I need to cut a video at the boundary of GOP.
    I’ve gone through some Documents and was able to cut the video at the start of next GOP (by checking the I-frame (or) GOP Start code 0x00 0x00 0x01 0xB8), but I need to cut the video at same GOP Boundary.

    Is there any ways to do this ?