
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 (52)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Problèmes fréquents
10 mars 2010, parPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site -
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 (...)
Sur d’autres sites (6152)
-
lavc : add video/audio/encoding flags to global_quality option
30 septembre 2011, par Anton Khirnovlavc : add video/audio/encoding flags to global_quality option
-
lavc : add video/audio/encoding flags to global_quality option
30 septembre 2011, par Anton Khirnovlavc : add video/audio/encoding flags to global_quality option
-
ffmpeg unsupported video codec
11 mars 2012, par user413734I tried to convert a .flv into an mpeg with this code :
ffmpeg -i my.flv -target ntsc-dvd -aspect 4:3 my.mpg
And I get a lot of these here :
[flv @ 0x5597b8]Unsupported video codec (7)
and then :
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Unsupported codec (id=0) for input stream #0.0But when I ask ffmpeg for formats flv is supported.
What is wrong ?
Thanks !