Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (104)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (14137)

  • Revision 1f0b2f95af : Removing vp8/common/pragmas.h. Change-Id : I80630a7350e884ebc4fef73fb5b52ec25f90

    23 mai 2014, par Dmitry Kovalev

    Changed Paths :
     Delete /vp8/common/pragmas.h


     Modify /vp8/common/x86/variance_mmx.c


     Modify /vp8/common/x86/variance_sse2.c


     Modify /vp8/common/x86/variance_ssse3.c


     Modify /vp8/encoder/bitstream.c


     Modify /vp8/encoder/rdopt.c


     Modify /vp8/vp8_common.mk



    Removing vp8/common/pragmas.h.

    Change-Id : I80630a7350e884ebc4fef73fb5b52ec25f908523

  • avcodec/ffv1 : Basic float16 support

    18 janvier, par Michael Niedermayer
    avcodec/ffv1 : Basic float16 support
    

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/ffv1.h
    • [DH] libavcodec/ffv1_parse.c
    • [DH] libavcodec/ffv1enc.c
  • ffmpeg : packet size 2073600 expected frame_size 4147200

    11 novembre 2015, par mrana

    I have total 96 videos. I have converted most of videos using ffmpeg,
    but for some videos its giving me some error.
    As a first step I deinterlaced the video using the following command :

    ffmpeg -video_size 1920x1080 -r 25 -pixel_format yuv422p -i stockholm.yuv -vf yadif  stockholm_deInt.yuv

    And I am getting the following error :

    [rawvideo @ 0x7fa144008c00] Invalid buffer size, packet size 2073600 < expected frame_size 4147200
    Error while decoding stream #0:0 : Invalid argument
    frame= 187 fps=3.7 q=-0.0 Lsize= 757350kB time=00:00:07.48 bitrate=829440.0kbits/s
    video:757350kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead : 0.000000%

    When I try to get the info about the video (ffprobe stockholm.yuv) I get the following :

    [IMGUTILS @ 0x7fff5bac8140] Picture size 0x0 is invalid
    [IMGUTILS @ 0x7fff5bac8150] Picture size 0x0 is invalid
    [rawvideo @ 0x7fbcb200da00] Could not find codec parameters for stream 0 (Video : rawvideo (I420 / 0x30323449), yuv420p, -4 kb/s) : unspecified size
    Consider increasing the value for the ’analyzeduration’ and ’probesize’ options
    stockholm.yuv : Operation not permitted`

    Does anyone have any idea ?