
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 (48)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (4246)
-
how to re-encode a movie to an encoding codec of another one with ffmpeg
28 mai 2020, par gotaLet's say I have 2 movies (movie1.mp4 and movie2.mp4), How can I use ffmpeg to reencode movie1.mp4 exactly with the same video codec, same bitrate, same audio codec as found in movie2.mp4 ?



In other words, such that the output of ffprobe movie1.mp4 matches that of movie2.mp4 ?



Why do I want this ? because I'm having problems concatenating both movies.


-
Movie making from lyrics with timestamps in python
26 mai 2020, par carlI have lyrics from musixmatch with timestamps. I want to form video with the lyric lines in the video along with images in a file numbered from 1-n.



As seen in this post, I thought ffmpeg would be something which can help me but there aren't much information that i can find.



Also the answer given by @llogan, gives very vague idea of forming videos with "subtitle filter" in ffmpeg.



It would be very helpful you can provide an example to explain your idea.(It can also help other coders at any time :) )



Thanks in advance


-
libswscale : fix for floating point formats, require full chroma
11 mai 2020, par Mark Reid