
Recherche avancée
Autres articles (110)
-
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 -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
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 (...)
Sur d’autres sites (6713)
-
How to improve random access of a video frame with Python ?
11 octobre 2024, par Paul JurczakI'm using
pims
library (https://github.com/soft-matter/pims) to access frames from .MOV file with over 25K frames, 3840 × 2160, H.264 (High Profile), 60fps.

import pims
from time import perf_counter

video = pims.Video('video/v1.MOV')
t0 = perf_counter()
img = video[1000]
t1 = perf_counter()
print(f'{(t1-t0):.3f}s {img.shape}')



Here are the timings on a fairly fast PC, after file open :


- 

- frame #100 : 2.97s
- frame #1,000 : 28.39s
- frame #10,000 : 280.19s








AFAIK, this library uses
ffmpeg
, which can access frame #10,000 withffmpeg -ss 00:02:46.66 -i v1.MOV -frames:v 1 f10k.png
practically instantaneously. Is there a way to improve frame access withpims
or some other method ?

-
Revision cd4bac3004 : Prevent access to invalid pointer The commit added check to make sure no invali
15 octobre 2013, par Yaowu XuChanged Paths :
Modify /vp9/vp9_dx_iface.c
Prevent access to invalid pointerThe commit added check to make sure no invalid memory access even when
the decoder instance is never initialized.Change-Id : I4da343d0b3c78c27777ac7f5ce7688562c69f0c5
-
Revision ff1083c113 : Prevent access to invalid pointer The commit added check to make sure no invali
15 octobre 2013, par Yaowu XuChanged Paths :
Modify /vp9/vp9_dx_iface.c
Prevent access to invalid pointerThe commit added check to make sure no invalid memory access even when
the decoder instance is never initialized.Change-Id : I4da343d0b3c78c27777ac7f5ce7688562c69f0c5