
Recherche avancée
Autres articles (37)
-
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...) -
MediaSPIP Player : les contrôles
26 mai 2010, parLes contrôles à la souris du lecteur
En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...) -
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 (...)
Sur d’autres sites (5774)
-
swscale/swscale_unscaled : fixed the issue that when width/height is not 2-multiple...
28 mars 2019, par Dong, Jerryswscale/swscale_unscaled : fixed the issue that when width/height is not 2-multiple, transition of nv12 to u/v planes is not completed.
Signed-off-by : Dong, Jerry <jerry.dong@intel.com>
Signed-off-by : Decai Lin <decai.lin@intel.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
ffmpeg drawtext box height variies depending on text
13 mars 2019, par NFpeterI use ffmpeg with zoompan and drawtext filter. I’m writing 4 lines of text in a box.
Now I’ve the problem that the space between the boxes variies depending on the text height.Is there a way to set a fixed height for the text box ?
Or is it possible to calculate the text position depending on the current text ?Here my call with 2 lines of text
ffmpeg -ss 0 -t 10 -i white.png -y -filter_complex [0:v]zoompan='z=min(zoom+0.10143,1.217217)':x=iw/2-(iw/zoom/2):y=ih/2-(ih/zoom/2):d=25*6.0760000000000005:,trim=duration=6.0760000000000005[v0];[v0]drawtext=text=f:fontcolor=white:fontsize=40:box=1:boxcolor=black@0.8:boxborderw=15:alpha=1:x=w/20:y=(h/1.11)-th*0.5[v2];[v2]drawtext=text=f:fontcolor=white:fontsize=40:box=1:boxcolor=black@0.8:boxborderw=15:alpha=1:x=w/20:y=(h/1.246)-th*0.5 -c:v libx264 -r 25 -pix_fmt yuv420p -strict -2 out.mp4
-
avcodec/proresenc_aw : fix interlace encoding for unsafe height
8 mars 2019, par Martin Vignaliavcodec/proresenc_aw : fix interlace encoding for unsafe height
fix the call of the unsafe version of slice encoding in interlace mode
fix padding line count in sub image with fill in interlace mode