
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 (12)
-
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
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 (...)
-
Le plugin : Gestion de la mutualisation
2 mars 2010, parLe plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
Installation basique
On installe les fichiers de SPIP sur le serveur.
On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
< ?php (...)
Sur d’autres sites (4931)
-
flv to mp4 using ffmpeg cli on debian
18 février 2015, par mickeywilkoI’m trying to convert this flv file into .mp4 using ffmpeg on debian.
-
Stream 0 Type : Video Codec : Flash Video (FLV1) Resolution : 640x480
Frame rate : 1000 Decoded format : Planar 4:2:0 YUVStream 1 Type : Audio Codec : NellyMoser ASAO (NELL) Channels : Mono
Sample rate : 22050 Hz Bits per sample : 32
I’m currently using this simple command...
sudo avconv -i videoStream_1424268207948_854.flv videoStream_1424268207948_854.mp4
These are the warnings I receive :
- [flv @ 0x14fab20] Estimating duration from bitrate, this may be inaccurate
- [libx264 @ 0x14fdaa0] MB rate (1200000) > level limit (983040)
- Multiple frames in a packet from stream 0
- [flv @ 0x14fca60] Bad picture start code
- [flv @ 0x14fca60] header damaged
- Error while decoding stream #0:0
... and it results in messed up video and audio.
Can anyone help with some parameters ?
-
-
Merge commit ’881477c77bb10c3c62fda111b0f1f3554968bc78’
23 mars 2017, par Clément BœschMerge commit ’881477c77bb10c3c62fda111b0f1f3554968bc78’
* commit ’881477c77bb10c3c62fda111b0f1f3554968bc78’ :
swscale : Add the GBRAP12 output
Add GBRAP12 pixel format support
swscale : Enable GBRP12 output
swscale : x86 : Add some forgotten 12-bit planar YUV cases
swscale : Add input support for 12-bit formatsThis merge is noop, these commits are recrafted cherry-picks from
FFmpeg.Merged-by : Clément Bœsch <u@pkh.me>
-
Merge commit ’be9dba5c8abc6ecf0b8ee4ccb11c7850327fcf8d’
23 mars 2017, par James AlmerMerge commit ’be9dba5c8abc6ecf0b8ee4ccb11c7850327fcf8d’
* commit ’be9dba5c8abc6ecf0b8ee4ccb11c7850327fcf8d’ :
swscale : Properly load alpha for planar rgbThis commit is a noop, see
4170a44bbc7b8dfbe9fe2fa28557fce90d998887
df36257a53561a51af969a6ea6319dd2579509b9Merged-by : James Almer <jamrial@gmail.com>