Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (77)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

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

  • How to Check RTMP Live stream is on or off

    16 juillet 2015, par ITit superpower

    I want tocheck RTMP live stream is on or off for mic.

    I have used RTMP DUMP

    exec("/usr/bin/rtmpdump -V -v -r rtmp://www.exapmle.com/etc./13/mic1 -o /tmp/rtmp-checker.log 2>&1", $pp);

    I have found this trick from
    http://blog.svnlabs.com/how-to-check-rtmp-source-stream-is-live-or-not/

    But i am not Satisfy with result because some time its not working and generates random string as result.

    So some time i am facing this type of error. any perfect solution for this.?
    IF YOU have any other solution Using FFMPEG OR OTHER then you are most welcome.

  • How to play RTMP video by using libRTMP and SDL ?

    27 avril 2014, par Smeegol Xie

    I want to play RTMP video. The RTMP stream is encoded by flv1 and speex. My solution is to use libRTMP to decode vedio and SDL to draw video image frame by frame, use Speex to decode audio and Audio Queue Services to play audio. First my question is whether is it a perfect solution ?

    Now I have already completed the audio decoding and playing work. How do I decode video and play it by using SDL ? The color encoding is YUV420, it’s easy to convert YUV420 to RGB.My question is how to play RTMP video by using libRTMP and SDL ? Can somebody tell me HOW ?

  • fate-aac : use the fast coder for tests

    21 mai 2021, par Lynne
    fate-aac : use the fast coder for tests
    

    The twoloop coder is highly loaded with (pseudo-)perceptual metrics,
    and the aim of the tests is to piece-wise test each function of the
    encoder, for which the 'fast' coder is perfect, since it only decides
    on which scalefactors to use, rather than enable or disable encoder
    features.

    • [DH] tests/fate/aac.mak