
Recherche avancée
Médias (2)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (53)
-
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 (...) -
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 (10955)
-
Create thumbnail for Video in java not android
10 novembre 2014, par user3359503I want to create thumbnail for Video file (All format ),
I am currently using xuggler in java.
I want to convert video into multiple format
But i got a video from instagram which is not decoded by this library.
And I don’t found any rotation meta data info from library.I also Search about ffmpeg they not found the meta data about rotation.
Please suggest me the tool which can do it in java or C base library.
-
How to encode to the WMA 9 or greater formats
14 octobre 2014, par AmanVirdiI am developing an audio converter cross platform(windows and Mac) application.
Currently I am using ffmpeg to decode and encode the audio/video formats. But ffmpeg does only support the encoder upto WMAv2. I want any ffmpeg like tool which I could use to convert the audio to WMA Pro, WMA Lossless, WMA9 or greater. But I am not able to find one, after a lot of googling.Anyone has any idea !
-
How to get h264 bitrate
21 octobre 2014, par Optimus PrimeTried MediaInfo, tried
ffprobe -show_streams -i "file.mkv"
(or raw file.h264) and it gives mebit_rate=N/A
. MediaInfo gives nothing at all.The only way I found out is by creating the .dga file by indexing it via MegUI and the using its Bitrate Calculator tool and setting the same exact size like the source, then it shows the average bitrate, but this way is ridiculous and who knows how accurate.