
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (26)
-
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 -
D’autres logiciels intéressants
12 avril 2011, parOn ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
Videopress
Site Internet : (...) -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (3105)
-
How to change resolution of a video.mp4 file stored on the AWS S3 ?
10 octobre 2018, par AmanI’m using
AWS S3
to store myvideo
andaudio
files. Before I upload any video file, I convert the video file into different resolutions from my laptop usingffmpeg
and then I upload those files onto myAWS S3
account. I want to know if its possible to convert the video file stored on myAWS S3
to different resolutions. As in the conversion to happen on theAWS
.I’m using
ffmpeg
command inCMD
:ffmpeg -i video.mp4 -s 256x144 -c:a copy video_144p.mp4
-
Revision 96336 : Compatibilité 3.1 des logos 2016 Version 3.6.0
30 mars 2016, par kent1@… — LogCompatibilité 3.1 des logos
2016
Version 3.6.0 -
How to open and view an image stored in .yuv format ?
20 juin 2018, par ElectrixI have an image(grayscale) stored as a .yuv file. How do i open the image to see with any viewer or preferably opencv ??
Using on command line -
display -size 640x480 -colorspace gray -depth 8 4:2:0 -interlace plane 0001.yuv
shows the image in a blurred form.
ffmpeg -i 0001.bmp.yuv -f rawvideo -pix_fmt gray out.jpg
gives -Output file #0 does not contain any stream
Its a 640x480 image. All the related questions talk about .yuv videos.