
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (67)
-
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 ) (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (12342)
-
How to get and use FFMPEG in a Objective-C OS X app
2 septembre 2015, par CoimanI have an application where I need to use FFMPEG for something (video from AVCaptureSession encoded to MPEG(1)).
So far I have been looking for ways to build and use FFMPEG in my project but I have not found a way for OS X. All of the wrappers I have found so far are for iOS instead of OS X.
I need a solution that works on OS X and I would prefer if you explained how to use it a bit (build instructions, getting it into the Xcode project, code samples).
Thanks in advance for your help. :)
-
why am i not able to change the bit rate ?
24 février 2021, par Siva Kumarffmpeg -i intro.mp4 -c:v libx264 -b:v 18M -c:a aac -ar 48000 -ac 2 -b:a 320k -profile:v high -level 4.0 -bf 2 -coder 1 -pix_fmt yuv420p -threads 4 -cpu-used 0 -movflags +faststart -r 29.97 introyt.mp4


Can someone please tell me why i'm not able to change audio bitrate ? The original video has aac 317kbps and i'm trying to make it to 320kbps but output shows it as 24kbps after running the above command.


Also if i want to use libx265, this command does not work why ? Thanks in advance !


-
Reading RTCP packets from an IP camera using FFMPEG
7 juin 2024, par Didac Perez PareraI am using the ffmpeg C library. I need to intercept RTCP packets from the camera in order to get the timestamp from the Sender Report. Is there any method or structure in the ffmpeg that gives me this information ? I am completely stuck but I am not able to solve that problem.



Any help will be appreciated. Thanks in advance,