
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (78)
-
Problèmes fréquents
10 mars 2010, parPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site -
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 (...) -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)
Sur d’autres sites (12276)
-
[ffmpeg]How do I play udp streams on my phone
30 décembre 2018, par 徐思龙I used FFMPEG to record the screen push stream [UDP]
This is the command line I typed
Ffmpeg-f gdigrab-framerate 25-offset_x 10-offset_y 20-video_size 640x480-i desktop vcodec libx264-preset :v ultrafast-tune :vzerolatency -f h264 udp ://localhost:8888
ffplay can be played on the localhost :ffplay udp ://192.168.31.18:8888
Use VLC APP on IPHONE, input udp ://192.168.31.18:8888, it can’t play.
What do I need to do ?
thank you
-
ffmpeg - Remove slow motion from MOV
16 juillet 2020, par KalemKutuI recorded a short movie with an iPhone.
No idea how I did, but a part of the video is in slow motion.


I want to play but also store the video on my computer MAC in "normal" speed,
if possible without losing quality & without encoding.


I tried following parameters in ffmpeg, which works.
But I have the feeling the outcome quality has reduced "little-bit".


ffmpeg -i input.MOV -r 30 output.MOV



Is there a better way ?


Thanks, Kalem


-
How to use ffmpeg for decoding aac data and transfer it to CMSamplebufferref
21 novembre 2016, par dgqbcwhThere are many encoding examples of how to encode
CMSamplebufferref
(PCM data) structure to aac . Now there is a stream which is from a ip camera. The camera use rtsp protocol for translating the h264+aac stream to iPhone. I’d like to know how to decode the aac stream then creatingCMSamplebufferref
.