Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (62)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • 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

Sur d’autres sites (9222)

  • Server side video mixing

    16 mars 2014, par Nicolas Goy

    I have a serie of video files encoded in mpeg2 (I can change this encoding), and I have to produce a movie in flash flv (this is a requirement, I can't change that encoding).

    One destination movie is a compilation of different source video files.

    I have a playlist defining the destination movie. For example :

    Video file        Position        Offset       Length
    little_gnomes     0               0            8.5
    fairies           5.23            0.12         12.234
    pixies            14              0            9.2

    Video file is the name of the file, position is when the file should be started (in the master timeline), offset is the offset within the video file, and length is the length of the video to play. The numbers are seconds (in double).

    This would result in something like that (final movie timeline) :

                  0--5.23|--8.5|--14|--17.464|--23.2|
    little_nomes   **************
    fairies               *********************
    pixies                           *****************

    Where video overlaps, the last video to be added override the last one, the audio should be mixed.

    The resulting video track would be :

                  0--5.23|--8.5|--14|--17.464|--23.2|
    little_nomes   *******
    fairies               ***********
    pixies                           *****************

    While the resulting audio would be :

                  0--5.23|--8.5|--14|--17.464|--23.2|
    little_nomes   11111112222222
    fairies               222222211112222222222
    pixies                           22222222221111111

    Where 1 or 2 is the number of mixed audio tracks.

    There can be a maximum of 3 audio tracks.

    I need to write a program which takes the playlist as input and produce the flv file. I'm open to any solution (must be free/open source).

    An existing tool that can do that would be the simplest, but I found none. As for making my own solution, I found only ffmpeg, I was able to do basic things with it, but the documentation is terribly lacking.

    It can be any language, it doesn't have to be super fast (if it takes 30 minutes to build a 1h movie it's fine).

    The solution will run on opensolaris based x64 servers. If I have to use linux, this would work too. But windows is out of the question.

  • Revision 272e030f70 : Code clean up. No need to check pbi->common.frame_to_show again. Change-Id : I5

    4 avril 2014, par hkuang

    Changed Paths :
     Modify /vp9/decoder/vp9_decoder.c



    Code clean up.

    No need to check pbi->common.frame_to_show again.

    Change-Id : I572ea4afd0d8b6000c0bb7575b7023d75cad5a4e

  • {v,a}f_showinfo : print frame side data

    19 février 2014, par Anton Khirnov
    v,af_showinfo : print frame side data
    
    • [DBH] libavfilter/af_ashowinfo.c
    • [DBH] libavfilter/vf_showinfo.c