
Recherche avancée
Autres articles (61)
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)
Sur d’autres sites (4891)
-
Make Command Won't Link FFMpeg
16 novembre 2023, par ThomasNotTomI am trying to install FFMpeg and I am using a Mac.


I keep getting


archive member '/' not a mach-o file in '[The path to the directory]/libavdevice/libavdevice.a'



And there is one for each libav folder.


I am running the following commands


git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
cd ffmpeg
./configure --prefix=/usr/local
make



I'm not too sure what I should be expecting, but an error is definitely not it


— edit —


I have also tried with FFMpeg version 3.0. And I got the same error


-
converting .mov wrapper with amr_nb audio codec to aac/mp4a codec
9 janvier 2012, par Wonjoon LeeI am trying to implement a video messaging feature for cross platform(Android/iPhone) app.
Currently, the app on Android records the video with AMR narrowband in .mov wrapper and iPhone cannot play this video. The backend is centos 5.5 and I am wondering if ffmpeg is useful for transcoding this. -
iOs : Low frame per second(fps) for VGA resolution
26 juillet 2014, par Bhuvan BalasubramanianI’m facing an issue in broadcasting video from one iPhone to another iPhone.
The issue is when I view the friend’s live video in my iPhone, the frame per second(fps) is very low(it is 12fps). Video quality and audio is looking fine but the only problem is fps.
I don’t know where I need to config/change the code to convert from variable fps to constant fps. Also to increase the fps as
**24/30**
.The resolution I used for broadcasting
RESOLUTION_VGA, // 480x640px (landscape) & 640x480px (portrait)
I’m using following libraries for streaming
- MediaLibiOS - link
- Ffmpeg-2.2.1
- CommLibiOS
- libx264-r2409
Wowza is a Media Server and iOS target version is 7.0
Please help !
Thanks in advance.