Recherche avancée

Médias (91)

Autres articles (98)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

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

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (13072)

  • bfin : dsputil : Drop broken vsad bits

    6 janvier 2014, par Diego Biurrun
    bfin : dsputil : Drop broken vsad bits
    

    They were marked as broken and disabled in 2009 and will never get fixed.

    • [DBH] libavcodec/bfin/dsputil_bfin.c
  • bfin : hpeldsp : Drop broken put_pixels_*_xy2_nornd bits

    6 janvier 2014, par Diego Biurrun
    bfin : hpeldsp : Drop broken put_pixels_*_xy2_nornd bits
    

    They were marked as broken and disabled in 2009 and will never get fixed.

    • [DBH] libavcodec/bfin/hpel_pixels_bfin.S
    • [DBH] libavcodec/bfin/hpeldsp_bfin.c
    • [DBH] libavcodec/bfin/hpeldsp_bfin.h
  • ffmpeg mp4 file is not valid

    10 mars 2014, par Flash Thunder

    I was looking for answer on Internet but, didn't find any...

    Got 3 movies, all made by ffmpeg from separate frames in png files with command :

    ffmpeg -r 100 -qscale 2 -i input/%06d.png output/movie.mp4

    Two of them work perfectly... Windows Media Player and all others see it as correct format..., but one of them not. Only VLC can play it, all other players say that it is unknown format. It probably has something to do with size of images. Would like to know what are the criteria... what size should it have... why one is working and other is not...

    Sizes are :

    1. 1600x1570 - works fine
    2. 1880x616 - works fine
    3. 1891x725 - doesn't work...

    This is really weird, because fullhd has width of 1920, so all above are lower...

    All images are made by PHP with gdlib, all saved the same method... it is not the problem of count, because no matter if I get only first 100 frames, or whole movie, it still doesn't work... only the last one. Any ideas what could possibly be wrong ?

    Complete FFMPEG output (for 200 frames) :

    FFmpeg version SVN-r0.5.10-4:0.5.10-1, Copyright (c) 2000-2009 Fabrice Bellard, et al.
     configuration: --extra-version=4:0.5.10-1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libdirac --enable-libgsm --enable-libopenjpeg --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping --disable-vhook --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libfaad --enable-libdc1394 --enable-shared --disable-static
     libavutil     49.15. 0 / 49.15. 0
     libavcodec    52.20. 1 / 52.20. 1
     libavformat   52.31. 0 / 52.31. 0
     libavdevice   52. 1. 0 / 52. 1. 0
     libavfilter    0. 4. 0 /  0. 4. 0
     libswscale     0. 7. 1 /  0. 7. 1
     libpostproc   51. 2. 0 / 51. 2. 0
     built on Feb 16 2013 09:22:58, gcc: 4.4.5
    Input #0, image2, from 'input/%06d.png':
     Duration: 00:00:02.01, start: 0.000000, bitrate: N/A
       Stream #0.0: Video: png, rgb24, 1891x725, 100 tbr, 100 tbn, 100 tbc
    Output #0, mp4, to 'output/movie.mp4':
       Stream #0.0: Video: mpeg4, yuv420p, 1891x725, q=2-31, 200 kb/s, 90k tbn, 100 tbc
    Stream mapping:
     Stream #0.0 -> #0.0
    Press [q] to stop encoding
    frame=  201 fps= 14 q=2.0 Lsize=   10032kB time=2.01 bitrate=40886.7kbits/s
    video:10030kB audio:0kB global headers:0kB muxing overhead 0.023690%

    PS. Even after converting in different application to FullHD (added black bars), it still doesn't work.