Recherche avancée

Médias (91)

Autres articles (104)

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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

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

Sur d’autres sites (9074)

  • H264 profile change using FFMPEG

    16 octobre 2015, par Karthee

    I have H264 Stream with following details

    video stream type     :                 AVC  
    resolution            :             640x368  
    profile:level         :            High:4.0  
    aspect ratio          :          40x23(1:1)  
    chroma format         :               4:2:0  
    interlaced            :                  no  
    frames count          :                  15  
    duration              :        00:00:02.800  
    frame size max        :              80 088  
              avg        :              14 538  
          avg/max (I)    :     28 361 / 80 088  
          avg/max (P)    :       2 444 / 3 196  
          avg/max (B)    :               0 / 0  
              min        :               1 880  

    framerate declared    :               5.000  
             real        :               5.000  

    bitrate type          :                 VBR  
    bitrate declared      :           1 259 968  

    bit allocation max    :           1 126 640  
                  avg    :             581 520  
                  min    :             124 000

    is it possible to convert into Baseline profile using FFMPEG or other tools, or is there a way to do myself ?

    basic idea is to stream this video to android devices.

  • Install ffmpeg-php on CentOS

    29 janvier 2021, par Sergio

    I'm trying to install ffmpeg-php on server (CentOS) but after the "make" command I get an error :

    



      from /usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c:40:
  /usr/include/bits/stat.h:91: error: field 'st_atim' has incomplete type
  /usr/include/bits/stat.h:92: error: field 'st_mtim' has incomplete type
  /usr/include/bits/stat.h:93: error: field 'st_ctim' has incomplete type
  In file included from /usr/local/include/php/main/php_streams.h:28,
             from /usr/local/include/php/main/php.h:400,
             from /usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c:40:
  /usr/include/sys/stat.h:367: error: array type has incomplete element type
  /usr/include/sys/stat.h:374: error: array type has incomplete element type
  In file included from /usr/local/include/php/main/php.h:406,
             from /usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c:40:



/usr/local/include/php/TSRM/tsrm_virtual_cwd.h:218: error: expected specifier-qualifier-list before 'time_t'
/usr/local/include/php/TSRM/tsrm_virtual_cwd.h:246: error: expected declaration specifiers or '...' before 'time_t'
/usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c: In function 'zm_startup_ffmpeg':
/usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c:94: warning: implicit declaration of function 'avcodec_init'
make: *** [ffmpeg-php.lo] Error 1


    



    The ffmpeg was installed successfully as well as mplayer and mencoder.

    



    ffpeg :

    



     configuration: --enable-gpl --enable-libmp3lame --enable-libtheora --enable-libvo-aacenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-version3
 libavutil      51. 73.101 / 51. 73.101
 libavcodec     54. 56.100 / 54. 56.100
 libavformat    54. 27.101 / 54. 27.101
 libavdevice    54.  2.100 / 54.  2.100
 libavfilter     3. 16.104 /  3. 16.104
 libswscale      2.  1.101 /  2.  1.101
 libswresample   0. 15.100 /  0. 15.100
 libpostproc    52.  0.100 / 52.  0.100


    



    Any help ?

    


  • Install ffmpeg-php on CentOS

    29 janvier 2013, par Sergio

    I'm trying to install ffmpeg-php on server (CentOS) but after the "make" command I get an error :

     from /usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c:40:
     /usr/include/bits/stat.h:91: error: field 'st_atim' has incomplete type
     /usr/include/bits/stat.h:92: error: field 'st_mtim' has incomplete type
     /usr/include/bits/stat.h:93: error: field 'st_ctim' has incomplete type
     In file included from /usr/local/include/php/main/php_streams.h:28,
                from /usr/local/include/php/main/php.h:400,
                from /usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c:40:
     /usr/include/sys/stat.h:367: error: array type has incomplete element type
     /usr/include/sys/stat.h:374: error: array type has incomplete element type
     In file included from /usr/local/include/php/main/php.h:406,
                from /usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c:40:



    /usr/local/include/php/TSRM/tsrm_virtual_cwd.h:218: error: expected specifier-qualifier-list before 'time_t'
    /usr/local/include/php/TSRM/tsrm_virtual_cwd.h:246: error: expected declaration specifiers or '...' before 'time_t'
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c: In function 'zm_startup_ffmpeg':
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c:94: warning: implicit declaration of function 'avcodec_init'
    make: *** [ffmpeg-php.lo] Error 1

    The ffmpeg was installed successfully as well as mplayer and mencoder.

    ffpeg :

    configuration: --enable-gpl --enable-libmp3lame --enable-libtheora --enable-libvo-aacenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-version3
    libavutil      51. 73.101 / 51. 73.101
    libavcodec     54. 56.100 / 54. 56.100
    libavformat    54. 27.101 / 54. 27.101
    libavdevice    54.  2.100 / 54.  2.100
    libavfilter     3. 16.104 /  3. 16.104
    libswscale      2.  1.101 /  2.  1.101
    libswresample   0. 15.100 /  0. 15.100
    libpostproc    52.  0.100 / 52.  0.100

    Any help ?