
Recherche avancée
Médias (17)
-
Matmos - Action at a Distance
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Danger Mouse & Jemini - What U Sittin’ On ? (starring Cee Lo and Tha Alkaholiks)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Cornelius - Wataridori 2
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Rapture - Sister Saviour (Blackstrobe Remix)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Chuck D with Fine Arts Militia - No Meaning No
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (98)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (8839)
-
PHP&FFMPEG, How to make sure the result video is suitable for web browsers ?
30 juillet 2016, par DrupalistI need to split a section of a video, paste a logo and also blur a video online. I know how to do these but the problem is, I don’t know how to make sure that the result video is suitable for web. For example there is a
mp4
video in my website which is playing via the browser, and using this code I cut a section of it :exec("ffmpeg -i ".$source." -ss ".$start." -to ".$end." -c copy ".$newVideo);
The problem is, when the distance between
$start
and$end
is more than a few minutes, the split operation is done but it is not played via browser.What codec or library do I need to add as filter to make sure that the result video is always playing on all modern browsers ?
-
FFmpeg Flags for generating fixed amount of images related to video length
27 octobre 2015, par SutekhI am using this command :
ffmpeg -i file.mp4 -vf fps=1/60 -s 274x175 thumb%d.png
to extract 1 frame from video for every minute of it.
What i want to learn how to do is :
Extract a total of 10 images from video regardless of its length that are relative to distance of video.Example :
1.If video length is 15 minutes (900 seconds) it will extract one image from every 90 seconds of video.
2.If video length is 22 minutes (1320 seconds) it will extract one image from every 132 seconds of video.And one more thing , is it possible to use ffmpeg to set output quality of those images or limit maximum size(as in file size , not dimensions) for each image that is going to get outputted ?
-
CaptionManager - easily add and remove captions from QT movies
18 février 2010Cough. Yeah. Remember this blog ? Right then.
Here’s a new little app to add and remove caption tracks (SCC files) from Quicktime files. In theory you can do this with Quicktime Pro, but it doesn’t seem to work so well anymore.
This zip file includes the source for the app, Xcode project, and a compiled build.
Basically, you can open a quicktime movie, and it’ll detect whether there are already captions or not. Then you can strip the captions if they already exist (plus an associated TC track) or add new captions from an SCC file. You’ll either need to be on Snow Leopard or have the Caption Component installed. The built version is Intel only, though you could probably compile a PPC version if you were so inclined.
The app writes out a new file, rather than updating in place, due to some limitations in QTKit.
For the command line, running ./CaptionManager.app/Contents/MacOS/CaptionManager -help will give you the relevant info.
No license attached, because I still don’t understand the implications of BSDing stuff created on the University’s dime.
Oh also, the GUI leaks a little memory. Deal. I’ve also posted a screencast of the app.