
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 (55)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 (8843)
-
Disk [videos] does not have a configured driver
25 septembre 2024, par oshakabI am trying to create a thumbnail using laravel and ffmpeg. But am getting this error.



Disk [videos] does not have a configured driver.



My code



public function index()
{
 FFMpeg::fromDisk('videos')
 ->open('steve_howe.mp4')
 ->getFrameFromSeconds(10)
 ->export()
 ->toDisk('thumnails')
 ->save('FrameAt10sec.png');
 // $videos = Videos::where('user_email', Auth::user()->email)->get();
 // return view('instructor.videos')->with('videost', $videos);
}




What could be the solution. Thanks


-
avcodec/nvenc : fix typo in new Windows driver version
24 septembre 2019, par Timo Rothenpieler -
avcodec/nvenc : add driver version info for SDK 9.1
23 septembre 2019, par Timo Rothenpieler