Recherche avancée

Médias (0)

Mot : - Tags -/images

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

Autres articles (75)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

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

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

Sur d’autres sites (2800)

  • ffmpeg failed to convert swf action script file into mp4

    24 octobre 2013, par Kazim King

    i am using ffmpeg for swf to mp4 conversion when conversion is complete swf file cannot convert properly one image is out sourcing in swf file they are not showing in mp4 file.

    `$ffmpeg = '/usr/bin/ffmpeg';
    $cmd = "$ffmpeg -i sk.swf sk.mp4";
    shell_exec($cmd);`

    please provide any tips for conversion and provide names of any libraries for php
    Any answers on how to do this are greatly appreciated.

  • swf action script convert into flv

    6 juillet 2013, par Kazim King

    this is a action script : symmetrydigital-labs.com/junior/kazim/portal/flv/Shahid_Kapoor_07.swf

    image is call outside from server.
    i want to convert this .swf file into .flv and generate thumbnail.

    Problem :
    1 : .swf file converts only video not with image (call from outsource) .swf
    2 : code was not run in server run only in localhost.

    and i am try to using this command

    $ffmpeg = 'C:\FFmpeg\ffmpeg-20130614-git-6fe419b-win32-static\bin\ffmpeg';    
    $ffmpeg = '/usr/bin/ffmpeg';  
    $cmd = "$ffmpeg -i Shahid_Kapoor_07.swf Shahid_Kapoor_07.flv";  
    $image = "$ffmpeg -i Shahid_Kapoor_07.swf -an -ss 00:00:03 -an -r 1 -vframes 1 -y  abc.jpg";
    shell_exec($cmd);
    shell_exec($image);
  • Revision ccb6bdca75 : configure : fix action expansion enable|disable -> (enable|disable)_feature Cha

    22 août 2013, par James Zern

    Changed Paths :
     Modify /build/make/configure.sh


     Modify /configure



    configure : fix action expansion

    enable|disable -> (enable|disable)_feature

    Change-Id : I7494913c78ebe8bb532fa6545e0ae53a79ccd388