Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (69)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

Sur d’autres sites (9298)

  • FFMPEG capture video from Magewell USB Capture Family 90 fps [on hold]

    9 septembre 2017, par Fabrizio

    I’m trying to capture video from Magewell USB Capture Family at 90 fps (or 60 fps) but FFMPEG ends with error :

    [dshow @ 00000000005d8fe0] Could not set video options video=USB Capture HDMI: I/O error

    The FFMPEG command I use is :

    ffmpeg -y -f dshow -video_size 1280x720 -rtbufsize 2000M -r 90
       -i video="USB Capture HDMI" -codec:v libx264 -pix_fmt yuv420p -vb 20M
       -preset veryfast -t 15 capture.mp4

    Reading Magewell’s specifications, 60 or 90 fps are supported.

  • ffmpeg : drawtest cannot find font for the family Sans

    19 janvier 2021, par zinon

    I have an avi video and I want to display frame number in the video.

    



    Frame rate = 40fps

    



    I'm using this script :

    



    ffmpeg -i maxSSIM_realTime_C_L_560x448.avi -vf "drawtext=fontfile=Arial.ttf: text=%{n}: x=(w-tw)/2: y=h-(2*lh): fontcolor=white: box=1: boxcolor=0x00000099"   -qscale 0 -y maxSSIM_real_time.avi


    



    But I get [Parsed_drawtext_0 @ 0000000000732d00] Cannot find a valid font for the family Sans.

    



    Where can I find fonts in windows 7 ?

    


  • doc/filters : re-arrange options for testsrc family

    11 décembre 2017, par Lou Logan
    doc/filters : re-arrange options for testsrc family
    

    Additionally :
    * Mention that allrgb and allyuv do not support the "size" option.
    * Separate examples into subsection.

    Fixes ticket #6906.

    Signed-off-by : Lou Logan <lou@lrcd.com>

    • [DH] doc/filters.texi