Recherche avancée

Médias (1)

Mot : - Tags -/géodiversité

Autres articles (81)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (10892)

  • FFMPEG-PHP install error

    22 novembre 2013, par user2997305

    I have CENTOS 6.4 with all updates . Recently re-installated . And ISPManager installed. Whate else do I need ?

    [root@xploid ffmpeg-php-0.6.0]# make
    /bin/sh /srv/build/ffmpeg-php-0.6.0/libtool --mode=compile cc  -I. -I/srv/build/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/srv/build/ffmpeg-php-0.6.0/include -I/srv/build/ffmpeg-php-0.6.0/main -I/srv/build/ffmpeg-php-0.6.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/include/libavcodec/ -I/usr/include/libavformat/ -I/usr/include/libavutil/ -I/usr/include/libswscale/ -I/usr/include/libavfilter/ -I/usr/include/libavdevice/  -DHAVE_CONFIG_H  -g -O2 -Wall -fno-strict-aliasing   -c /srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c -o ffmpeg-php.lo
    libtool: compile:  cc -I. -I/srv/build/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/srv/build/ffmpeg-php-0.6.0/include -I/srv/build/ffmpeg-php-0.6.0/main -I/srv/build/ffmpeg-php-0.6.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/include/libavcodec/ -I/usr/include/libavformat/ -I/usr/include/libavutil/ -I/usr/include/libswscale/ -I/usr/include/libavfilter/ -I/usr/include/libavdevice/ -DHAVE_CONFIG_H -g -O2 -Wall -fno-strict-aliasing -c /srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c  -fPIC -DPIC -o .libs/ffmpeg-php.o
    In file included from /usr/include/sys/stat.h:107,
                    from /usr/include/php/main/php_streams.h:28,
                    from /usr/include/php/main/php.h:405,
                    from /srv/build/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
    /usr/include/bits/stat.h:152: error: field ‘st_atim’ has incomplete type
    /usr/include/bits/stat.h:153: error: field ‘st_mtim’ has incomplete type
    /usr/include/bits/stat.h:154: error: field ‘st_ctim’ has incomplete type
    In file included from /usr/include/php/main/php_streams.h:28,
                    from /usr/include/php/main/php.h:405,
                    from /srv/build/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/include/php/main/php.h:411,
                    from /srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c:40:


    /usr/include/php/TSRM/tsrm_virtual_cwd.h:212: error: expected specifier-qualifier-list before ‘time_t’

    /usr/include/php/TSRM/tsrm_virtual_cwd.h:240: error: expected declaration specifiers or ‘...’ before ‘time_t’

    /srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c: In function ‘zm_startup_ffmpeg’:
    /srv/build/ffmpeg-php-0.6.0/ffmpeg-php.c:94: warning: implicit declaration of function ‘avcodec_init’
    make: *** [ffmpeg-php.lo] Error 1**
  • h264 RTP timestamp

    9 janvier 2017, par user269090

    I have a confusion about the timestamp of h264 RTP packet. I know the wall clock rate of video is 90KHz which I defined in the SIP SDP. The frame rate of my encoder is not exactly 30 FPS, it is variable. It varies from 15 FPS to 30 FPS on the fly. So, I cannot use any fixed timestamp.

    Could any one tell me the timestamp of the following encoded packet.
    After 0 milisecond encoded RTP timestamp = 0 (Let the starting timestamp 0)
    After 50 milisecond encoded RTP timestamp = ?
    After 40 milisecond encoded RTP timestamp = ?
    After 33 milisecond encoded RTP timestamp = ?

    What is the formula when the encoded frame rate is variable ?

    Thank you in advance.

  • h264 RTP timestamp

    26 octobre 2024, par user269090

    I have a confusion about the timestamp of h264 RTP packet. I know the wall clock rate of video is 90KHz which I defined in the SIP SDP. The frame rate of my encoder is not exactly 30 FPS, it is variable. It varies from 15 FPS to 30 FPS on the fly. So, I cannot use any fixed timestamp.

    



    Could any one tell me the timestamp of the following encoded packet.
    
After 0 milisecond encoded RTP timestamp = 0 (Let the starting timestamp 0)
    
After 50 milisecond encoded RTP timestamp = ?
    
After 40 milisecond encoded RTP timestamp = ?
    
After 33 milisecond encoded RTP timestamp = ?

    



    What is the formula when the encoded frame rate is variable ?

    



    Thank you in advance.