Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (47)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (9061)

  • Merge commit ’d4a8a86c6863ecea208fa2f774690b6df4b5bc71’

    13 avril 2014, par Michael Niedermayer
    Merge commit ’d4a8a86c6863ecea208fa2f774690b6df4b5bc71’
    

    * commit ’d4a8a86c6863ecea208fa2f774690b6df4b5bc71’ :
    doc : Libavfilter English cleanup

    Conflicts :
    doc/filters.texi
    doc/libavfilter.texi

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/filters.texi
  • Ffmpeg and php about

    30 septembre 2018, par ferit

    sorry for my english :)
    hello everyone i work poject on ffmpeg with php but i have little problem.
    i use this code,

    youtube-dl -f "mp4" -g "[youtubeurl]"

    output of command use also output as url="https://"

    ffmpeg -i "output" ...

    this command is running on the command line but when i used on
    php with exec or shel_exec(ffmpeg.exe -i "output" ...); not running.
    what is yours think why not working on php ?
    example i use this code

    exec("...",$output);
    var_dump($output);

    when i look this command everythink is okay but not as it appears
    OS:WİN10

    also shel_exec(ffmpeg.exe -i "folder/asd.mp4" ...); work.

    i think problem is i use url on my php code but on cmd everythink is normal

  • NVIDIA Version Outdated Error when mine is updated

    21 février 2021, par Agent Merlot

    I'm trying to encode stuff with my NVIDIA GeForce MX150 (Driver Version : 461.09).

    &#xA;

    import os&#xA;os.system(f&#x27;ffmpeg -i "Cells at Work Season 2 - Episode 07 - English Subbed.mp4" -c:a copy -c:v hevc_nvenc "07.mp4"&#x27;)

    &#xA;

    Whenever I'm trying to run it, I'm getting this error.

    &#xA;

    [hevc_nvenc @ 0000017a8bdf7e40] Cannot load nvEncodeAPI64.dll&#xA;[hevc_nvenc @ 0000017a8bdf7e40] The minimum required Nvidia driver for nvenc is 436.15 or newer&#xA;Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height&#xA;Conversion failed!

    &#xA;

    What bugs me is that it says that I need 436.15 or newer, and mine is 461.09. That means it should work, right ? Can anyone help ?

    &#xA;