Recherche avancée

Médias (91)

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (12795)

  • Revision 9770d564f4 : Code cleanup. Removing switch statements for inverse hybrid transforms. Making

    26 février 2013, par Dmitry Kovalev

    Changed Paths : Modify /vp9/common/vp9_idctllm.c Code cleanup. Removing switch statements for inverse hybrid transforms. Making code style consistent for all similar transform implementations. Renaming shortpitch and short_pitch variables to half_pitch. Change-Id : (...)

  • ffmpeg & png watermark issue

    2 décembre 2013, par mindcast

    I tried to create a watermark (using a png image) on a video like this :

    ffmpeg -i test.wmv -b:a 300k -ar 22050 -t 10 -f flv -s 352x288 -vf "movie = watermark_logo352.png [watermark]; [in][watermark] overlay =0:0 [out]" out.flv

    but I get the error :

    ffmpeg version 0.10.4 Copyright (c) 2000-2012 the FFmpeg developers
    built on Jun 14 2012 13:14:31 with gcc 4.4.5   configuration:
    --prefix=/home/username --enable-cross-compile --enable-shared --arch=amd64 --target-os=linux --disable-yasm --enable-decoder=png --enable-encoder=png  
           libavutil      51. 35.100 / 51. 35.100  
           libavcodec     53. 61.100 / 53. 61.100  
           libavformat    53. 32.100 / 53. 32.100  
           libavdevice    53.  4.100 / 53.  4.100  
           libavfilter     2. 61.100 /  2. 61.100  
           libswscale      2.  1.100 /  2.  1.100  
           libswresample   0.  6.100 /  0.  6.100
           Input #0, asf, from 'test.wmv':  
           Metadata:
               >     WMFSDKVersion   : 9.00.00.2980
               >     WMFSDKNeeded    : 0.0.0.0000
               >     IsVBR           : 1
               >     VBR Peak        : 351
               >     Buffer Average  : 728   Duration: 00:00:05.59, start: 0.000000, bitrate: 574 kb/s
               >     Stream #0:0(jpn): Audio: wmav2 (a[1][0][0] / 0x0161), 22050 Hz, 2 channels, s16, 32 kb/s
               >     Stream #0:1(jpn): Video: wmv1 (WMV1 / 0x31564D57), yuv420p, 352x288, 520 kb/s, SAR 8:9 DAR 88:81, 29.97 tbr, 1k tbn, 1k tbc File
               > 'out2.flv' already exists. Overwrite ? [y/N] y w:352 h:288
               > pixfmt:yuv420p tb:1/1000000 sar:8/9 sws_param:
       [image2 @ 0x551f880] decoding for stream 0 failed
       [image2 @ 0x551f880] Could not find codec parameters (Video: png)
       [movie @ 0x551f440] Failed to find stream info
       [movie @ 0x551f440] Failed to find any codec
       Error initializing filter 'movie' with args 'watermark_logo352.png'
       Error opening filters!

    When I use a jpg, it works like a charm.

    I'm use ffmpeg v 0.10.4 on Debian 6 Squeeze.
    Any help would be much appreciated.

    EDIT

    The problem is simpler than i thought. If i use ffmpeg -i with any png image i get a similar error :

     libavutil      51. 35.100 / 51. 35.100
     libavcodec     53. 61.100 / 53. 61.100
     libavformat    53. 32.100 / 53. 32.100
     libavdevice    53.  4.100 / 53.  4.100
     libavfilter     2. 61.100 /  2. 61.100
     libswscale      2.  1.100 /  2.  1.100
     libswresample   0.  6.100 /  0.  6.100
     libpostproc    52.  0.100 / 52.  0.100
    [image2 @ 0xc8b73a0] decoding for stream 0 failed
    [image2 @ 0xc8b73a0] Could not find codec parameters (Video: png)
    watermark.png: could not find codec parameters
  • Why opencv failed to read a rmvb video ?

    12 mars 2013, par Greper

    My opencv program success to read mp4 video files but failed to read some rmvb files and it gives the following error :

    [rm @ 0x821f80] Invalid stream index 2 for index at pos 974024349
    video has 300480frames
    [rv40 @ 0xbac8a0] Internal error, picture buffer overflow
    Aborted (core dumped)

    Is this a bug of opencv ?Anyone encounted similar problem ?Thanks for any helps !

    EDIT:
    I found my FFMPEG indeed support rmvb using ffmpeg -codecs | grep RealVideo.But why this still fails ?