Recherche avancée

Médias (1)

Mot : - Tags -/university

Autres articles (100)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

Sur d’autres sites (8669)

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