Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (95)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Monitoring de fermes de MediaSPIP (et de SPIP tant qu’à faire)

    31 mai 2013, par

    Lorsque l’on gère plusieurs (voir plusieurs dizaines) de MediaSPIP sur la même installation, il peut être très pratique d’obtenir d’un coup d’oeil certaines informations.
    Cet article a pour but de documenter les scripts de monitoring Munin développés avec l’aide d’Infini.
    Ces scripts sont installés automatiquement par le script d’installation automatique si une installation de munin est détectée.
    Description des scripts
    Trois scripts Munin ont été développés :
    1. mediaspip_medias
    Un script de (...)

Sur d’autres sites (7364)

  • Create thumbnails from a timestamp list with ffmpeg [on hold]

    10 septembre 2015, par dvdmn

    I need to create 100+ thumbnails from a big video file (>4gb) and thumbnail points in video will be random (another app will create a time list during recording)

    Is there a special parameter to create all the thumbnails within 1 command with a list file ? (Something similar to stitching video files).

    ie : ffmpeg -thumbnail -i times.txt...

    PS : it does not have to be ffmpeg, I am open to alternative solutions

  • tools/target_dec_fate.list : Extend selftests upto issue 2000

    3 février 2019, par Michael Niedermayer
    tools/target_dec_fate.list : Extend selftests upto issue 2000
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tools/target_dec_fate.list
  • List of ffmpeg container formats ?

    18 janvier 2016, par Vyacheslav

    How can I read a full list of ffmpeg containers ?
    I know : mp4, adts, h264, flv, mpegts.
    But how can I read full list of them ?
    The command line ffmpeg -codecs

    Codecs:
    D..... = Decoding supported
    .E.... = Encoding supported
    ..V... = Video codec
    ..A... = Audio codec
    ..S... = Subtitle codec
    ...I.. = Intra frame-only codec
    ....L. = Lossy compression
    .....S = Lossless compression
    -------

    has no data about it.