
Recherche avancée
Médias (1)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (64)
-
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 (...) -
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
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 (...)
Sur d’autres sites (10861)
-
How to install ffmpeg in xampp with php 7.0.13 on windows 7 64 bit ?
25 janvier 2017, par Monik DabheliyaI am using xampp and windows 7 (64bit) and PHP Version 7.0.13
I do all steps copy php_ffmpeg.dll file in ext folder & Other files in system32 folder & also i paste Other files in sysWOW64 folder.
Add extenstion in php.ini file.
And restart the xampp.
It not worked for me on PHP 7.0.13
-
How to use ffmpeg.dmg on Mac same way as ffmpeg.exe on windows via bat files ? [on hold]
25 janvier 2017, par EhabSherifI was wondering how can I use ffmpeg.dmg on Mac same way as ffmpeg.exe on windows via bat files ? without installing ffmpeg on the PC.
For example if I wanted to create a thumbnial from video file I type this line in a text file and rename it to xxxx.bat and place it beside the exe
ffmpeg.exe -i "input.mp4" -an -ss 00:00:02 -an -r 1 -vframes 1 -s 512x512 -y "output.jpg"
anyway to do the same on mac ? I tried renaming ffmpeg.exe to ffmpeg.dmg and xxxx.bat to xxxx.command thought it was that simple :) but of course didn’t work.
-
How to record windows screen with ffmpeg [on hold]
30 janvier 2017, par SoerI want to write application that could recording screen as a video in c++
During the search I found ffmpeg can done that.
What examples should I use to create a program ?
I use the window api
I can load bitmaps into memory.
What I want to do is :
-
Loads 30 bitmaps in memory in one second.
-
Generate video using multiple bitmaps.
-