
Recherche avancée
Autres articles (13)
-
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 (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (1818)
-
Evolution #3720 : Refaire un éditeur à base de CodeMirror + ajouts
15 février 2021, par cedric -Voir aussi #3237
-
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.
-
Which video processing technology is used by TikTok [closed]
14 juin 2020, par NizNsmI am on developing one video editing application for Android. I am well aware of FFMPEG and already implemented for trimming, merging and some text/image overlay effects. It takes a lot time for processing/encoding. I am a big fan of TikTok video editor. I want to implement something very similar to TikTok(Face detection, Magic effects,..etc), So kingly help me to figure out this.