Recherche avancée

Médias (1)

Mot : - Tags -/graphisme

Autres articles (64)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • 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" ;

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

Sur d’autres sites (5876)

  • ffmpeg Need details about metadata start

    11 août 2020, par ArunKumar

    #ffmpeg a.mp4 -f ffmetadata
Gives all information about MP4 file.
In that details, there is a field 'Start = 38639.91900'. What is it meant for ?

    


    Command full Output

    


    Input #0, mpeg, from '20200811_20200811172228_20200811172437_161817.mp4' :
Duration : 00:02:09.11, start : 38639.919000, bitrate : 928 kb/s
Stream #0:0[0x1e0] : Video : h264 (Main), yuvj420p(pc, bt709, progressive), 12
80x720, 25 fps, 25 tbr, 90k tbn, 50 tbc
Output #0, ffmetadata, to 'in.txt' :
Metadata :
encoder : Lavf58.50.100
Stream mapping :
Press [q] to stop, [?] for help
size= 0kB time=-577014:32:22.77 bitrate=N/A speed=N/A
video:0kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing ove
rhead : unknown

    


  • x86inc : Support N_PEXT bit on Mach-O

    31 janvier 2019, par Henrik Gramner
    x86inc : Support N_PEXT bit on Mach-O
    

    Allows for marking symbols as having limited global scope, similar to
    using 'hidden' symbol visibility on ELF.

    • [DH] common/x86/x86inc.asm
  • configure : fix libxavs check

    12 octobre 2017, par James Almer
    configure : fix libxavs check
    

    libxavs may require pthreads and libm at link time, and without
    said ldflags available as global extralibs, the check will fail.

    Regression since 6dfcbd80ad446ff163b47f2bf432bbf706436ea8.

    Tested-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] configure