Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (56)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (8252)

  • subprocess.CalledProcessError command returned non zero exit status 1 even though the command works in the CMD

    11 janvier 2024, par Lucas Soreau

    in Python, I want the duration of a video file without the FFmpeg Python library. This is the problematic line :

    


    output = subprocess.check_output(['ffprobe', '-i', path, '-show_entries', 'format=duration', '-v', 'quiet'], universal_newlines=True)


    


    And it gives this error :

    


    subprocess.CalledProcessError: Command '['ffprobe', '-i', '"C:\\FFmpeg\\Encodes\\Forza Horizon 5\\FH5 AV1.mp4"', '-show_entries', 'format=duration', '-v', 'quiet']' returned non-zero exit status 1.


    


    But the most important, and what I don't understand, is that, in the CMD, when I input ffprobe -i "C:\FFmpeg\Encodes\Forza Horizon 5\FH5 AV1.mp4" -show_entries format=duration -v quiet, I'm getting :

    


    [FORMAT]
duration=101.480000
[/FORMAT]


    


    In the Python file, the [FORMAT] tags will be removed so that I only have the duration, so there is no error. What's wrong with it ?

    


    By the way, raise RuntimeError("command '{}' return with error (code {}): {}".format(e.cmd, e.returncode, e.output)) doesn't return anything

    


    I've tried removing unncessary things such as universal_newlines=True, and tried to search for it online, but what I found online doesn't include the fact that when I run it in the CMD, it works

    


  • Flash / FFMPEG / Linux Video Broadcasting [closed]

    4 avril 2013, par Grant Adkins

    I'm looking for a way to have a "virtual" online tv network.. kinda like shoutcast radio with auto dj where I can set the programing lineup or just randomize from files on the server and maybe the possibility of having live streams as well.. all to be streaming 24/7 on a website hopefully with a flash or dependable player..

    I've kinda looked into nullsoft video
    but does anyone else know a solution that might help ?

  • Heroku and ffmpeg [closed]

    29 octobre 2020, par Cohen

    I am having trouble getting heroku to work with ffmpeg, I get an opus not loaded error even when I have loaded opus on heroku and in requirements. Music works completely fine on my own pc but won't on online host