Recherche avancée

Médias (91)

Autres articles (35)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

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

Sur d’autres sites (4241)

  • Evolution #4559 : Découpage et rangement des CSS de l’espace privé

    29 avril 2021

    Bon, les divers ajustements des css du privé ont fait mettre le pied dans l’engrenage.

    J’en profite pour faire un tour d’horizon et noter ce qu’il resterait à faire.
    J’ajoute au cahier des charges le reformatage de css, si le but du rangement est de faciliter les interventions, la lisibilité du code en fait partie.

    Pour éviter les malentendus : la proposition est de rester en gros sur les bases du rangement actuel, en complétant et en ajustant un peu.
    Et plus loin dans le futur, en cas de tabula rasa je pousserais à adopter un rangement à la Integraal, pour ma part.

    Composant Rangement Formatage Commentaire
    alertes ok ok
    bando ok* ok Contient aussi les menus de navigation, à déplacer dans un composant dédié
    boutons ok ok
    box_skins ok* ok À renommer en « box » tout court (le vieux box.css a été supprimé)
    clear - - Contient quelques resets et des styles utilitaires (pour masquer, etc.). Doublon avec utils.css, fusionner les 2 ? Pour le reset, il y a déjà celui de meyer, par ailleurs.
    content - - Contient beaucoup de choses. Les styles correspondant aux sections pourraient être rangées ailleurs (#pied, #chemin). Le #wysiwyg également sans doute.
    exceptions - - S’il s’agit vraiment de règles spécifiques à des pages précises, renommer en « pages » ? Contient la liste des plugins → à déplacer ?
    forms ok ok
    grids - - Encore utilisé ?
    icons ok* ok Contient aussi les onglets, à déplacer dans un composant onglet.css
    layout ok -
    lists ok* - Contient des composants qui pourraient être déplacés ailleurs : pagination, plan du site, menu-item + divers (.en-edition, ...)
    minipres ok -
    picker ok -
    reset ok -
    table ok -
    theme - - Tout le contenu devrait être dispatché dans les composants adéquats. Ne laisser que des choses spéciales ne pouvant être rangées ailleurs.
    typo ok* - Quelques styles pour les documents qui devraient être dans medias plutôt
    utils ok ok Cf. commentaire sur clear.css
    vieilles_def - - Vide (???)
  • How to edit video (cut some scenes) without increasing the video's size

    18 février 2016, par 123iamking

    [Introduction]

    I have a video : Input.mp4 - length : 29 min 6 sec - size : 120 MB

    I use Microsoft Movie Maker 2012 (Movie Maker is included in the Windows Essentials 2012 program suite), to cut some boring scenes and keep the cool scenes and I get the video : Output.mp4 - length : 15 min 22 sec - size : 155 MB.

    And it’s take a long time to create the Output.mp4 and the size is ridiculously increased. I can’t use this kind of software anymore, I need to create a new software to serve my purpose.

    [Question]

    Is there anyway with C# .Net to simply cut and merge video without increasing the video’s size and have to be fast ?

    [What I have tried]

    I intend to use ffmpeg to cut the clip and merge the clip and I found something about cut video here , but the console said something about "Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future." - should I still use this ?

    Should I use ffmpeg or there’s better way to do this.

  • fate/all : add missing crc/framecrc/md5/framemd5/pipe dependencies

    30 juin, par Nicolas Gaullier
    fate/all : add missing crc/framecrc/md5/framemd5/pipe dependencies
    

    When CMD is crc/framecrc, always use the macros CRC/FRAMECRC, even if it
    includes unnecessary requirements for rawvideo/pcm_s16le encoders (as
    actually noticed in a comment of the Makefile).

    Signed-off-by : Nicolas Gaullier <nicolas.gaullier@cji.paris>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tests/Makefile
    • [DH] tests/fate/aac.mak
    • [DH] tests/fate/ac3.mak
    • [DH] tests/fate/acodec.mak
    • [DH] tests/fate/adpcm.mak
    • [DH] tests/fate/alac.mak
    • [DH] tests/fate/als.mak
    • [DH] tests/fate/amrnb.mak
    • [DH] tests/fate/amrwb.mak
    • [DH] tests/fate/apng.mak
    • [DH] tests/fate/atrac.mak
    • [DH] tests/fate/audio.mak
    • [DH] tests/fate/caf.mak
    • [DH] tests/fate/demux.mak
    • [DH] tests/fate/dpcm.mak
    • [DH] tests/fate/ffmpeg.mak
    • [DH] tests/fate/fifo-muxer.mak
    • [DH] tests/fate/filter-audio.mak
    • [DH] tests/fate/filter-video.mak
    • [DH] tests/fate/flac.mak
    • [DH] tests/fate/gapless.mak
    • [DH] tests/fate/h264.mak
    • [DH] tests/fate/hlsenc.mak
    • [DH] tests/fate/image.mak
    • [DH] tests/fate/imf.mak
    • [DH] tests/fate/indeo.mak
    • [DH] tests/fate/lavf-container.mak
    • [DH] tests/fate/lavf-video.mak
    • [DH] tests/fate/libswresample.mak
    • [DH] tests/fate/lossless-audio.mak
    • [DH] tests/fate/matroska.mak
    • [DH] tests/fate/microsoft.mak
    • [DH] tests/fate/monkeysaudio.mak
    • [DH] tests/fate/mov.mak
    • [DH] tests/fate/mp3.mak
    • [DH] tests/fate/mpc.mak
    • [DH] tests/fate/mpegps.mak
    • [DH] tests/fate/oma.mak
    • [DH] tests/fate/pcm.mak
    • [DH] tests/fate/qoa.mak
    • [DH] tests/fate/real.mak
    • [DH] tests/fate/segment.mak
    • [DH] tests/fate/subtitles.mak
    • [DH] tests/fate/video.mak
    • [DH] tests/fate/voice.mak
    • [DH] tests/fate/vpx.mak
    • [DH] tests/fate/vqf.mak
    • [DH] tests/fate/wma.mak
    • [DH] tests/fate/xvid.mak