
Recherche avancée
Autres articles (83)
-
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 (11459)
-
how to enable libvorbis codec in ffmpeg windows ? and how convert from .mov to .webm
22 juillet 2014, par AmeyI am using ffmpeg-20140717-git-fa6716c-win64-shared latest one and they have mentioned
— enable-libvirbose .but once I run the command to convert .mov to .webm then its saying unknown encoder libvorbis
I am not able to enable libvorbis in ffmpeg windows.
what command to enable any codec.
and I am trying to convert .mov to .webm format with this command
ffmpeg -i input.mov -codec:v libvpx -quality good -cpu-used 0 -b:v 225k -qmin 10 -qmax 42 -maxrate 300k -bufsize 1000k -threads 2 -vf scale=-1:560 -codec:a libvorbis -b:a 128k -pass 2 -f webm output.webm
but its having an error of :
Unable to parse option value "-1" as pixel format
Error setting option pix_fmt to value -1and even in command I added some -pix_fmt value like
1] -pix_fmt yuv420p
2] -pix_fmt yuv422p
and many more but still giving same error as I have mentioned...and my .mov file is very high HD file.
please guide me what to write
Thank You.
-
FFmpeg compilation with encoder x264 not found Windows
23 novembre 2016, par Bernhard LutzFFmpeg compilation with encoder x264 not found Windows
I am trying to compile FFmpeg with several encoder (x264, NVENC). I already
managed to compile FFmpeg with MinGW and also x264 but I do not know how I can
tell where my compiled encoders are.I have a folder where my FFmpeg sources are and in this directory I have my
compiled x264 encoder in a subfolder called x264.OS : Windows 10
Compiler : MinGW
-
FFmpeg compilation with encoder x264 not found Windows
23 novembre 2016, par Bernhard LutzFFmpeg compilation with encoder x264 not found Windows
I am trying to compile FFmpeg with several encoder (x264, NVENC). I already
managed to compile FFmpeg with MinGW and also x264 but I do not know how I can
tell where my compiled encoders are.I have a folder where my FFmpeg sources are and in this directory I have my
compiled x264 encoder in a subfolder called x264.OS : Windows 10
Compiler : MinGW