Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (50)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

Sur d’autres sites (6193)

  • FFMPEG - how to convert large file to much smaller file to view on LG smart TV

    18 juin 2019, par PAW

    I have edited a home movie thru Davinci Resolve and the output has been rendered/saved on my PC. For some strange reason it seems huge and nothing will play it (apart from within Resolve itself) and none of my conversion software will convert it from the huge file to something smaller I can watch on my LG smart TV (handbrake, video converter).

    I downloaded FFMPEG and installed it, then ran a command to examine the file. Results posted here. Does this mean that FFMPEG has found the codec and I can convert it ? and has anyone any suggestions on what to convert it to ?

    Many thanks

    ffmpeg -i C:\Users\PAW\Videos\Resolve\untitled.mov

    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\Users\PAW\Videos\Resolve\untitled.mo
    v':

     Metadata:

       major_brand     : qt
       minor_version   : 512
       compatible_brands: qt
       encoder         : Lavf57.25.100

    Duration: 01:09:43.81, start: 0.000000, bitrate: 390431 kb/s
       Stream #0:0(eng): Video: dnxhd (DNXHR 444) (AVdh / 0x68645641), yuv444p12le(
    tv, bt709/unknown/unknown), 1280x720, 388894 kb/s, 59.94 fps, 59.94 tbr, 60k tbn
    , 60k tbc (default)

       Metadata:
         handler_name    : Core Media Data Handler
         timecode        : 01:00:00:00
       Stream #0:1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, stereo, s1
    6, 1536 kb/s (default)
       Metadata:
         handler_name    : Core Media Data Handler
       Stream #0:2(eng): Data: none (tmcd / 0x64636D74)
       Metadata:
         handler_name    : Core Media Data Handler
         timecode        : 01:00:00:00
  • Revision b72373de79 : make : flatten object file directories Rather than building an object file direc

    31 octobre 2012, par John Koleszar

    Changed Paths : Modify /build/make/Makefile Modify /examples.mk Modify /libs.mk Modify /test/test.mk Modify /vp8/vp8cx.mk Modify /vp9/vp9_common.mk make : flatten object file directories Rather than building an object file directory heirarchy matching the source tree's layout, rename (...)

  • avformat/dash : move reused API to common file and header file

    1er septembre 2017, par Steven Liu
    avformat/dash : move reused API to common file and header file
    

    move from dashenc, move DASHTmplId and dash_fill_tmpl_params to
    dash.c, they will be used by dash demuxer and dash muxer.

    v2 fixed :
    1. rename common file from dashcomm.* to dash.*
    Suggested-by : Hendrik Leppkes <h.leppkes@gmail.com>

    v3 fixed :
    1. rename header file pre defined
    2. add ff_ prefix for the internal API
    Suggested-by : James Almer <jamrial@gmail.com>

    Suggested-by : Timo Rothenpieler <timo@rothenpieler.org>
    Reviewed-by : wm4 <nfxjfg@googlemail.com>
    Signed-off-by : Steven Liu <lq@onvideo.cn>

    • [DH] libavformat/Makefile
    • [DH] libavformat/dash.c
    • [DH] libavformat/dash.h
    • [DH] libavformat/dashenc.c