Recherche avancée

Médias (91)

Autres articles (62)

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

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

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

Sur d’autres sites (3822)

  • ffmpeg - convert JPG to video [on hold]

    8 mars 2014, par Ashish

    I need to convert 5 jpg files to a single video.
    I need to use ffmpeg.exe for that.

    Please help me out to find the correct command.

    My requirement is as follows :

    There are 5 jpg files in this folder.
    Each jpg should be displayed for 5 seconds, making it a 25 seconds video.

    Thanks in Advance.

  • Reduce the latency in live streaming from Android to red5

    5 mars 2014, par user1709752

    I'm trying to find a way to reduce the latency while live streaming from android device to red5 media server.

    I've used this, this and this(Only audio) library to create my own test applications.
    and I've used also an app found on play store.

    The latency is always not less than 2-3 seconds.
    Any suggestions how to reduce it ?
    Has anybody succeed in this ?

    I'm streaming within a LAN to the "oflaDemo" red5 demo app and viewing the stream with the "Publisher" red5 demo app.

  • FFmpeg : AAC muxing into two different files in the same loop : The 2nd file is corrupted [on hold]

    1er septembre 2013, par user2677612

    We are using FFmpeg libraries git-ee94362 libavformat v55.2.100.
    Our purpose is to mux synthetic video and audio-file audio to 2 different files (in the same loop)
    with the the same format and parameters.

    With MP3 input, both M3U8 outputs are OK :

    Output file #0 : Total number of frames is : video = 229, audio = 347.

    Output file #1 : Total number of frames is : video = 229, audio = 347.

    But with AAC input, the 1st M3U8 output is OK, whereas the 2nd one - is not :

    Output file #0 : Total number of frames is : video = 403, audio = 690.

    Output file #1 : Total number of frames is : video = 3, audio = 690.

    It is exactly the same code in the main loop. We do not use the "aac_adtstoasc" filter in case of M3U output.
    By the way, the problem exist both with and without the filter,
    since in case of MP4 output, the 1st output file is OK, whereas the 2nd one - is not, - as well.

    Moreover :

    1) I have implemented the main loop as Windows threads, separated for every output file.

    2) I have separated input files, as well (i.e. use two identical input files).
    The problem remains !

    It seems that video PTS begins to be corrupted (wrong-calculated) for the 2nd (3rd, etc.) output file.

    If somebody is known about such a problem ? If yes, what can be a solution/workaround ?
    Thank you.