
Recherche avancée
Autres articles (48)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (6831)
-
How to solve Build fingerprint :'samsung/a5xeltexx/a5xelte:6.0.1/MMB29KB/A510Fx:user/release-keys' error in Android ?
1er décembre 2016, par Virani AshishBuild fingerprint:'samsung/a5xeltexx/a5xelte:6.0.1/MMB29KB/A510Fx:user/release-keys
Revision: "0"
ABI "arm"
pid 1716, tid 3690,name Thread-44811 >>> com.aspiration.gifmaker <<<
Fatal signal 11 (SIGSEGV), code 1, (SEGV_MAPERR),fault addr 0x18
r0 00000018 r1 00000010 r2 c01047f0 r3 00000088
r4 c0104768 r5 00000000 r6 vv589v10 r7 c89f7190
r8 00000000 r9 7fffffff s1 c89f7190 fp c89f706c
ip c42dd180 sp c89f7008 lr bf8a71a8 pc c00b1d00 cpse 200f0010
backtrace :
#00 pc 008f2d00 /data/app/com.aspiration.gifmaker-1/lib/arm/libvideokit.so (av_log+20) -
pip installation failure of pyAV with exit status 1181
11 février 2020, par Kesar MurthyI am having trouble installing PyAV through pip. First it required me to download Microsoft Visual C++ Build Tools
building 'av.buffer' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/and when I did install this, I get the following error
LINK : fatal error LNK1181: cannot open input file 'avcodec.lib'
error: command 'C:\\Users\\Kesar\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\amd64\\link.exe' failed with exit status 1181I even tried to build PyAV from source, but the same problem persists. How do I solve this ?
-
Set minimal ts duration in ffmpeg command
22 août 2017, par AlesWe are using ffmpeg to convert mp4 video file to hls.
When video is converted, it sometimes happens that last ts chunk is about 0.03s. And player stalls on this chunk for a while. Is there a special command in ffmpeg to set minimal ts duration ? Or other way to avoid such ts chunks ?
In our command to set up ts duration we use :-segment_time 5