Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (57)

  • Utilisation et configuration du script

    19 janvier 2011, par

    Informations spécifiques à la distribution Debian
    Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
    Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
    Récupération du script
    Le script d’installation peut être récupéré de deux manières différentes.
    Via svn en utilisant la commande pour récupérer le code source à jour :
    svn co (...)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (7358)

  • Use of library with GPL license on Android - ffmpeg

    7 septembre 2016, par Carlos

    I am using some libraries in my android application and all of these are with Apache 2.0 license.
    Only one has GPLv3 license :
    https://github.com/WritingMinds/ffmpeg-android-java

    So, if I use this library I must share my application complete code online ? can I solve my problem differently ?

    Thanks

  • Serve media collection to an old iphone 3gs [on hold]

    25 février 2019, par Ale

    I’d like to serve a media collection, hosted in a home network, to an old iphone. I’m pretty much able to do this using apache web server, html, javascript, and jwplayer. But most of the media is in a format that the iphone doesn’t support and so I run into the problem of transcoding each movie I want to play but I would like it to happen on the fly to save time as well as be able to seek or fast forward to different parts of the movie. How can I go about doing this using the tools I already mention ? Php and ffmpeg are also welcome. Other tools are fine but please suggest open source if posible. I’m on a windows pc at this time. I’m sorry for not being too specific. I’m looking for a method or a different set of tools to point me in the right direction.

    Thanks in advance.

  • php_ffmpeg module not loading in Windows 7

    28 mars 2014, par Warwick

    PLEASE help me ! I have been searching for solutions for days !

    I am running Apache 2.2.22 and PHP 5.3.21 on Windows 7.

    I have extracted and copied php_ffmpeg.dll to C :\Program Files (x86)\PHP\ext ; copied avcodex-51.dll, avformat-51.dll, avutil-49.dll and pthreadGC2.dll to C :\Windows\System32 ; and added the extension=php_ffmpeg.dll directive to php.ini. However, the module is still not loading.

    I found the following error in the PHP error log :

    PHP Warning :  PHP Startup : Unable to load dynamic library 'C :\Program Files (x86)\PHP\ext\php_ffmpeg.dll' - The specified module could not be found.

    Any help would be dearly appreciated !