
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (100)
-
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (...)
Sur d’autres sites (7580)
-
Nomenclature #2835 (Fermé) : Liste des travaux" ça fait penser à "todo-list
10 février 2021, par b bIntégré, on ferme :)
-
List of file and the file size using cmd or media info/ffmpeg [duplicate]
22 juillet 2021, par firekid2018We can use to get the file name
dir /b>list.txt
using windows CMD. is there anyway we can get the file size info with name using cmd/mediainfo/ffmpeg or other app ? CMD can generate the file size but it's in "bytes" formate. i am looking for KB/MB/GB format.

logo.png 32KB
Header.png 160kb



-
Calculate edits in QuickTime Movie File with Edit List Atom
8 juin 2016, par kodonnellIn a Linux environment, is there a way to calculate any edits in a QuickTime Movie File track ? Specifically, I need duration and start time of edits in relation to the movie.
I have been parsing the raw mov file to look at the Edit List Atom ( i.e. ’elst’ ) to get the track duration and media time but, even after the adjustments for time scale units the start time always seems off.
For example, I have a single track video which has been edited to have first and last 6 seconds of the video removed. However, when I look at the ’elst’ atom of that file the track duration is the length of the new file but, the media time does not match what I would have expected (i.e. something equivalent to 6 seconds).
I have tried looking into tools like FFmpeg but have had little success.