
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (47)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP 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 2013Puis-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 -
Ffmpeg and php about
30 septembre 2018, par feritsorry 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 withexec or shel_exec(ffmpeg.exe -i "output" ...);
not running.
what is yours think why not working on php ?
example i use this codeexec("...",$output);
var_dump($output);when i look this command everythink is okay but not as it appears
OS:WİN10also
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 MerlotI'm trying to encode stuff with my NVIDIA GeForce MX150 (Driver Version : 461.09).


import os

os.system(f'ffmpeg -i "Cells at Work Season 2 - Episode 07 - English Subbed.mp4" -c:a copy -c:v hevc_nvenc "07.mp4"')


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


[hevc_nvenc @ 0000017a8bdf7e40] Cannot load nvEncodeAPI64.dll

[hevc_nvenc @ 0000017a8bdf7e40] The minimum required Nvidia driver for nvenc is 436.15 or newer

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

Conversion failed!


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 ?