
Recherche avancée
Médias (1)
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (81)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...) -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...)
Sur d’autres sites (7497)
-
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
-
Merge commit ’d4a8a86c6863ecea208fa2f774690b6df4b5bc71’
13 avril 2014, par Michael Niedermayer -
Is there a method to use old versions of ffmpeg and opencv ?
6 juin 2023, par mika_rollI'm trying to build a project through cmake and after some adjustements the terminal display some new errors about some libraries and I don't know how to fix them, an example :


/usr/bin/ld: warning: libopencv_core.so.3.4, needed by /media/myfolder/lib/Linux64_x64/file.so.3.3, not found (try using -rpath or -rpath-link)


and other errors like this one regarding libavcodec.so.57, libavformat.so.57...


I've already tried to install libavcodec-dev etc and also ffmpeg and opencv by command line, and all these packages contain effectively the .so files that I need but all of them have been updated to the new version that doesn't match the one specified in the warning lines.
So is there a way to install these old versions ? Or should I try something different ? I don't really know what to do, I'm kinda new to these things so I hope I can find some help.


Also, the project that I'm trying to build is not mine, someone else wrote it some time ago and my only task is to manipulate and adjust all the links to the different libraries.


English is not my first language so I really hope I wrote an understandable request !