Recherche avancée

Médias (91)

Autres articles (79)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

Sur d’autres sites (5806)

  • ffmpeg images to video/gif not working correctly

    20 décembre 2016, par hadi k

    I have list of images surface_time=000000.jpg  surface_time=000300.jpg ... surface_time=015000.jpg. I want to now create a video or gif out of it.
    I installed ffmpeg and am trying to do following.

    ffmpeg -r 1/5 -i surface_time\=%6d.jpg -c:v libx264 -vf fps=2 -pix_fmt yuv420p growth.avi

    I get following output :

    ffmpeg version 3.2.2 Copyright (c) 2000-2016 the FFmpeg developers
     built with Apple LLVM version 8.0.0 (clang-800.0.42.1)
     configuration: --prefix=/usr/local/Cellar/ffmpeg/3.2.2 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-ffplay --enable-frei0r --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-opencl --disable-lzma --enable-libopenjpeg --disable-decoder=jpeg2000 --extra-cflags=-I/usr/local/Cellar/openjpeg/2.1.2/include/openjpeg-2.1 --enable-nonfree --enable-vda
     libavutil      55. 34.100 / 55. 34.100
     libavcodec     57. 64.101 / 57. 64.101
     libavformat    57. 56.100 / 57. 56.100
     libavdevice    57.  1.100 / 57.  1.100
     libavfilter     6. 65.100 /  6. 65.100
     libavresample   3.  1.  0 /  3.  1.  0
     libswscale      4.  2.100 /  4.  2.100
     libswresample   2.  3.100 /  2.  3.100
     libpostproc    54.  1.100 / 54.  1.100
    Input #0, image2, from 'surface_time=%6d.jpg':
     Duration: 00:00:00.04, start: 0.000000, bitrate: N/A
       Stream #0:0: Video: mjpeg, yuvj420p(pc, bt470bg/unknown/unknown), 2400x2000 [SAR 100:100 DAR 6:5], 25 tbr, 25 tbn, 25 tbc
    File 'growth.avi' already exists. Overwrite ? [y/N] y
    [swscaler @ 0x7fe91b008000] deprecated pixel format used, make sure you did set range correctly
    [libx264 @ 0x7fe91a00f000] using SAR=1/1
    [libx264 @ 0x7fe91a00f000] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 AVX2 LZCNT BMI2
    [libx264 @ 0x7fe91a00f000] profile High, level 5.0
    Output #0, avi, to 'growth.avi':
     Metadata:
       ISFT            : Lavf57.56.100
       Stream #0:0: Video: h264 (libx264) (H264 / 0x34363248), yuv420p, 2400x2000 [SAR 1:1 DAR 6:5], q=-1--1, 2 fps, 2 tbn, 2 tbc
       Metadata:
         encoder         : Lavc57.64.101 libx264
       Side data:
         cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
    Stream mapping:
     Stream #0:0 -> #0:0 (mjpeg (native) -> h264 (libx264))
    Press [q] to stop, [?] for help
    frame=    1 fps=0.0 q=20.0 Lsize=      73kB time=00:00:00.50 bitrate=1189.2kbits/s speed=2.97x    
    video:67kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 8.441786%
    [libx264 @ 0x7fe91a00f000] frame I:1     Avg QP:11.25  size: 68540
    [libx264 @ 0x7fe91a00f000] mb I  I16..4: 66.0% 29.0%  5.0%
    [libx264 @ 0x7fe91a00f000] 8x8 transform intra:29.0%
    [libx264 @ 0x7fe91a00f000] coded y,uvDC,uvAC intra: 5.3% 8.5% 7.6%
    [libx264 @ 0x7fe91a00f000] i16 v,h,dc,p: 98%  0%  2%  0%
    [libx264 @ 0x7fe91a00f000] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 51%  3% 43%  1%  1%  0%  0%  0%  1%
    [libx264 @ 0x7fe91a00f000] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 35% 17% 17%  5%  4%  6%  5%  6%  4%
    [libx264 @ 0x7fe91a00f000] i8c dc,h,v,p: 92%  3%  5%  0%
    [libx264 @ 0x7fe91a00f000] kb/s:1096.64  

    There is a growth.avi in the folder but it is basically 0s long and there is nothing in it. What am i doing wrong here ?

  • Anomalie #3115 : Bug sous PHP 5.4 car le charset n’est pas passé à htmlspecialchars (site en iso-8...

    13 décembre 2013, par - Equipement

    Bonjour,
    J’ai testé la solution que j’ai mentionnée.
    Quelle autre solution faut-il tester ?

  • How to merge .ts files from a DLINK security camera losslessly ?

    13 juin 2022, par anjchang

    I have >1000s of small .ts files from a DLINK camera of a theft that occured. I first tried to merge the ts files into bigger files so that I could look for the audio where the relevant event occurred. Then in Premiere I looked for the highest sustained audio peaks (it was someone using a saw to cut out a catalytic converter). Then, I isolated the relevant 200 files where things happened on the timeline. But now, I want to export the 20 minutes of the incident with the least compression (or no compression). Apparently Adobe Premiere can export the whole timeline containing these clips, but will compress them. I have not edited any of the files, so I don't want any rendering. I just want them strung together in a "well-known" format so I can send the files to the insurance company and authorities.

    


    I used an answer from here but there were audio gaps. Some of the files had no audio, causing the problem when I first merged the files with :

    


     for i in `\ls *.ts | sort -V`; do echo "file '$i'"; done >> mylist.txt;ffmpeg -f concat -i mylist.txt -c copy -bsf:a aac_adtstoasc video.mp4