
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (26)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette 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. -
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 ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (4517)
-
Unable to load FFProbe on localhost
21 février 2017, par A.B.DeveloperI know that there are similar questions But I see all and other topics on the web but I could not solve my problem.
In a Laravel App I want to use ffmpeg extension to create thumbnails images and do other actions on videos.
I followed all instructions described here (how-to-install-ffmpeg-on-windows).I added
ffmpeg
to myPATH
.All things worked fine via command line and windows recognized both ffmpeg and ffprobe but when I want to use FFmpeg on my codes I got
Unable to load FFProbe
error.I locate ffmpeg downloaded folder at
C:\ffmpeg
.I call
FFMpeg
like this in my controller :$ffmpeg = \FFMpeg\FFMpeg::create([
'ffmpeg.binaries' => 'C:/ffmpeg/bin/ffmpeg.exe',
'fprobe.binaries' => 'C:/ffmpeg/bin/ffprobe.exe',
]);As you can While I added ffmpeg to PATH and then specify location of both
ffmpeg.exe
andffprobe.exe
on callingcreate
method but when run code I got that error.I’m using laravel 5.3 and windows 8.
UPDATE :
I try :
dd(getenv('PATH'));
While I added
ffmpeg
to PATH but it returns a string that is not containffmpeg
directory.Solution :
I found that after change PATH must to restart wamp. now all things work fine.
-
slowmotion and fastmotion using FFmpeg takes a long time
22 novembre 2018, par Bhavik NathaniFFmpeg takes a long time in Video Processing Like Slowmotion, Fastmotion, Reverse Video, Compress Video e.t.c.
Is there any solution to reduce the time taken in video processing or any alternative library for Video Processing like FFmpeg ? But it should be faster than FFmpeg.
-
slowmotion and fastmotion using FFmpeg takes to long time
22 novembre 2018, par Bhavik NathaniFFmpeg takes to long time in Video Processing Like Slowmotion, Fastmotion, Reverse Video, Compress Video e.t.c.
Any Solution to reduce time will be taken in video processing or any alternative library for Video Processing like FFmpeg but it should be faster than FFmpeg.