
Recherche avancée
Autres articles (37)
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
(Dés)Activation de fonctionnalités (plugins)
18 février 2011, parPour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...) -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
Sur d’autres sites (5167)
-
FFmpeg transcode seek gap ?
12 avril 2016, par jjw2015I noticed that if using default settings, the transcoded video (to mp4) has pretty large "seeking gap" : when I want to seek to 10th second, it either goes to 8th second, or goes to 12th second, etc.
After some searching, I noticed that I can modify the value
keyint
to reduce the above "seeking gap", at the cost of larger file size.Just want to know if this is the only option. Comments welcome !
My command :
-i "input.mts" -y -c:v libx264 -vf "yadif=0:-1:0,scale=1280:trunc(ow/a/2)*2" -minrate 3400K -maxrate 3800K -bufsize 1000K -c:a aac -b:a 128k -ar 48000 -ac 2 "output.mp4"
-
Pros and cons of installing ffmpeg into the caller's docker container vs. separate container [closed]
8 mai 2022, par Irina RapoportI have a dockerized app that spawns ffmpeg in a child process. It then communicates with it via standard input/output. The app runs under k3d.


I could install ffmpeg in the parent's Dockerfile, by doing


RUN apt-get install -y ffmpeg



Or I can run it in a container of its own. What are the pros and cons of each approach ?


Container start-up cost, while small, may become an issue, because it's started often.


-
Revision 8fde07a3ae : Don't recalculate mv_ref costs for each block/partition. Changes cost_mv_ref()
3 juillet 2013, par Ronald S. BultjeChanged Paths :
Modify /vp9/encoder/vp9_block.h
Modify /vp9/encoder/vp9_rdopt.c
Don't recalculate mv_ref costs for each block/partition.Changes cost_mv_ref() into doing a LUT into pre-calculated cost
arrays instead. Encode time of first 50 frames of bus (speed 0)
@ 1500kbps goes from 2min11.6 to 2min10.9, i.e. 0.5% faster overall.Change-Id : If186e92c34c201b29cbbc058785a15c9c09e433a