
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (74)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (...) -
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 (...)
Sur d’autres sites (5505)
-
Best way to execute avconv from php ?
8 janvier 2018, par Blurry ScriptBest way to execute avconv from php ?
system("avconv -i film.mkv")
or
exec("avconv -i film.mkv")?somehow the result is NULL, while doing the same in console works fine, what is the best way to execute this command ?
-
Saving frames from multiple videos in a specific location using openCV/ffmpeg and Python
15 janvier 2019, par SparkiepandasI am trying to extract and save the first frame from multiple videos in a specific folder. For now I got the extraction part working but my saving is in BGR instead of the preferred RGB (if I am right).Although, the frames are shown in my notebook as RGB but not as BGR. Also I need to add some variable filename,because at the moment it saves the frames but keeps overwriting the same frame. Can you guys help me with the two specific problems ? This is what I got so far :
SOLVED : I got the saving working, output file and colouring
img_rows,img_cols=200,200
listing = os.listdir(r'C:\Users/Me\SVWnew\archery\train')
# Create a counter
counter = 0
for vid in listing:
vid = r"C:/Users/Me/SVWnew/archery/train/"+vid
cap = cv2.VideoCapture(vid)
for k in range(1):
ret, frame = cap.read()
rgb =cv2.resize(frame,(img_rows,img_cols))
plt.imshow(rgb)
plt.xticks([]), plt.yticks([])
plt.show()
pathOut = r"C:/Users/Me/SVWnew - Copy/archery/train"
cv2.imwrite(pathOut + "/frame%d.jpg" % counter, rgb)
counter += 1
if cv2.waitKey(1) & 0xFF == ord('q'):
break
cap.release()
cv2.destroyAllWindows() -
Revision cbfbc988229ca16c25a410a2ba38058c02043c89 : avant d’ajouter betement un ’s’ au type d’objet, on cherche d’abord a ...
6 décembre 2010, par Fil — Logavant d’ajouter betement un ’s’ au type d’objet, on cherche d’abord a savoir si la table existe en realite (cf. paolo sur http://archives.rezo.net/archives/spip-zone.mbox/7PUHSSUJYU3ZEGEGCC4MM5XCSCBRKO43/ ) git-svn-id : svn ://trac.rezo.net/spip/spip@16626 (...)