Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (41)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (6863)

  • Revision 16718 : Planar YUV 4:2:0, 12bpp, full scale (jpeg) looks better than Planar YUV ...

    23 novembre 2009, par j — Log

    Planar YUV 4:2:0, 12bpp, full scale (jpeg) looks better than Planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples).

  • How to scale and position watermark to scale ?

    26 avril 2013, par Cobra_Fast

    I'm scaling a video and applying a watermark like so :

    ffmpeg -ss 0:0:0.000 -i video.mp4 -y -an -t 0:0:10.000
    -vf \"[in]scale=400:316[middle]\" -b:v 2000k -r 20
    -vf 'movie=watermark.png,pad=400:316:0:0:0x00000000 [watermark];[middle] [watermark]overlay=0:0[out]'
    out.flv

    However, the applied watermark seems to be scaled to the original video size rather than the smaller scaled video size.

    This command line worked on ffmpeg version 0.8.6.git and now behaves differently after an upgrade to version N-52381-g2288c77.

    How do I get it to work again ?


    Update 2013-04-26 :
    I now have tried to use the overlay filter's X and Y parameters instead of padding without success.
  • x86/scale : fix xmm register count for hscale*_sse2

    9 juin 2014, par James Almer
    x86/scale : fix xmm register count for hscale*_sse2
    

    xmm6 was being clobbered in ff_hscale8to15,19_8_sse2 on Win64

    Signed-off-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libswscale/x86/scale.asm