Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (62)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

Sur d’autres sites (7726)

  • How to convert avi files to mp4 using mmpeg ?

    2 avril 2015, par Idon'tGetIt

    I installed mmpeg on my windows 8 computer to convert AVI files to mp4, but I don’t have an idea how this program works.
    I looked for a tutorial for mmpeg but didn’t find any.
    so, does anyone can explain me how i can convert my avi files to mp4 using mmpeg ?

    Thanks in advance.

  • How to convert avi files to mp4 using ffmpeg ?

    3 avril 2015, par Idon'tGetIt

    I installed ffmpeg on my windows 8 computer to convert AVI files to mp4, but I don’t have an idea how this program works.
    I looked for a tutorial for ffmpeg but didn’t find any.
    so, does anyone can explain me how i can convert my avi files to mp4 using ffmpeg ?

    Thanks in advance.

  • Decrease size of video in android with minimal loss of quality

    26 mai 2023, par Koushik Roy

    I am recording video using camera intent and getting displaying it in a videiview. Now i want to upload it, But it is very big in size. I want to compress it using FFMPEG as I found the many article and in SO also, but i didn't find any clear article with codes.

    


    Can anyone help me with ffmpeg code ?
Is there any other way to do it in android ?
Thanks in advance.