Recherche avancée

Médias (0)

Mot : - Tags -/navigation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (38)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (8271)

  • is it possible to read mp3 id3 tags in php using ffmpeg ? if so then how ? [on hold]

    3 février 2016, par Assassiŋ Shaɖow

    Hi i have a few mp3 files in my server which constantly change and i need the mp3 id3 tags for people to know what song is being played at the moment preferably via php . I am a complete noob at this so any help is helpful.

  • kdenlive - Get stuck when stop capture

    9 janvier 2015, par Eduardo Ramos

    I am having problems with kdenlive to capture my webcam with ffmpeg. My environment :

    • Slackware 14.1 (current) ;
    • mlt-0.9.0-x86_64-2_SBo ;
    • ffmpeg-2.1.5-x86_64_custom-1_SBo ;
    • kdenlive-0.9.8-x86_64-1_SBo.

    My procedure :

    Go to ’Record Monitor’ tab, click on ’record’ button. The preview works very well. Some seconds later, I click on ’stop’ button, then it get stuck. That moment, my webcam remains active too.

    When I check my working folder /tmp/kdenlive, it appeared capture0000.mpg file. I can play normally with mplayer. So it seems kdenlive is working with capture and encode.

    My kdenlive capture configuration :

    • device : /dev/video0
    • Size : 160x120
    • Frame rate : 30/1
    • Alsa capture : checked

    • Encoding profile : Normal MPEG :

      f=mpeg acodec=mp2 ab=128k ar=48000 vcodec=mpeg2video minrate=0 vb=4000k

  • Anomalie #3164 : Problème de sauvegarde en MySQL

    21 décembre 2014, par Franck Dalot

    Je m’excuse du retard :-(
    Ma réponse est non, b b :-((

    test fait via :
    SPIP 2.1.26 [21881]
    Installation en MySQL
    PHP 5.4.34
    prefix des tables : spipdev20

    Je pensais qu’il n’y avait plus de problème, mais en faite si !
    J’ai fait pas mal de test et copie d’écran , car c’est plus simple pour comprendre.
    Quand je parle du patch de denisb, dont il faudrait faire l’ajout :
    http://core.spip.org/projects/spip/repository/entry/branches/spip-2.1/ecrire/exec/admin_tech.php#L320
    En remplaçant la ligne 320 par :
    . preg_replace(',^spip_,', $GLOBALS['table_prefix'].'_', $t)

    Quand je parle de mes_options, il s’agit juste du fichier mes_options qui est dans "config" avec dedans uniquement :

    <?php
    $table_prefix = 'spipdev20'; ?>

    L’unique chose qui fonctionne pour le moment, c’est "l’affichage" avec le patch ET mes_options
    Mais cela fait la sauvegarde sans le bon préfix des tables