
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (46)
-
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 -
Taille des images et des logos définissables
9 février 2011, parDans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...) -
Librairies et logiciels spécifiques aux médias
10 décembre 2010, parPour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)
Sur d’autres sites (3868)
-
RGB Steganography on Video Files
12 novembre 2018, par HowellJenkinsHi I have done image steganography in Python Image Library (PIL).
::edit: :
Using LSB technique on pixel color data e.g. (255, 255, 255)I want to read frames before they are displayed, modify the pixels to implement LSB steganography and then display the modified frame(s) using FFMpeg or similar media library.
How do I modify the RGB value of frames for video playback ?
What I have accomplished to date is limited to images only. In PIL, one can open an image and access a 2-D pixel array and introduce a new tuple of RGB values.
Also, I have tried using Python Image Library to create an animated gif as an alternative using images as frames, but there is a loss of quality ; hence, affecting the payload for the steganography. There is a grainy effect and it was used with PNG files to GIF, both utilizing lossless compression ; however, I read it had to do with a generalized color palette chosen to render the images.
To modify the video stream in say an mp4 file, would require extensive knowledge of the moov and mdat atoms and the structure of the video container.
FFMpeg is fairly complex as well. I noticed that the AVPacket structure may contain frame data.
-
Automated Video creation for Graphic Data using Java or Python [on hold]
20 mars 2016, par AmitChart Shows what I am trying to achieve. bottom line is that I want to create a video from a dataset which provides me enough data points to plot bar/pie graphs. I also want to add a audio to it for which text is created programatically. I need help for -
- I have tried using jfreeChart. But when create an image from it, the quality of it is not good enough to create video from that image. Is there any other better options to plot nice graphs and create images from it ? Idea is to save these charts/images on disk, mix audio using ffmpeg utility to finally create a video.
I would prefer something using Java / Python since I already know it.
-
amf : Replace writer_id option with LIBAV_AMF_WRITER_ID constant
28 février 2018, par Alexander Kravchenkoamf : Replace writer_id option with LIBAV_AMF_WRITER_ID constant
AMFTraceWriter is an abstraction to configure how AMF outputs its logs
for the current process and can be configured to output different levels
of trace output. If multiple LibavWriter objects are used in one process,
there will be duplication of output in av_log. Use a constant writer_id
to prevent this scenario.Signed-off-by : Diego Biurrun <diego@biurrun.de>