
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (75)
-
Taille des images et des logos définissables
9 février 2011, parDans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...) -
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 (...)
-
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)
Sur d’autres sites (10264)
-
Frame works/Packages for video editing in IOS ?
16 juillet 2014, par 2vision2I’ve just started working on video editing application for IOS.
What i am trying to do :
Trying to create a typical Video Editing application with the following features.
- Frames split-up(thumbnails)
- Adding/merging videos
- Adding audio to the video.
- Audio/Video Fadeouts.
- Zoom in and Zoom out functionalities
- Adding subtitles/Titles
- Audio Filtering.
What have i done so far :
Put a detail pre development study and found that FFMPEG can do the job. I have taken
the latest version of FFMPEG and built for IOS as .a files.However, i feel extremely hard to create a sample programs as i am beginner in ios.
Also i’ve found that the IOS SDK frameworks like CoreVideo, CoreAnimation, CALayers may help.
Now reading about OpenGLES.
What’s my problem :
-
Any help regarding finding the framework/package (from apple or third party) for the video editing application ?
-
Is FFMPEG the only option ? If yes, can you guys give me a link or sample programs to start with FFMPEG ?
-
ffmpeg to encode MKV or MP4 with segmented Parts in one file
28 juillet 2014, par PhilIs it Possible to create an MP4 or MKV file where the Video, Meta and Audio Data is segmented and placed alternated in a single File ? (By segmented I don’t mean different Video or Audio Tracks.)
So that it looks like something like this :
[meta][video][audio][meta][video][audio]…
I searched for "segmenting", "clustering", and other buzz words. But the most searches ended up in an HTTP-Livestreaming where One File is segmented in single files.
That Segmenting Technology is okay (so you can stream it). But I don’t want these segments in single Files, i want them to be in one single MKV or MP4 File.Maybe someone has any clue.
-
avformat/argo_brp : allow v1.1 ASF streams to have a non-22050 sample rate in certain...
25 septembre 2020, par Zane van Iperenavformat/argo_brp : allow v1.1 ASF streams to have a non-22050 sample rate in certain circumstances
It seems that in files where the BASF block isn't first, v1.1 ASF streams are
allowed to be non-22050. Either this format is really inconsistent, or
FX Fighter and Croc just ignored the sample rate field, requiring the v1.1
restriction in the first place.This bumps the version to 1.2 in these streams so they're not "corrected".
Found in Alien Odyssey games files in :
./GRAPHICS/COMMBUNK/COMADD1,COMM2_1,2,3E,COMM3_2,3,4,5,6,FADE1,2.BRPSigned-off-by : Zane van Iperen <zane@zanevaniperen.com>