Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (3)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (2094)

  • Merge commit '0c0b87f12d48d4e7f0d3d13f9345e828a3a5ea32'

    28 septembre 2017, par James Almer
    Merge commit '0c0b87f12d48d4e7f0d3d13f9345e828a3a5ea32'
    

    * commit '0c0b87f12d48d4e7f0d3d13f9345e828a3a5ea32' :
    aarch64 : vp9itxfm : Fix incorrect vertical alignment
    aarch64 : vp9itxfm : Update a comment to refer to a register with a different name
    aarch64 : vp9itxfm : Use the right lane sizes in 8x8 for improved readability
    aarch64 : vp9itxfm : Use a single lane ld1 instead of ld1r where possible
    aarch64 : vp9itxfm : Share instructions for loading idct coeffs in the 8x8 function
    arm : vp9itxfm : Share instructions for loading idct coeffs in the 8x8 function
    aarch64 : vp9itxfm : Do separate functions for half/quarter idct16 and idct32
    arm : vp9itxfm : Do a simpler half/quarter idct16/idct32 when possible
    aarch64 : vp9itxfm : Move the load_add_store macro out from the itxfm16 pass2 function
    arm : vp9itxfm : Move the load_add_store macro out from the itxfm16 pass2 function
    aarch64 : vp9itxfm : Make the larger core transforms standalone functions
    arm : vp9itxfm : Make the larger core transforms standalone functions

    This commit is a noop, see
    f8fcee0daf42d16581ec581bd5ff6373c3a76103
    dc47bf3872fde18f6aea33f015a95b70e24dff19
    3bd9b39108076e1fca8cd26970cb946fce66523a
    a681c793a30386d01d273ce86b3368311cffb511
    824589556cb7c4bfafb8a0190e71a10c628f5339
    9532a7d4d060f2a2741225a76945daed52dbc478
    1d8ab576a7e40ea6209dd753929f26dcb37e1444
    3006e5253afc6a0ee001916806aae80f157d7043
    19a0f9529ccdb48696f0caa251fe36b1d30df739
    6752318c737663f0ac019de3acd63e3cea706864
    d0fbf7f34e7243f6a4cbde9925f34d924e6d93f7
    16ef000799b227d0226b7a678d28c34ff1d09410

    Merged-by : James Almer <jamrial@gmail.com>

  • Adding 2 watermark with ffmpeg in different duration each one

    3 octobre 2014, par Paris Thiva

    i have a php code that i cut edit video with ffmpeg. now i can add one image as logo on video

    code is

    if(isset($_POST['video']))
           {
           $target=realpath(SAVEPATH);
           $watermark=WATERMARK;
           $ffmpeg=FFMPEG;
           $fromtime="00:00:0";
           $totime="00:05:00";
           $clip="-ss $fromtime -t $totime";
           $filter="[watermark]; [in][watermark] overlay=main_w-overlay_w-10:10 [out]";
    //      ob_start();
           foreach($_POST['video'] as $vid)
               {
               $filepath=UPLOADS."/$vid";
               $target_file="$target/$vid";
    //          passthru("sh xform.sh '$filepath' '$target' '$watermark' 2>&amp;1");
               // 1. get the video width
               exec("$ffmpeg -i \"$filepath\"  2>&amp;1 | perl -lane 'print $1 if /([0-9]{2,}x[0-9]+)/' | cut -d'x' -f1",$width);
               // 2. transform the video
               $swidth=$width[0]/3;
               $cmd="$ffmpeg -i \"$filepath\"  $clip -s $res -vf  \"movie=$watermark,  scale=$swidth:-1  $poss\" \"$target_file\" -vcodec h264 2>&amp;1";
                exec($cmd,$output);
               echo "<center><label>Video Cut/Edit of $vid Done</label></center>";
               }

    how i can add one more image in deferent duration ?

    Thank you

  • Revision 32594 : plugins en minuscules, et alias pour les noms de sites

    1er novembre 2009, par fil@… — Log

    plugins en minuscules, et alias pour les noms de sites