
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 (33)
-
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 -
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 (5571)
-
The slideshow freezes at 1:35 minutes ffmpeg
10 décembre 2020, par valexttI make a smooth slideshow picture by picture, everything works exactly up to 1 minute and 33 seconds, then the picture freezes and by 19 minutes and 32 seconds the video is defrosted and quickly turns over all the slides in 3 seconds. What could be the problem ?


ffmpeg -f concat -safe 0 -i "coprorativ.txt" -vf "tile=1x5,loop=552.79159756772*53:1:0,crop=iw:ih/13.1:0:clip((t-2.5)/12*ih/10\,0\,ih*9/12)" -r 25 -pix_fmt yuv420p -c:v libx264 -preset ultrafast slide_video.mp4 -y



-
The terminal is blocked while configuring ffmpeg by using mingw/msys
9 décembre 2020, par Make.LiuI am trying to compile ffmpeg by mingw, but my terminal is blocked while running configure command and nothing happenenter image description here


-
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.