Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (36)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • python/flask ffmpeg m3u8 download

    17 mai 2017, par kittencornball

    I got ffmpeg working in the command line/app.py just fine with

    os.popen("ffmpeg -i LIVESTREAMURL -c copy thevideo.MP4")

    the end goal is to have this running on a site so i can just plop the m3u8 live stream in and download the video in a mp4 format

    heres what ive tried on my heroku app

    from flask import Flask
    from flask import send_file
    app = Flask(__name__)
    import os
    import subprocess
    import ffmpy


    farts = os.popen("ffmpeg -i LIVESTREAMURL -c copy thevideo.ts")

    @app.route("/")
    def hello():
       return "Hello World!"
       return farts
  • How to directly download ffmpeg output without saving it in the server in PHP Codeigniter

    19 mai 2017, par Jeeva

    I’ve a video which is converted and then i want to output it as a download file. is there any way to do so. below is a small example.

    $video = "C:\Users\user.folder\Downloads\Hamein_Tumse_Pyar_Kitna_no_audio.mp4";
    $audio = "C:\Users\user.folder\Downloads\Hamein_Tumse_Pyar_Kitna_audio.mp3";
    $cmd = FCPATH.'ffmpeg/bin';

    $this->load->helper('download');
    $data = file_get_contents(shell_exec($cmd.'\ffmpeg -i '.$video.' -i '.$audio.' -c:v copy -c:a copy '.$cmd.'\output.mp4 -y 2>&1'));
    force_download('download_file.mp4',$data);exit;
  • V2.97a.20170601 download and details.

    2 juin 2017, par scottschiller
    V2.97a.20170601 download and details.