Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (36)

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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Diogene : création de masques spécifiques de formulaires d’édition de contenus

    26 octobre 2010, par

    Diogene est un des plugins ? SPIP activé par défaut (extension) lors de l’initialisation de MediaSPIP.
    A quoi sert ce plugin
    Création de masques de formulaires
    Le plugin Diogène permet de créer des masques de formulaires spécifiques par secteur sur les trois objets spécifiques SPIP que sont : les articles ; les rubriques ; les sites
    Il permet ainsi de définir en fonction d’un secteur particulier, un masque de formulaire par objet, ajoutant ou enlevant ainsi des champs afin de rendre le formulaire (...)

Sur d’autres sites (4689)

  • I want to reduce video file size but still have a good video quality, how should I write the code using ffmpeg ?

    9 décembre 2019, par Inibuat Maengame

    First of all, I’ve downloaded some videos to watch, and each file has more than 500MB file size. But due to the vast amount of videos I have at the moment, my 3 external hard drives are crying.
    Up till today, I’ve been using BENCOS to reduce the size...
    I always set the preset to very slow, codec h264, profile : high, and the mode is (probably) fixed bitrate on 736kbps.
    With those settings,
    I was able to reduce the size from 400-600MB into 100-110MB with acceptable video quality.
    But, since BENCOS has stopped its service since ages ago, I’ve been trying FFmpeg lately.

    Using those same settings, -crf 22, -preset veryslow, profile:high, the file size doesn’t really reduce that much... from 500MB to 200MB-ish with a much lower video quality compared to BENCOS.

    How are you guys able to reduce the file size by a huge margin compared to the original but still retain the quality using FFmpeg..?
    what commands I should put into the FFmpeg to get a result as good as BENCOS..?

    Thanks in advance...

  • Silvia Pfeiffer Live Stream

    26 août, par silvia

    Category : 2
    Uploaded by : Silvia Pfeiffer
    Hosted : youtube

    The post Silvia Pfeiffer Live Stream first appeared on ginger’s thoughts.

  • Cannot build FFmpeg 4.2 whatever I disable/enable (Cygwin)

    19 novembre 2020, par kubinka0505

    I have a strange (or maybe not) problem. As the title says I cannot compile FFmpeg.

    


    First I need to state that I have completely no experience in C, (which FFmpeg is primarily made in) not even mentioning its compilation, so I probably will not be able to change any of its source code.

    


    What I want to achieve - I want to have a static executable binary file (ffmpeg.exe) without any audio encoders/decoders. I mainly want it because of the smaller file size.

    



    


    I'm using :

    


    



    


    Steps that I've done (for testing purposes) :

    


      

    1. I've trying to build it after watching that video
    2. 


    3. With the following command :
    4. 


    


    ./configure --disable-libmp3lame --enable-static


    


    Log is avaliable here

    



    


    Please give me information about what am I doing wrong and how to fix this. I'm struggling with it for over a week.