Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (47)

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

  • 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

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

Sur d’autres sites (9217)

  • Evolution #3822 : ventiler les CSS concernant les formulaires de spip.css -> form.css

    14 août 2017, par tetue tetue

    Voir aussi : #3964

  • How to fix cannot play this video android form url

    21 juillet 2017, par ARR.s

    I upload video form recorded by my device

    and I get url form my server http....mp4 to show in videoview

    but it’s not work

    and I try sent video form download other web ,server sent url and this url is work in videoview !

    My problem : How to convert my mp4 form recorded by my device

    and I search internet ,get answer is FFMPEG but I have no idea to set it in android studio to convert my video before sent to server

  • encode video to HD Format @ 1500 kbps = 1280x720 using ffmpeg in php

    15 octobre 2014, par Wikki

    I am new to ffmpeg and I have to convert videos to mp4 using H.264. I need SD format with below as well as HD format. I used SD format conversion with below command.

    $cmd = "ffmpeg -i $in -vcodec libx264 -b 700k -bf 3 -b_strategy 1 -coder 1 -qmin 10 -qmax 51 -sc_threshold 40 -flags +loop -cmp +chroma -me_range 16 -me_method hex -subq 5 -i_qfactor 0.71 -qcomp 0.6 -qdiff 4 -directpred 1 -flags2 +fastpskip -dts_delta_threshold 1 -acodec libfaac -ab 128k $out";

    Now, i need to do HD format conversion : HD Format @ 1500 kbps = 1280x720

    Please guide me how run command for HD conversion. I have ffmpeg 0.6 version installed on server and unfortunately I cannot upgrade this or compile new version.

    Please guide me.

    thanks
    Wiki