Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (28)

  • 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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (4917)

  • ffmpeg not adding all images when creating video [on hold]

    23 septembre 2013, par travisb

    I am creating a video from 38,179 images. ffmpeg successfully creates a video but only includes the first 20,998 images. I am running Windows 7 64-bit.

    The files are all in the same directory and named 1000000.jpg - 1038179.jpg.

    This is the command I used :

    ffmpeg -f image2 -r 18 -i 1%6d.jpg a.mp4

    How can I get it to include all the images ?

    This is the last screen of output :

    frame=20998 fps=6.4 q=27.0 size=  478740kB time=00:19:23.66 bitrate=3370.2kbits/
    frame=20998 fps=6.4 q=27.0 size=  478740kB time=00:19:23.66 bitrate=3370.2kbits/
    frame=20998 fps=6.4 q=27.0 size=  478740kB time=00:19:23.66 bitrate=3370.2kbits/
    frame=20998 fps=6.4 q=27.0 size=  478740kB time=00:19:23.66 bitrate=3370.2kbits/
    frame=20998 fps=6.4 q=27.0 size=  478740kB time=00:19:23.66 bitrate=3370.2kbits/
    frame=20998 fps=6.4 q=-1.0 Lsize=  480427kB time=00:19:26.44 bitrate=3374.1kbits
    /s dup=0 drop=17182
    video:480204kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.046423%

    [libx264 @ 00000000041aa020] frame I:332   Avg QP:18.87  size:110978
    [libx264 @ 00000000041aa020] frame P:10468 Avg QP:21.59  size: 32633
    [libx264 @ 00000000041aa020] frame B:10198 Avg QP:23.35  size: 11108
    [libx264 @ 00000000041aa020] consecutive B-frames: 22.7% 35.1%  7.9% 34.3%
    [libx264 @ 00000000041aa020] mb I  I16..4: 13.2% 84.6%  2.2%
    [libx264 @ 00000000041aa020] mb P  I16..4:  9.6% 30.7%  0.3%  P16..4: 30.1%  6.9%  3.0%  0.0%  0.0%    skip:19.4%
    [libx264 @ 00000000041aa020] mb B  I16..4:  1.3%  4.4%  0.0%  B16..8: 33.4%  3.3%  0.4%  direct: 2.2%  skip:54.9%  L0:43.9% L1:51.4% BI: 4.8%
    [libx264 @ 00000000041aa020] 8x8 transform intra:76.3% inter:90.0%
    [libx264 @ 00000000041aa020] coded y,uvDC,uvAC intra: 46.6% 62.7% 10.4% inter: 12.3% 22.3% 0.5%
    [libx264 @ 00000000041aa020] i16 v,h,dc,p: 42% 24%  9% 25%
    [libx264 @ 00000000041aa020] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 31% 22% 33%  2%  2% 3%  2%  3%  2%
    [libx264 @ 00000000041aa020] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 16% 11%  5% 10% 12%  7%  6%  3%
    [libx264 @ 00000000041aa020] i8c dc,h,v,p: 46% 23% 27%  4%
    [libx264 @ 00000000041aa020] Weighted P-Frames: Y:1.0% UV:0.5%
    [libx264 @ 00000000041aa020] ref P L0: 65.7% 11.6% 17.0%  5.7%  0.0%
    [libx264 @ 00000000041aa020] ref B L0: 86.8% 11.6%  1.6%
    [libx264 @ 00000000041aa020] ref B L1: 96.3%  3.7%
    [libx264 @ 00000000041aa020] kb/s:3372.17
  • ffmpeg integration with Codeignitor [on hold]

    14 novembre 2016, par Nomi

    I am working on a project which have the following requirements...

    1. It should upload a video .
    2. then it should verify what type of video file it is i.e flv ,mp4
      etc.
    3. it should also configure its resolution according to our needs.
    4. and then finally save it into a database.

    I have been searching the possible solution for this and learned that ffmpeg could be a solution.But i haven’t been able to learn how to code it.
    Can Somebody please guide me on how to install ffmpeg with Codeignitor from scratch OR some other library which could serve the same purpose .

  • php_ffmpeg extension installed, want to know available classes in this extension [on hold]

    25 septembre 2013, par user2808180

    I have successfully installed the php extension "php_ffmpeg" and it is working fine. I tested the extension with class ffmpeg_movie and It shows me complete information of the file.

    But the problem is to convert any uploaded video file to flv. Is there any classes available in the extension 'php_ffmpeg', I would like you to share some sample code for that.

    I will like to stick to php code as I am not sure that I might not get access to the share server shell.

    I also tried exec, on my Windows Based local machine, but I haven't found success beyond "DIR" command.

    Please if you have some knowledge about "php_ffmpeg" extension and classes available in it, with example code or know some resource which include that please help me.

    $return = 1;
    $output = array();

    $source = $_SERVER['DOCUMENT_ROOT'] . '/sample.avi';
    $target = $_SERVER['DOCUMENT_ROOT'] . '/target.flv';


    $cmd = "ffmpeg -i {$source} {$target}";

    exec($cmd, $output, $return);


    echo &#39;<pre>&#39;; print_r($output); echo &#39;</pre>&#39;;

    echo $cmd;