Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (70)

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

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

Sur d’autres sites (12368)

  • Revision d50716face : Incorporate WRAPLOW macro into non-highbitdepth tx Incorporates the WRAPLOW mac

    3 octobre 2014, par Deb Mukherjee

    Changed Paths :
     Modify /configure


     Modify /test/convolve_test.cc


     Modify /test/dct16x16_test.cc


     Modify /test/dct32x32_test.cc


     Modify /test/fdct4x4_test.cc


     Modify /test/fdct8x8_test.cc


     Modify /test/partial_idct_test.cc


     Modify /vp9/common/vp9_common.h


     Modify /vp9/common/vp9_convolve.c


     Modify /vp9/common/vp9_idct.c


     Modify /vp9/common/vp9_reconintra.c


     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/encoder/vp9_resize.c



    Incorporate WRAPLOW macro into non-highbitdepth tx

    Incorporates the WRAPLOW macro into the non-highbitdepth transforms
    to aid hardware verification between a software C model and an
    intended hardware implementation though the use of the configure
    options : —enable-experimental —enable-emulate-hardware.
    Note that to avoid further discrepancies between the sse/sse2
    implementations of the transforms and the C implementation, when the
    emulate hardware option is invoked, we also disable sse/sse2/etc.

    Also incudes some minor cleanups/renaming etc.

    Change-Id : Ib864d8493313927d429cce402982f1c8e45b3287

  • Is ffmpeg a good upscaler from SD to HD ?

    15 août 2014, par user3928079

    Is ffmpeg a good upscaler to convert SD videos to HD ?

    I use the AVANTI GUI. I installed it and put the ffmpeg and ffplay exe into the folder ffmpeg in the program folder. What I know is that you can only preserve the detail when you upscale from SD to HD. You don’t really gain any additional information. TV companies like Samsung, Sony, LG, Panasonic, Sharp, and others refuse to think so and push the boundaries of upscaling so that additional information can be added when the image is upscaled from SD to HD and HD to 4K and so on and so forth. I’ve run a test through the AVANTI ffmpeg GUI.

    Codec : XVID to H.264
    Bitrate : 1640 kbps to 6000 kbps
    Resolution : 640x480 to 1440x1080
    Format : AVI to M4V
    Audio Codec : AC3 to AAC
    Audio Bitrate : 192 kbps
    Audio Frequency : 48000 Hz
    Upscale method : Spline

    Will this upscale method work in any way with converting SD video to HD video. There’s a lot of SD content out that haven’t made the transition to, or probably never will be, HD.

  • avformat/iamf : fix setting channel layout for Scalable layers

    17 juin, par James Almer
    avformat/iamf : fix setting channel layout for Scalable layers
    

    The way streams are coded in an IAMF struct follows a scalable model where the
    channel layouts for each layer may not match the channel order our API can
    represent in a Native order layout.

    For example, an audio element may have six coded streams in the form of two
    stereo streams, followed by two mono streams, and then by another two stereo
    streams, for a total of 10 channels, and define for them four scalable layers
    with loudspeaker_layout values "Stereo", "5.1ch", "5.1.2ch", and "5.1.4ch".
    The first layer references the first stream, and each following layer will
    reference all previous streams plus extra ones.
    In this case, the "5.1ch" layer will reference four streams (the first two
    stereo and the two mono) to encompass six channels, which does not match out
    native layout 5.1(side) given that FC and LFE come after FL+FR but before
    SL+SR, and here, they are at the end.

    For this reason, we need to build Custom order layouts that properly represent
    what we're exporting.


    Before :

    Stream group #0:0[0x12c] : IAMF Audio Element :
    Layer 0 : stereo
    Stream #0:0[0x0] : Audio : opus, 48000 Hz, stereo, fltp (default)
    Layer 1 : 5.1(side)
    Stream #0:0[0x0] : Audio : opus, 48000 Hz, stereo, fltp (default)
    Stream #0:1[0x1] : Audio : opus, 48000 Hz, stereo, fltp (dependent)
    Stream #0:2[0x2] : Audio : opus, 48000 Hz, mono, fltp (dependent)
    Stream #0:3[0x3] : Audio : opus, 48000 Hz, mono, fltp (dependent)
    Layer 2 : 5.1.2
    Stream #0:0[0x0] : Audio : opus, 48000 Hz, stereo, fltp (default)
    Stream #0:1[0x1] : Audio : opus, 48000 Hz, stereo, fltp (dependent)
    Stream #0:2[0x2] : Audio : opus, 48000 Hz, mono, fltp (dependent)
    Stream #0:3[0x3] : Audio : opus, 48000 Hz, mono, fltp (dependent)
    Stream #0:4[0x4] : Audio : opus, 48000 Hz, stereo, fltp (dependent)
    Layer 3 : 5.1.4
    Stream #0:0[0x0] : Audio : opus, 48000 Hz, stereo, fltp (default)
    Stream #0:1[0x1] : Audio : opus, 48000 Hz, stereo, fltp (dependent)
    Stream #0:2[0x2] : Audio : opus, 48000 Hz, mono, fltp (dependent)
    Stream #0:3[0x3] : Audio : opus, 48000 Hz, mono, fltp (dependent)
    Stream #0:4[0x4] : Audio : opus, 48000 Hz, stereo, fltp (dependent)
    Stream #0:5[0x5] : Audio : opus, 48000 Hz, stereo, fltp (dependent)


    AFter :

    Stream group #0:0[0x12c] : IAMF Audio Element :
    Layer 0 : stereo
    Stream #0:0[0x0] : Audio : opus, 48000 Hz, stereo, fltp (default)
    Layer 1 : 6 channels (FL+FR+SL+SR+FC+LFE)
    Stream #0:0[0x0] : Audio : opus, 48000 Hz, stereo, fltp (default)
    Stream #0:1[0x1] : Audio : opus, 48000 Hz, stereo, fltp (dependent)
    Stream #0:2[0x2] : Audio : opus, 48000 Hz, mono, fltp (dependent)
    Stream #0:3[0x3] : Audio : opus, 48000 Hz, mono, fltp (dependent)
    Layer 2 : 8 channels (FL+FR+SL+SR+FC+LFE+TFL+TFR)
    Stream #0:0[0x0] : Audio : opus, 48000 Hz, stereo, fltp (default)
    Stream #0:1[0x1] : Audio : opus, 48000 Hz, stereo, fltp (dependent)
    Stream #0:2[0x2] : Audio : opus, 48000 Hz, mono, fltp (dependent)
    Stream #0:3[0x3] : Audio : opus, 48000 Hz, mono, fltp (dependent)
    Stream #0:4[0x4] : Audio : opus, 48000 Hz, stereo, fltp (dependent)
    Layer 3 : 10 channels (FL+FR+SL+SR+FC+LFE+TFL+TFR+TBL+TBR)
    Stream #0:0[0x0] : Audio : opus, 48000 Hz, stereo, fltp (default)
    Stream #0:1[0x1] : Audio : opus, 48000 Hz, stereo, fltp (dependent)
    Stream #0:2[0x2] : Audio : opus, 48000 Hz, mono, fltp (dependent)
    Stream #0:3[0x3] : Audio : opus, 48000 Hz, mono, fltp (dependent)
    Stream #0:4[0x4] : Audio : opus, 48000 Hz, stereo, fltp (dependent)
    Stream #0:5[0x5] : Audio : opus, 48000 Hz, stereo, fltp (dependent)

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/iamf_parse.c
    • [DH] libavformat/iamf_writer.c
    • [DH] libavformat/iamfdec.c
    • [DH] tests/ref/fate/iamf-5_1-copy
    • [DH] tests/ref/fate/iamf-5_1-demux
    • [DH] tests/ref/fate/iamf-5_1_4
    • [DH] tests/ref/fate/iamf-7_1_4
    • [DH] tests/ref/fate/iamf-9_1_6
    • [DH] tests/ref/fate/mov-mp4-iamf-5_1_4
    • [DH] tests/ref/fate/mov-mp4-iamf-7_1_4-video-first
    • [DH] tests/ref/fate/mov-mp4-iamf-7_1_4-video-last