Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (84)

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

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (6929)

  • Azure Media service live streaming using raspberry pi 2

    29 juillet 2015, par emy virk

    I have tried to stream a video from my raspberry pi 2 using a webcam using the tutorial here http://gtrifonov.com/2015/07/02/streaming-live-video-from-raspberrypi-to-azure-media-services/.
    Using ffmpeg, I am running this in Ubuntu mate terminal :

    ffmpeg -framerate 30 -r 30 -s 640×480 -i /dev/video0 -vcodec libx264 -preset ultrafast -acodec libfaac -ab 48k -b:v 500k -maxrate 500k -bufsize 500k -r 30 -g 60 -keyint_min 60 -sc_threshold 0 -f flv $INGESTURI

    Now, to see the video is streaming I am using PLAY PREVIEW URL from the azure portal. It works, interrupted, at a very fast speed for about 5 second and than it stops with an error
    After that I try to play the video again and I can see the one that was streaming before the error and than it breaks again.
    From the Ubuntu mate I can tell the streaming is working fine : connection established and I can see the frames being sent.

    fps=7.9 q=28 bitrate = 500 kbits

    any idea why this is happening ?

  • Seeking while Transcoding videos from Windows Media Player

    3 juillet 2015, par prakharsingh95

    I am using Windows Media Player’s default DLNA server and the streaming is great.

    However, when I try to stream AC3 to VLC for iOS, on iPad Air 2, it converts it to a large number of available formats :
    enter image description here

    If I try AVC_MP4_BL_L31_HD_AAC, this provides the untranscoded media, which I can stream and SEEK. However, AC3 is not playable.

    However, AVC_MP4_MP_HD_720p_AAC is transcoded by Windows Media Player on the fly, but is NOT SEEKABLE.

    How do I add support for seeking transcoded media from Windows Media Player ?

    I can convert using ffmpeg, but I would prefer the above solution.

  • fftools/cmdutils : tighten condition for media type stream specifiers

    8 août 2024, par Anton Khirnov
    fftools/cmdutils : tighten condition for media type stream specifiers
    

    Require the character indicating media type to be followed by a
    non-alphanumeric character (or end of string).

    Needed by future syntax extensions.

    • [DH] fftools/cmdutils.c