
Advanced search
Other articles (62)
-
Publier sur MédiaSpip
13 June 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 -
Soumettre améliorations et plugins supplémentaires
10 April 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...) -
Les formats acceptés
28 January 2010, byLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
On other websites (9629)
-
libavcodec: Enable runtime detection for MIPS MMI & MSA
18 July 2020, by Jiaxun Yanglibavcodec: Enable runtime detection for MIPS MMI & MSA
Apply optimized functions according to cpuflags.
MSA is usually put after MMI as it's generally faster than MMI.Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Shiyou Yin <yinshiyou-hf@loongson.cn>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>- [DH] libavcodec/mips/blockdsp_init_mips.c
- [DH] libavcodec/mips/cabac.h
- [DH] libavcodec/mips/h263dsp_init_mips.c
- [DH] libavcodec/mips/h264chroma_init_mips.c
- [DH] libavcodec/mips/h264dsp_init_mips.c
- [DH] libavcodec/mips/h264pred_init_mips.c
- [DH] libavcodec/mips/h264qpel_init_mips.c
- [DH] libavcodec/mips/hevcdsp_init_mips.c
- [DH] libavcodec/mips/hevcpred_init_mips.c
- [DH] libavcodec/mips/hpeldsp_init_mips.c
- [DH] libavcodec/mips/idctdsp_init_mips.c
- [DH] libavcodec/mips/me_cmp_init_mips.c
- [DH] libavcodec/mips/mpegvideo_init_mips.c
- [DH] libavcodec/mips/mpegvideoencdsp_init_mips.c
- [DH] libavcodec/mips/pixblockdsp_init_mips.c
- [DH] libavcodec/mips/qpeldsp_init_mips.c
- [DH] libavcodec/mips/vc1dsp_init_mips.c
- [DH] libavcodec/mips/videodsp_init.c
- [DH] libavcodec/mips/vp3dsp_init_mips.c
- [DH] libavcodec/mips/vp8dsp_init_mips.c
- [DH] libavcodec/mips/vp9dsp_init_mips.c
- [DH] libavcodec/mips/wmv2dsp_init_mips.c
- [DH] libavcodec/mips/wmv2dsp_mips.h
- [DH] libavcodec/mips/wmv2dsp_mmi.c
- [DH] libavcodec/mips/xvididct_init_mips.c
-
How to write data into ffserver's feed?
11 October 2012, by mmmaaakI have a simple program, written on C++ using ffmpeg. I get RTSP frames into AVPacket struct. And before decoding I want to send this packet into feed file on url
localhost:8090/feed0.ffmHas ffmpeg native instrument for this?
-
Installing FFmpeg in Red Hat 5 without internet connection
5 June 2019, by yhabibI am trying to install the last working version of FFmpeg over Red Hat 5 and the machine has no internet connection, so I have to bring all the packages and required dependencies in a USB. The problem I am having is to get everything I would need for it.
I searched through Google to find some guide or documentation to hep me, but there is nothing valuable for me.
The version I got install was FFmpeg 0.6, but it is too old for my purpose of grabbing with x11grab, so anyone has any suggestion in order to get install one of the last versions of FFmpeg.