
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (49)
-
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...) -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (8391)
-
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.
-
Anomalie #2472 : Compagnon : un bug dans un des boutons de fermeture
2 janvier 2012, par Johan .Je reproduis le bug sur 3 serveurs : SPIP 3.0.0-beta SVN [18865] (ou 18866)
en local : asus AMD 94 (PHP Version 5.3.3-7+squeeze3)
en local : toshiba intel (PHP Version 5.3.3-7+squeeze3)
en prod : Linux 2.6.26-2-amd64 (PHP Version 5.2.17-0.dotdeb.0) Aucun plugin, rien dans mes_options.php (...)
-
dm365 mpeg4 encoder P-Frames
14 juin 2012, par UlteriorI am implementing the operation of encoding video with TI DM365 mpeg4 encoder and containerizing it with ffmpeg mp4 container using a dummy FMP4 codec to produce headers and footers. While the container is proven to be working correctly using similar Intel based mpeg4 encoder, the dm365 gives a mosaic result if P frames are used at all. Using only I frames works, but I would like to minimize amount of data stored.
The example of the result can be viewed here. Settings are 1-Iframe, 9-Pframes
TI developers didn't answer my question regarding this in 2 days, so I am trying to get help here.