
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (70)
-
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 (12425)
-
Accessing webcam raw video using ffmpeg
30 août 2016, par DeniseTI am trying to access the RAW video data from a CCD webcam to eliminate the usual in-camera processing for my science project. However, I do not wish to modify the firmware of my webcam due to the fear of damaging it.
Is there a way to capture and save the RAW video stream of the webcam using ffmpeg ? I’m still trying my best to learn more abut ffmpeg and coding in general so please don’t be too harsh on me :(
Thousand of thanks in advance !
-
modiadecoder using NDK or ffmpeg
20 novembre 2016, par rajI am writing code to develop android ndk decoder using mediacodec API(I don’t want to use Java).
I don’t see how to get decoded YUV data and save to file instead of render, could any one point out on this ?And another one is, want to see where this "AMediaFormat" structure is declared in NDK header file to see the structure contents ?
I am receiving encoded stream, trying to set all the members of the format to decode properly.
So far my experience with Android mediacodec decoding is terrible... :(
Thanks in advance..
Raj -
Videos converted using FFMPEG do not have video duration information
6 mars 2016, par Harshad MI am using FFMPEG to convert uploaded videos to .flv, after conversion the flv video doesn’t have information about it’s duration. So the user cannot rewind/forward, replay or see a specific part of it. The code is as follows :
"ffmpeg -i $srcfile_path -s 320x240 -ar 44100 -b 2048k -r 12 $desfilepath" ;
Please help. Thanks in advance.