
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (71)
-
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 (6176)
-
Révision 20591 : Report de r20576 : amelioration de r20562 : si le mode n’est pas fourni, on test...
25 mai 2013, par cedric -Evite la duplication de code (Emmanuel)
-
FFmpeg : Generating .ts files and adding Metadata to them [closed]
28 mai 2013, par JonovonoBefore I was following the steps :
-
Create some metadata :
id3taggenerator -o 1.id3 -artist "Emma Stone"
id3taggenerator -o 2.id3 -artist "Patricia Clarkson" -
Create a file saying where to place the metadata in the file :
68 id3 /path/to/file/1.id3
78 id3 /path/to/file/2.id3 -
Segment the files and include the metadata
mediafilesegmenter -f video -M meta.txt video.mp4
More detail :
http://jmacmullin.wordpress.com/2010/11/03/adding-meta-data-to-video-in-ios/
I want to do something similar to this, but with FFmpeg.
I am also wondering if I could first segment the file into .ts files and add metadata directly to those ?
I am having trouble finding the solution on the website. Any help or resources would be great. Thanks !
-
-
Révision 20589 : Report de r20576 : amelioration de r20562 : si le mode n’est pas fourni, on test...
25 mai 2013, par cedric -Evite la duplication de code (Emmanuel)