Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (112)

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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (13384)

  • How to convert a video to low and high resolution using ffmpeg

    20 septembre 2018, par Binoy Cherian

    There are some commands i currently use to convert videos but I’m not sure about the quality of the videos converted.

    For low resolution :

    ffmpeg -i input.mp4 -vcodec libx264 -crf 20 output.mp4

    And for high

    ffmpeg -i input.webm -qscale 0 output.mp4

    I read that qscale preserves the video quality. But since I’m new to ffmpeg. I would like to have some tips. Please let me know if you need any information. Any help would be greatly appreciated.

  • Why android ffmpeg takes so long time to resize mp4 video from high resolution ?

    1er septembre 2018, par Kasim Rangwala

    I’m resizing  30 sec long ( 59.98 MB) mp4 video with resolution of 1920 X 1080 to 1280 X 720 using following ffmpeg command in android.

    ["-i", inputVideo!!.path, "-vf", "scale=720:1280", outputVideo.path, "-hide_banner"]

    converted video output is very good ( 6.6MB). but, ffmpeg conversion take so much time. Is there any options available that I can reduce the conversion time ?

    update

    If output format is other than mp4. it is fine but, conversion time must be reduce.

    Thanks.

  • Revision 74896 : le paramètre de résolution n’était pas pris en compte

    23 août 2013, par lesage.sylvain@… — Log

    le paramètre de résolution n’était pas pris en compte