Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (54)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

Sur d’autres sites (6891)

  • avcodec/avpacket : add av_packet_make_refcounted()

    24 mars 2018, par James Almer
    avcodec/avpacket : add av_packet_make_refcounted()
    

    It works as a drop in replacement for the deprecated av_dup_packet(),
    to ensure a packet is reference counted.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] doc/APIchanges
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/avpacket.c
    • [DH] libavcodec/version.h
  • FFmpeg destroys my Images

    10 mars 2018, par dazzafact

    Rightnow iam trying to render a Video reading my image Folder with about 83 Images. Iam using this FFMPEG Snip :

    ffmpeg -f image2   -i images/*.jpg  -b 450k -r 30  zoom100.avi  2>&amp;1

    But iam really frustrated, FFMPEG always replace all my Images with the first Image. And The video it also creates me is about 2 Frames long
    Here the FFMPEF Feedback

    ffmpeg version 0.8.17-4:0.8.17-0ubuntu0.12.04.1, Copyright (c) 2000-2014 the Libav developers
     built on Mar 16 2015 13:26:50 with gcc 4.6.3
    The ffmpeg program is only provided for script compatibility and will be removed
    in a future release. It has been deprecated in the Libav project to allow for
    incompatible command line syntax improvements in its replacement called avconv
    (see Changelog for details). Please use avconv instead.
    Input #0, image2, from 'images/0750.jpg':
     Duration: 00:00:00.04, start: 0.000000, bitrate: N/A
       Stream #0.0: Video: mjpeg, yuvj420p, 1280x1280 [PAR 72:72 DAR 1:1], 25 tbr, 25 tbn, 25 tbc
    [buffer @ 0x24a4220] w:1280 h:1280 pixfmt:yuvj420p
    [buffer @ 0x24a4a00] w:1280 h:1280 pixfmt:yuvj420p
    [buffer @ 0x24a52c0] w:1280 h:1280 pixfmt:yuvj420p
    [buffer @ 0x24a5b20] w:1280 h:1280 pixfmt:yuvj420p
    .....
    .....
    .....
    .....
    .....
    .....

    [buffer @ 0x24d4320] w:1280 h:1280 pixfmt:yuvj420p
    Incompatible pixel format 'yuvj420p' for codec 'mpeg4', auto-selecting format 'yuv420p'
    [buffer @ 0x24d03c0] w:1280 h:1280 pixfmt:yuvj420p
    [avsink @ 0x24ceea0] auto-inserting filter 'auto-inserted scaler 0' between the filter 'src' and the filter 'out'
    [scale @ 0x24cc460] w:1280 h:1280 fmt:yuvj420p -> w:1280 h:1280 fmt:yuv420p flags:0x4
    Output #0, image2, to 'images/0751.jpg':
     Metadata:
       encoder         : Lavf53.21.1
       Stream #0.0: Video: mjpeg, yuvj420p, 1280x1280 [PAR 72:72 DAR 1:1], q=2-31, 200 kb/s, 90k tbn, 25 tbc
    Output #1, image2, to 'images/0752.jpg':
     Metadata:
       encoder         : Lavf53.21.1
       Stream #1.0: Video: mjpeg, yuvj420p, 1280x1280 [PAR 72:72 DAR 1:1], q=2-31, 200 kb/s, 90k tbn, 25 tbc
    Output #2, image2, to 'images/0753.jpg':
     Metadata:
       encoder         : Lavf53.21.1
       Stream #2.0: Video: mjpeg, yuvj420p, 1280x1280 [PAR 72:72 DAR 1:1], q=2-31, 200 kb/s, 90k tbn, 25 tbc
       ....
       ....
       ....
       ....
    Output #82, image2, to 'images/0833.jpg':
     Metadata:
       encoder         : Lavf53.21.1
       Stream #82.0: Video: mjpeg, yuvj420p, 1280x1280 [PAR 72:72 DAR 1:1], q=2-31, 200 kb/s, 90k tbn, 25 tbc
    Output #83, avi, to 'zoom100.avi':
     Metadata:
       ISFT            : Lavf53.21.1
       Stream #83.0: Video: mpeg4, yuv420p, 1280x1280 [PAR 1:1 DAR 1:1], q=2-31, 450 kb/s, 30 tbn, 30 tbc
    Stream mapping:
     Stream #0.0 -> #0.0
     Stream #0.0 -> #1.0
     Stream #0.0 -> #2.0
     Stream #0.0 -> #3.0
     Stream #0.0 -> #4.0
       ....
       ....

     Stream #0.0 -> #80.0
     Stream #0.0 -> #81.0
     Stream #0.0 -> #82.0
     Stream #0.0 -> #83.0
    Press ctrl-c to stop encoding
    frame=    1 fps=  0 q=7.0 Lq=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=7.0 q=6.5 size=      -0kB time=0.03 bitrate=  -5.3kbits/s    
    video:16698kB audio:0kB global headers:0kB muxing overhead -100.000129%
  • lavfi/opencl : Avoid deprecation warnings when built with post-1.2 headers

    19 mars 2018, par Mark Thompson
    lavfi/opencl : Avoid deprecation warnings when built with post-1.2 headers
    

    The intended target is OpenCL 1.2, so disable warnings for APIs deprecated
    after that. This primarily applies to clCreateCommandQueue(), we can't use
    the replacement clCreateCommandQueueWithProperties() because it was
    introduced in OpenCL 2.0.

    Also remove some unnecessary includes from overlay and program filters so
    that the define is available at the right moment.

    • [DH] libavfilter/opencl.h
    • [DH] libavfilter/vf_overlay_opencl.c
    • [DH] libavfilter/vf_program_opencl.c