Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (60)

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

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (8803)

  • phpinfo Loaded Configuration File (none)

    23 juillet 2014, par Emon Chowdhury

    MY Server operating system Centos 6.4 and also WHM Installed. I have installed FFMPEG and FFMPEG-PHP.
    Before installing FFMPEG Others plugin also install such as face, flvtool2, gpac, lame, libogg, lintheora, libvorbis, MPlayer, opencore-amr, x264, xvidcore, yamdi, yasm etc.

    After install FFMPEG php.ini not working. In function phpinfo() that show Loaded Configuration File (none). Also ioncube not load. Before installing ffmpeg ioncube loaded.

    In Command Promt php -i|grep "Loaded" that show
    Loaded Configuration File=>/usr/local/lib/php.ini
    .....
    In Command Promt php -i|grep ini that also show
    Loaded Configuration File=>/usr/local/lib/php.ini

    But in PHP CODE php function phpinfo() that sho
    Loaded Configuration File none.
    And also I have change php.ini such max_upload_size etc but nothing work. Totally php.ini not working in cpanel account of php code.

    What is the problem ?

    Please help me.

  • Android and Ffmpeg. Play video (audio and video syncing WITHOUT USING SDL)

    21 janvier 2014, par user1885632

    I have build ffmpeg library and made simple project where I decode video stream and show it on SurfaceView. Now I need to play sound stream of my video file. And the biggest problem for me is synchronization. I saw tutorials but all of them show how to do this using SDL. But for this I need to install SDL, build it (and there are some trouble for me, because of my project structure). So I don't want to use SDL. Are there any ways how to play a videofile with sound synchronously without using SDL ?

  • Showing text in intervals using ffmpeg

    15 janvier 2018, par Leonel Salazar Videaux

    I’m trying to show a text in intervals using FFmpeg, for example showing "Hello" for 10 seconds, hide it for 30 seconds and repeat the operation over and over....

    Is there a way to do that ?

    I’m able to show the text in some interval but don’t know how to repeat it...

    Thanks.

    LordFord.