
Recherche avancée
Médias (1)
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (71)
-
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, (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (3663)
-
Merge commit ’5b9c817dc7577b6d44acc94d73b9c77c52cda489’
5 octobre 2014, par Michael NiedermayerMerge commit ’5b9c817dc7577b6d44acc94d73b9c77c52cda489’
* commit ’5b9c817dc7577b6d44acc94d73b9c77c52cda489’ :
x11grab : Check XFixesGetCursorImage return valueConflicts :
libavdevice/x11grab.cSee : a65c0a3fe822386be30fd3371af9f0d008b02874
The warning with adjusted text is kept from a65c0a3fe822386be30fd3371af9f0d008b02874
but drawing the cursor is not disabled in case XFixesGetCursorImage() failsMerged-by : Michael Niedermayer <michaelni@gmx.at>
-
x11grab : Check the XQueryPointer return value
26 septembre 2014, par Antonio Ospitex11grab : Check the XQueryPointer return value
The paint_mouse_pointer() code uses XFixes to retrieve the cursor
coordinates, but XFixes gives no information about which screen the
pointer is on ; this results in always drawing the cursor on the
captured screen even if the mouse pointer was on another screen.For example, when capturing from screen 1 (i.e. -f x11grab -i ":0.1")
the cursor was being drawn in the captured image even when the mouse
pointer was actually on screen 0, which is wrong and visually confusing.CC : libav-stable@libav.org
Signed-off-by : Luca Barbato <lu_zero@gentoo.org> -
FFmpeg drawtext according to video orientation
6 octobre 2014, par KellyI am trying to figure out how to rotate some text I am drawing some text using the drawtext filter. I am drawing text on a video taken from an android device and it works fine when the device is in landscape, but if a video has a portrait orientation, the text is still drawn is if it is in landscape… is there an option in the drawtext filter that I am not seeing to rotate the text, or is there some other option to tell FFmpeg that the video is in portrait orientation ? Thanks in advance for any help.
Current command I am using :
ffmpeg -y -i /storage/emulated/0/DCIM/Camera/1006141055.mp4 -vf drawtext=fontfile=/system/fonts/DroidSans.ttf:textfile=/storage/emulated/0/Documents/myapp/VID_20141006_134948.txt:enable'=between(t,0,7)':fontcolor=white:fontsize=90.40612:x=434.37238:y=898.4108 -strict experimental -preset ultrafast /storage/emulated/0/Pictures/myapp/VID_20141006_134948.mp4