Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (35)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Configuration spécifique pour PHP5

    4 février 2011, par

    PHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
    Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
    Modules spécifiques
    Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)

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

  • Get video thumbnail on a shared hosting without FFMPEG

    15 septembre 2014, par SharpAffair

    Looking for a solution to extract thumbnail from an MP4 video, I found several results here, but they involve using FFMPEG.

    Unfortunately, running FFMPEG’s EXE file is unavailable in a shared hosting environment.

    Is there any alternative, e.g. a .NET Framework solution or an external .NET DLL to meet the same goal ?

  • Set audio language and subtitle language using php-ffmeg

    2 septembre 2020, par Kermit

    Is that possible to set a desired audio language and a subtitle language using php-ffmeg ?
Something like :

    


    $format
->setAudioLanguage('eng')
->setSubtitle('eng');


    


    I tried to look into the documentation but I wasn't able to find anything about it...

    


    My goal is to make a clip using a video containing several audio languages and subtitles, so I need to be able to choose which channel I want for my output.

    


  • Electron and ffplay / ffmpeg to watch h264

    21 novembre 2017, par Dmitry

    Is it possible to render output from ffmpeg process in Electron or Browser app ?

    I know ffmpeg was bundled to Electron package for some reason. The main goal is to get rtsp stream from LAN video source without convertion it but it will be enough for me if anyone show me basic example of getting video(and audio) from ffmpeg and render it. Thanks.