Recherche avancée

Médias (91)

Autres articles (20)

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

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

Sur d’autres sites (4656)

  • How to add the timestamp as a part of the generated image file name in ffmpeg

    2 novembre 2015, par Sen

    I am trying to extract png images from a video using ffmpeg and add the timestamp as a part of the generated image file name.

    Please see the below command I am using for the same

    ffmpeg -vcodec mpeg2video -f mpegts -i test_movie.ts -f image2 -vf "drawtext=fontfile=/Library/Fonts/Tahoma.ttf: timecode='$(date +%H\\:%M\\:%S).00': r=30: x=(w-tw)/2: y=h-(2*lh): fontcolor=white: box=1: boxcolor=0x00000000@1" -vsync vfr -pattern_type glob ./compare_multiple_$(gdate +%H\_%M\_%S_%3N).png

    But this is not appending the filename properly. It gives an error as shown below :

    [image2 @ 0x7ff01301f600] Could not get frame filename number 2 from
    pattern ’./compare_multiple_10_09_58_490.png’ (either set updatefirst
    or use a pattern like %03d within the filename pattern)
    av_interleaved_write_frame() : Invalid argument frame= 10 fps=0.0
    q=-0.0 Lsize=N/A time=00:00:00.12 bitrate=N/A video:1047kB audio:0kB
    subtitle:0kB other streams:0kB global headers:0kB muxing overhead :
    unknown Conversion failed !

  • avformat/mxfdec : make MXFMetadataSet part of all metadata sets

    1er août 2021, par Marton Balint
    avformat/mxfdec : make MXFMetadataSet part of all metadata sets
    

    The code expects every kind of metadata set to start with the generic metadata
    set attributes.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mxfdec.c
  • avcodec/jpeg2000_parser : Fix parsing of tile-part header

    21 juillet 2021, par Shaun Simpson
    avcodec/jpeg2000_parser : Fix parsing of tile-part header
    

    And frames where the end of frame marker is at the end of the buffer.

    Signed-off-by : Shaun Simpson <shauns2029@gmail.com>

    • [DH] libavcodec/jpeg2000_parser.c