Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (106)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (8605)

  • matroskaenc : Fix type used for chapter timestamps

    11 mars 2015, par Vittorio Giovara
    matroskaenc : Fix type used for chapter timestamps
    
    • [DBH] libavformat/matroskaenc.c
  • matroskaenc : Also validate chapter end time

    9 mars 2015, par Vittorio Giovara
    matroskaenc : Also validate chapter end time
    

    This prevents it to be written as unsigned. Also add an error message.

    CC : libav-stable@libav.org
    Bug-Id : CID 1265717

    • [DH] libavformat/matroskaenc.c
  • Android record square video and concat

    25 février 2015, par faruk.kuscan

    Is there a way to record square (640x640) videos and concat them in Android ? I looked up in the Internet and found some solutions. The solution seems to be "ffmpeg". However, to use ffmpeg I need to dive into NDK and build ffmpeg from its sources. Is there a solution by only using the Android SDK ?

    My basic needs are :

    • Record multiple videos (square format)
    • Resize captured videos (i.e. 480x480 to 640x640)
    • Concat captured videos
    • Rotate final video (clockwise 90)
    • Final output will be in mp4 or mpg format