
Recherche avancée
Médias (2)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (15)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
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 (...)
-
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.
Sur d’autres sites (5430)
-
How to mux .265 file to .mp4 [on hold]
21 avril 2014, par user3556598I am trying to mux a .265 to mp4 container. I am using ffmpeg, and gave a command ffmpeg -i encoded.265 -c copy out.mp4. I am not able to play this output file in VLC. It gives me an error saying "VLC does not support the audio or video format "hev1". Unfortunately there is no way for you to fix this". But I am able to play using ffplay. I am using the latest 2.2.0 VLC version. Could somebody please help me in overcoming this issue ?
-
ffmpeg permission Denied [on hold]
19 avril 2014, par user3549636ffmpeg is giving me permission Denied from my asp.net app when told to grab a video from "\"C :\Users\Aleksandur Murfitt\Documents\My Web Sites\Photo Gallery5\Images\userpics\""
even though Everyone has been given full rights for My Web Sites and userpics, why ? -
How to get rotation attribute in metadata using FFMPEG [on hold]
17 octobre 2013, par user2882101I am trying to figure out rotation attribute in metadata using FFMPEG.I use the following command
FFMPEG -i D :\maxpayne3.mp4ffmpeg version N-57217-ga7e3006 Copyright (c) 2000-2013 the FFmpeg developers
built on Oct 16 2013 22:04:43 with gcc 4.8.1 (GCC)
configuration : —enable-gpl —enable-version3 —disable-w32threads —enable-av
isynth —enable-bzlib —enable-fontconfig —enable-frei0r —enable-gnutls —enab
le-iconv —enable-libass —enable-libbluray —enable-libcaca —enable-libfreetyp
e —enable-libgsm —enable-libilbc —enable-libmodplug —enable-libmp3lame —ena
ble-libopencore-amrnb —enable-libopencore-amrwb —enable-libopenjpeg —enable-l
ibopus —enable-librtmp —enable-libschroedinger —enable-libsoxr —enable-libsp
eex —enable-libtheora —enable-libtwolame —enable-libvidstab —enable-libvo-aa
cenc —enable-libvo-amrwbenc —enable-libvorbis —enable-libvpx —enable-libwavp
ack —enable-libx264 —enable-libxavs —enable-libxvid —enable-zlib
libavutil 52. 46.101 / 52. 46.101
libavcodec 55. 37.100 / 55. 37.100
libavformat 55. 19.102 / 55. 19.102
libavdevice 55. 4.100 / 55. 4.100
libavfilter 3. 88.101 / 3. 88.101
libswscale 2. 5.101 / 2. 5.101
libswresample 0. 17.103 / 0. 17.103
libpostproc 52. 3.100 / 52. 3.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'D :\maxpayne3.mp4' :
Metadata :
major_brand : isom
minor_version : 512
compatible_brands : isomiso2avc1mp41
encoder : Lavf54.3.100
Duration : 00:01:42.42, start : 0.000000, bitrate : 2361 kb/s
Stream #0:0(und) : Video : h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720
[SAR 1:1 DAR 16:9], 2289 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default
)
Metadata :
handler_name : VideoHandler
Stream #0:1(und) : Audio : aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 66
kb/s (default)
Metadata :
handler_name : SoundHandlerI have not seen rotation attribute in metadata ,can anyone pl help me....