
Recherche avancée
Autres articles (99)
-
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 (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (11254)
-
calling pre-compiled executables
20 juillet 2015, par Steven MattuI am working on a project that makes use of the ffmpeg library within the framework of Qt on an Intel Windows 8.1 machine. My application uses a QProcess to call the ffmpeg.exe with a list of list of arguments that works perfectly. I was just wondering if it would be more efficient to use the ffmpeg source with the C++ code and call functions directly using using libav.h ?
When i use the QProcess it creates a separate thread so the rest of my program is unaffected by the process. If i was to use the functions directly from libav.h i would need to create my own QThread and run the function in that.
Any advice would be helpful.
Steve
-
using ffmpeg to automate splitting video into quarters and stacking
11 février 2014, par user3297049I need to create a quick FFMPEG batch file that takes a very wide video file and splits it into quaters (dimension wise not time wise), then outputting a file where each quarter is under the previous.
E.g.
A B C D
would become
A
B
C
DI know this should be possible with crop and pad commands, and through research I've found that someone divided into quarters and put the top left and bottom right next to each other horizontally using :
"% dp0\ffmpeg.exe" -i %1 -filter_complex "[0:0]crop=iw/2:ih/2:0:0,pad=iw*2:ih:0:0[tl] ;[0:0]crop=iw/2:ih:iw/2:ih/2[br] ;[tl][br]overlay=W/2" -b:v 32000k -b:a 128k %1_2.avi
Can anyone help as the command line is beyond me.
Thanks
Steve -
Anomalie #2521 (Nouveau) : Images dans upload et portfolio
3 février 2012, par Suske -Je viens d’ajouter 150 images via /tmp/upoload. Idée : un album photo facile. Réalisation foirée : il faut cliquer une à une sur "Mettre dans le portfolio"... Piste : Un bouton "tout mettre" dans le portfolio ? Alternative : mettre d’office dans le portfolio (vu que les squel de la dist et bcp (...)