
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 (42)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
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 (6389)
-
FFmpeg build configuration for just AAC, MP3, WAV
30 novembre 2014, par Krishna MittaI need to use ffmpeg for just converting audio files between
AAC, MP3, WAV
only.So I want to compile ffmpeg for my requirement.
But I don’t know best
./configure bla bla bla...
commandline for my requirement.Please help me. What is the best
./configure
command line for me.Thanks in advance.
-
How to normalize subtitles ?
27 juin 2016, par RajI have developed a multimedia player based on ffmpeg framework. Now I adding support for subtitles. So instead of covering all the subtitle format on player side, I want to normalize and maintain single format in the streaming server. So, can anybody suggest me which is the best format for subtitles ? I will convert all the incoming subtitle formats to the best format available ? Many thanks in advance.
-
lossless Video Codec with RGB48 support
6 octobre 2015, par ChrizzyMonkI am looking for a video codec with the following specs :
- (mathematically) lossless
- takes frames with RGB48 pixel format (16 bit bpc)
- possibility to use via libav
I cannot use something like VP9 because it supports only YUV color space and the RGB - YUV conversion is connected with a loss of information.
Anyone any idea ? Thanks in advance !