Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (104)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (12063)

  • The application was unable to start correctly (0xc000a200). Click OK to close the application

    18 février 2016, par Babak

    I have installed openCv and ffmpeg library on visual studio 2013 & windows 10. I had configured all of dll, lib and include setting.
    The language of ffmpeg library is c and my program language is C++. When I run my program, it spills out the following error
    The application was unable to start correctly (0xc000a200). Click OK to close the application
    I have set the /APPCONTAINER : NO option to the linker command line but this error message apparent yet.

  • FFmpeg "Could not open file" error message when processing with PHP

    26 octobre 2015, par FlyingCat

    I am using ffmpeg to get the image from several video files. I got my ffmpeg codes ready but I got the following error when I exec my codes.

    ffmpeg version 0.8.6-4:0.8.6-0ubuntu0.12.04.1, Copyright (c) 2000-2013 the Libav developers
    built on Apr  2 2013 17:02:36 with gcc 4.6.3

    *** THIS PROGRAM IS DEPRECATED ***
    This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
    //files info...
    //files info...
    Incompatible pixel format 'yuv420p' for codec 'mjpeg', auto-selecting format 'yuvj420p'
    //file info...
    [buffer @ 0x1513c40] Buffering several frames is not supported. Please consume all available frames before adding a new one.
    Last message repeated 75 times
    [image2 @ 0x1513460] Could not open file : /test/project
    av_interleaved_write_frame(): Input/output error

    I only show the error messages that have color highlighted.
    My code :

    $ffmpeg ="/usr/bin/ffmpeg";

    $image_source_path = '/test/project/test.mp4';
    $ALL_PLACE_WIDTH = 300;
    $ALL_PLACE_HEIGHT = 300;

    $image_cmd = " -r 1 -ss 00:00:10 -t 00:00:01 -s ".$ALL_PLACE_WIDTH."x".$ALL_PLACE_HEIGHT."   -f image2 " ;

    $dest_image_path = '/test/project';

    $str_command= $ffmpeg  ." -i " . $image_source_path . $image_cmd .$dest_image_path;
    shell_exec($str_command);

    It seems my Linux wants to me to switch to avconv. I am not sure how to fix these errors. Can someone give me a hint about it ?

  • Issue creating video with FFmpeg from Gource output

    16 avril 2013, par user1832408

    I'm trying to create a video with FFmpeg from Gource output but FFmpeg fails for some reason. I have no idea why as the error message is quite general. Does anyone have any ideas ? Is the Gource output perhaps invalid ?

    set GOURCE=C:\Program Files\Gource\0.39
    set FFMPEG=C:\Program Files\FFmpeg\20130412-git-694fa00-win32-static\bin
    set SOURCE=src

    "%GOURCE%\gource.exe" -1280x720 -o gource.ppm %SOURCE%
    "%FFMPEG%\ffmpeg.exe" -y -r 60 -f image2pipe -vcodec ppm -i gource.ppm -vcodec libx264 -preset ultrafast -crf 1 -threads 0 -bf 0 -v verbose gource.x264.avi

    FFmpeg output

    ffmpeg version N-52045-g694fa00 Copyright (c) 2000-2013 the FFmpeg developers
      built on Apr 12 2013 16:54:51 with gcc 4.8.0 (GCC)
      configuration : —enable-gpl —enable-version3 —disable-w32threads —enable-avisynth —enable-bzlib —enable-fontconfig —enable-frei0r —enable-gnutls —enable-iconv —enable-libass —enable-libbluray —enable-libcaca —enable-libfreetype —enable-libgsm —enable-libilbc —enable-libmp3lame —enable-libopencore-amrnb —enable-libopencore-amrwb —enable-libopenjpeg —enable-libopus —enable-librtmp —enable-libschroedinger —enable-libsoxr —enable-libspeex —enable-libtheora —enable-libtwolame —enable-libvo-aacenc —enable-libvo-amrwbenc —enable-libvorbis —enable-libvpx —enable-libx264 —enable-libxavs —enable-libxvid —enable-zlib
      libavutil      52. 26.100 / 52. 26.100
      libavcodec     55.  2.100 / 55.  2.100
      libavformat    55.  2.100 / 55.  2.100
      libavdevice    55.  0.100 / 55.  0.100
      libavfilter     3. 53.101 /  3. 53.101
      libswscale      2.  2.100 /  2.  2.100
      libswresample   0. 17.102 /  0. 17.102
      libpostproc    52.  3.100 / 52.  3.100
    [image2pipe @ 003bade0] Stream #0 : not enough frames to estimate rate ; consider increasing probesize
    Input #0, image2pipe, from 'gource.ppm' :
      Duration : N/A, bitrate : N/A
        Stream #0:0 : Video : ppm, rgb24, 1280x720, 60 tbr, 60 tbn, 60 tbc
    [graph 0 input from stream 0:0 @ 003bbb60] w:1280 h:720 pixfmt:rgb24 tb:1/60 fr:60/1 sar:0/1 sws_param:flags=2
    [auto-inserted scaler 0 @ 003bbaa0] w:0 h:0 flags :'0x4' interl:0
    [format @ 003bb4e0] auto-inserting filter 'auto-inserted scaler 0' between the filter 'Parsed_null_0' and the filter 'format'
    [graph 0 input from stream 0:0 @ 003bbb60] TB:0.016667 FRAME_RATE:60.000000 SAMPLE_RATE:nan
    [auto-inserted scaler 0 @ 003bbaa0] w:1280 h:720 fmt:rgb24 sar:0/1 -> w:1280 h:720 fmt:yuv444p sar:0/1 flags:0x4
    No pixel format specified, yuv444p for H.264 encoding chosen.
    Use -pix_fmt yuv420p for compatibility with outdated media players.
    [libx264 @ 003bc980] using cpu capabilities : MMX2 SSE2Fast LZCNT
    [libx264 @ 003bc980] profile High 4:4:4 Predictive, level 3.2, 4:4:4 8-bit
    Output #0, avi, to 'gource.x264.avi' :
      Metadata :
        ISFT : Lavf55.2.100
        Stream #0:0 : Video : h264 (H264 / 0x34363248), yuv444p, 1280x720, q=-1—1, 60 tbn, 60 tbc
    Stream mapping :
      Stream #0:0 -> #0:0 (ppm -> libx264)
    Press [q] to stop, [?] for help
    frame=   17 fps=0.0 q=0.0 size=      43kB time=00:00:00.21 bitrate=1614.1kbits/s    
    frame=   33 fps= 32 q=0.0 size=     164kB time=00:00:00.48 bitrate=2777.5kbits/s    
    frame=   48 fps= 31 q=0.0 size=     277kB time=00:00:00.73 bitrate=3093.0kbits/s    
    gource.ppm : Input/output error
    No more output streams to write to, finishing.
    frame=   48 fps= 30 q=2358879.0 Lsize=     324kB time=00:00:00.80 bitrate=3313.9kbits/s
    

    video:317kB audio:0kB subtitle:0 global headers:0kB muxing overhead 2.112279%
    [libx264 @ 003bc980] frame I:1 Avg QP : 0.00 size : 10560
    [libx264 @ 003bc980] frame P:47 Avg QP : 0.00 size : 6680
    [libx264 @ 003bc980] mb I I16..4 : 100.0% 0.0% 0.0%
    [libx264 @ 003bc980] mb P I16..4 : 0.5% 0.0% 0.0% P16..4 : 1.9% 0.0% 0.0% 0.0% 0.0% skip:97.5%
    [libx264 @ 003bc980] coded y,u,v intra : 3.7% 1.1% 1.2% inter : 1.4% 0.5% 0.6%
    [libx264 @ 003bc980] i16 v,h,dc,p : 93% 4% 2% 0%
    [libx264 @ 003bc980] kb/s:3245.31