Recherche avancée

Médias (91)

Autres articles (88)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (8907)

  • flv : Use the correct type to hold the file offset

    19 décembre 2013, par Luca Barbato
    flv : Use the correct type to hold the file offset
    
    • [DBH] libavformat/flvenc.c
  • Set Target-duration ffmpeg for hls webcam live streaming

    18 décembre 2013, par ShoxSpartan

    I want to do a hls webcam live streaming with ffmpeg.
    But when i try to use -hls_time, the target duration is always set at 17.

    I have to get a 5s target duration, how to set this item with ffmpeg ?

    My command is : ./ffmpeg -f v4l2 -i /dev/video0 -c:v libx264 -c:a libvo_aacenc -flags -global_header -hls_time 5 -hls_list_size 2 /video/result/path.m3u8

  • Apply effects using ffmpeg [on hold]

    11 décembre 2013, par bindal

    I have used ffmpeg recorder for recording video in my application,
    Through ffmpeg commnad i can trim , rotate and concate my videos but i want to apply some effects like :

    Black & White
    Sepia
    Old Movie
    Noise
    Brightness
    Thermal
    Xray
    Pencil
    Gamma
    Contrast
    Saturation
    Emboss

    Please suggest me any documentation of ffmpeg,

    Thanks
    Bindal