Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (86)

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

  • 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

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

  • avfilter/af_aiir : Remove l from %lf in av_log environment

    19 septembre 2018, par Michael Niedermayer
    avfilter/af_aiir : Remove l from %lf in av_log environment
    

    The l modifier does nothing in C99 and it was undefined in C89 for %f

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/af_aiir.c
  • avfilter/af_biquads : Remove l from %lf in av_log environment

    19 septembre 2018, par Michael Niedermayer
    avfilter/af_biquads : Remove l from %lf in av_log environment
    

    The l modifier does nothing in C99 and it was undefined in C89 for %f

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/af_biquads.c
  • Using FFMPEG, how do I convert and publish video to main site in right time ?

    30 septembre 2018, par Izak

    I am building an online video platform. Using FFMPEG, I am able to upload a MP4 video to the server, convert it and play it. The problem is that while FFMPEG is still converting the video and has not chosen a thumbnail in the backend, the video is already published to the main site (frontend)...users see an ugly video placeholder and cannot play the video.

    I think I need to add a timer between conversion and publishing of the video to frontend ? Or how do you think I should solve this problem ?

    Thanks for your insight...(any shared code is also welcome)

    Isaac