Recherche avancée

Médias (0)

Mot : - Tags -/masques

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

Autres articles (97)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

Sur d’autres sites (7704)

  • FFMPEG SCREENSHOT GENERATE ERROR : No such filter : 'tile' [duplicate]

    23 mai 2013, par itseasy21

    This question is an exact duplicate of :

    i have been trying on making multiple screenshots from a video file using ffmpeg and i succeed too in command but the only problem is while executing that i am getting this error :

    No such filter: 'tile'
    Error opening filters!

    The command i execute is :

    ffmpeg -ss 00:00:10 -i './tmp/try.avi' -vcodec mjpeg -vframes 1 -vf 'select=not(mod(n\,1000)),scale=320:240,tile=2x3' './tmp/try.jpg'

    The output i get is :

    xxxxx@xxxx.com [~/public_html/xxxx]# ffmpeg -ss 00:00:10 -i './tmp/try.avi' -vcodec mjpeg -vframes 1 -vf 'select=not(mod(n\,1000)),scale=320:240,tile=2x3' './tmp/try.jpg'

    ffmpeg version 0.7.11, Copyright (c) 2000-2011 the FFmpeg developers
     built on Mar 10 2012 18:07:20 with gcc 4.4.6 20110731 (Red Hat 4.4.6-3)
     configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --enable-shared --enable-runtime-cpudetect --enable-gpl --enable-version3 --enable-postproc --enable-avfilter --enable-pthreads --enable-x11grab --enable-vdpau --disable-avisynth --enable-frei0r --enable-libopencv --enable-libdc1394 --enable-libdirac --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' --disable-stripping
     libavutil    50. 43. 0 / 50. 43. 0
     libavcodec   52.123. 0 / 52.123. 0
     libavformat  52.111. 0 / 52.111. 0
     libavdevice  52.  5. 0 / 52.  5. 0
     libavfilter   1. 80. 0 /  1. 80. 0
     libswscale    0. 14. 1 /  0. 14. 1
     libpostproc  51.  2. 0 / 51.  2. 0

    Seems stream 0 codec frame rate differs from container frame rate: 29.97 (30000/1001) -> 25.00 (25/1)
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from './tmp/try.avi':
     Metadata:
       major_brand     : 3gp4
       minor_version   : 512
       compatible_brands: isomiso23gp4
       creation_time   : 1970-01-01 00:00:00
     Duration: 00:09:24.82, start: 0.000000, bitrate: 118 kb/s
       Stream #0.0(und): Video: h263, yuv420p, 176x144 [PAR 12:11 DAR 4:3], 102 kb/s, 25 fps, 25 tbr, 25 tbn, 29.97 tbc
       Metadata:
         creation_time   : 1970-01-01 00:00:00
       Stream #0.1(und): Audio: amrnb, 8000 Hz, 1 channels, flt, 12 kb/s
       Metadata:
         creation_time   : 1970-01-01 00:00:00
    Incompatible pixel format 'yuv420p' for codec 'mjpeg', auto-selecting format 'yuvj420p'
    [buffer @ 0x1ad89a0] w:176 h:144 pixfmt:yuv420p tb:1/1000000 sar:12/11 sws_param:
    No such filter: 'tile'
    Error opening filters!

    any solution for this ????

  • mplayer generating online three thumbnail of video

    5 mai 2013, par soac

    I am trying to create thumbnail of video using mplayer but it is only creating 3 thumbnail of video and then repeating the last thumbnail again and again.

    MPlayer command 1 :

    mplayer video/1.mp4 -sstep 5 -endpos 25 -nosound -vf scale=96:64 -vo jpeg:quality=80:outdir=$tmpPath 2>log.txt

    Problem : It create 3 different image and then repeat last image again and again.

    MPlayer command 2 :

    mplayer video/1.mp4 -sstep 5 -endpos 25 -nosound -frames 5 -vf scale=96:64 -vo jpeg:quality=80:outdir=$tmpPath 2>log.txt

    Problem : It create 3 different image and then repeat last image 2 times, If I change -frames to 10 than it repeat last image 7 times.

    MPlayer command 3 :

    mplayer video/1.mp4 -ss 5 -nosound -frames 1 -vf scale=96:64 -vo jpeg:quality=80:outdir=$tmpPath /
    video/1.mp4 -ss 10 -nosound -frames 1 -vf scale=96:64 -vo jpeg:quality=80:outdir=$tmpPath /
    video/1.mp4 -ss 15 -nosound -frames 1 -vf scale=96:64 -vo jpeg:quality=80:outdir=$tmpPath /
    video/1.mp4 -ss 20 -nosound -frames 1 -vf scale=96:64 -vo jpeg:quality=80:outdir=$tmpPath /
    video/1.mp4 -ss 15 -nosound -frames 1 -vf scale=96:64 -vo jpeg:quality=80:outdir=$tmpPath /
    2>log.txt
    

    Problem : Same problem as above described. 3 thumbnail difference and other are same. Duration of video is 27 seconds. I run this command on mplayer and mplayer2 but same result. MPlayer Binary are taken from http://sourceforge.net/projects/smplayer/files/

    I want MPlayer to capture thumbnail after every X seconds using MPlayer not FFMPEG. I am already using FFMPEG for creating thumbnail and it is working fine. My Operating System is Windows 7. Log File

    MPlayer Redxii-SVN-r36237-4.6.3 (C) 2000-2013 MPlayer Team Custom build by
    Redxii, http://smplayer.sourceforge.net Compiled against FFmpeg version
    N-52748-g1ef82cc Build date : Sun May 5 03:45:49 EDT 2013 getch2 : 6 can't get
    number of input events [disabling console input] Playing
    D :/wamp/www/videoconverter/content/original/3.mp4. libavformat version 55.4.101
    (internal) libavformat file format detected. [lavf] stream 0 : video (h264), -vid
    0 [lavf] stream 1 : audio (aac), -aid 0, -alang und VIDEO : [H264] 960x540 24bpp
    25.000 fps 2087.1 kbps (254.8 kbyte/s) Clip info : major_brand : isom
    minor_version : 512 compatible_brands : isomiso2avc1mp41 creation_time : 1970-01-01
    00:00:00 encoder : Lavf52.77.0 comment : www.freemake.com Load subtitles in
    D :/wamp/www/videoconverter/content/original/ jpeg : Progressive JPEG disabled.
    jpeg : Baseline JPEG enabled. Opening video filter : [scale w=96 h=64]
    ==========================================================================
    Opening video decoder : [ffmpeg] FFmpeg's libavcodec codec family libavcodec
    version 55.7.100 (internal) Selected video codec : [ffh264] vfm : ffmpeg (FFmpeg
    H.264)
    ==========================================================================
    Audio : no sound Starting playback... Movie-Aspect is 1.78:1 - prescaling to
    correct movie aspect. [swscaler @ 01400520]BICUBIC scaler, from yuv420p to rgb24
    using MMXEXT VO : [jpeg] 96x64 => 113x64 RGB 24-bit jpeg :
    content/tmp/sprites/HxHtQGKbsV - Output directory already exists and is
    writable. Movie-Aspect is 1.78:1 - prescaling to correct movie aspect. VO :
    [jpeg] 96x64 => 113x64 RGB 24-bit jpeg : content/tmp/sprites/HxHtQGKbsV - Output
    directory already exists and is writable. V : 0.0 0/ 0 ??% ??% ??, ?% 0 0 V : 5.8
    0/ 0 ??% ??% ??, ?% 0 0 V : 10.6 0/ 0 ??% ??% ??, ?% 0 0 V : 18.5 0/ 0 ??% ??% ??, ?%
    0 0 V : 25.6 0/ 0 ??% ??% ??, ?% 0 0 V : 35.8 0/ 0 ??% ??% ??, ?% 0 0 V : 35.8 0/ 0
     ??% ??% ??, ?% 0 0 V : 35.8 0/ 0 ??% ??% ??, ?% 0 0 V : 35.8 0/ 0 ??% ??% ??, ?% 0 0
    V : 35.8 0/ 0 ??% ??% ??, ?% 0 0 V : 35.8 0/ 0 ??% ??% ??, ?% 0 0 V : 35.8 0/ 0 ??%
     ??% ??, ?% 0 0 Exiting... (End of file)
    
  • Encode video of powerpoint presentation for HTML5 playback

    17 avril 2013, par user2291446

    We have a number of powerpoint presentations that have been converted to 16:9
    aspect ratio and then converted into mp4 "master videos" with an "apple TV" 720p
    profile. These powerpoint presentations are voice annotated. So in essence, we
    show a slide and then let the annotation sound play for a while, then go to the
    next slide, and so on. The resulting mp4 master video is somewhere around 900MB
    on average.

    Here is an example of the master video

    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4' :
    Metadata :
        major_brand : isom
        minor_version : 512
        compatible_brands : isomiso2avc1mp41
        creation_time : 1970-01-01 00:00:00
        encoder : Lavf52.104.0
      Duration : 02:00:57.65, start : 0.000000, bitrate : 970 kb/s
        Stream #0:0(und) : Video : h264 (Main) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 836 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc
        Metadata :
          creation_time : 1970-01-01 00:00:00
          handler_name : VideoHandler
        Stream #0:1(und) : Audio : aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 127 kb/s
        Metadata :
          creation_time : 1970-01-01 00:00:00
          handler_name : SoundHandler
    

    We are trying to get these presentations to play on the web on as many
    devices/browsers as possible including some that don't do HTML5 (IE7/IE8). We
    have narrowed down our player of choice which is mediaElement and have extracted
    some "cue points" from the powerpoint presentation that mark where the slides
    are changing. We have also captured thumbnails for those cuepoints such that we
    now have a nice list of thumbnails for each slide and an associated cuepoint in
    the video where the particular slide begins.

    Here comes the problem...due to the large size of the master video it is not
    practical for us to use the master video with our mediaElement player. We do
    need to transcode the master video to mp4 and ogv in order to get decent
    device/browser coverage.

    We do not seem to be able to find a suitable transcoding strategy to reduce the
    size of the video. We have played with numerous ffmpeg settings and were able to
    reduce the size but when we do so we compromise the ability to jump to specific
    cue points.

    It works well for browsers that do HTML5 video natively (Chrome and Firefox) but
    not for the flash fallback of mediaElement (IE7/IE8) which uses the mp4 file and
    seemingly is very tied to the number and frequency of key frames in the video in
    order to allow for clean seeking and skipping using the cue points.

    Seeing that we are talking about a video that has only slides (practically 90
    static images per presentation) and some sound we imagine it must be possible to
    transcode as such that the keyframes fall at the cue points or near the
    cuepoints, and that the size of the video could be drastically reduced while
    still allowing for smooth seeking and skipping.