
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (24)
-
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (5987)
-
VideoCapture() returns None in opencv & install opencv with ffmpeg
16 décembre 2017, par Wentai ChenSystem : UBUNTU 16.04
Python version : 3.5I would like to use
cv2.VideoCapture()
function to process mymp4
file. However, when I run the script below, I always get a result ofNone
, so I am not able to continue my work after.import cv2
video_cap = cv2.VideoCapture('demo.mp4')
ret,frame = video_cap.read()
print(ret,frame)
result: False,NoneBy searching a lot I realized the problem :
opencv
is not properly installed withffmpeg
, so that the video function inopencv
does not work.However I didn’t find a efficient tutorial on how to properly install
opencv
. I wonder if anyone could help. Thank you ! -
ffmpeg overlay video on another with height and width
3 mars 2018, par dodojoeI have a very simple question about ffmpeg.
I need to put video2 on video1.
Like this photo : (with margin from top and left)
Video2 is 470*470 px
I need a simple command to do this.
Please tell me how can i get that result ?
I’ve tried something like this :
ffmpeg -i 2.mp4 -vf "movie=blur.mp4:loop=200,scale=iw/2:-1"
-
Fixed issue with using percent-based width/height/maxWidth/maxHeight in Anroid stock browser & Android Chrome.
23 août 2012, par Jack Moorem colorbox/jquery.colorbox.js Fixed issue with using percent-based width/height/maxWidth/maxHeight in Anroid stock browser & Android Chrome.