
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (79)
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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 : (...)
Sur d’autres sites (11666)
-
Extract encoded image from concatenated video not decoding
5 août 2021, par Jesse HixI am trying to put an LSB encrypted image at the end of a video and then extract that image and decode it. I use
ffmpeg -i VIDEO -vf select="between(n\,'x'\,'y'\)" -vsync 0 frames%d.png
to extract the frame or frames both to encode and decode. And the command below to merge the video and image back together. The image is encoded and decode using a basic python LSB program.

ffmpeg \
-i input.mp4 -ss 00:00:00 -t 00:00:21.08 \
-loop 1 -framerate 25 -t 00:00:00.04 -i eframes1.png \
-filter_complex "[0:v][1:v]concat=n=2:v=1:a=0" out.mp4



The issue I am having is that the extracted encoded image does not decode. The video has a fps of 25 and 528 frames originally and 529 frames after concatenating.


Is the issue the place where I am cutting the frame out or perhaps the concatenating part or the encoding part ?


-
Create video from image sequence starting at image_100
22 février 2014, par JohannaI'm using ffmpeg to convert a sequence of images into a .mov file. The command line I use is :
ffmpeg.exe -f image2 -i im_%04d.jpeg -r 25 -sameq -vcodec mjpeg out.mov
It works fine if the first image of the sequence starts at im_0000, but when the first image starts for example at im_0100, then I get an
im_%04d.jpeg: Error number -2 occurred
How can I force it to analyse the sequence, no matter what number the first image is ?
-
JPEG image quality problems
2 mars 2020, par atokzzI have two different JPEG images captured by the same source (stream IP Boroscope MJPEG). I analyzed the bytes and the structure and, with my very little experience with image byte structures, I couldn’t tell the difference between the two. So, based on the image that has no defects, what makes JPEG 2 have quality problems ?
PS. : Both of them has the correct SOI and EOI markers (FFD8 and FFD9)
JPEG 1 : Image without quality problems download from here to see the bytes
Image’s preview (do not download from here)
JPEG 2 : Image with quality problems download from here to see the bytes
Image’s preview (do not download from here)
Online hex editor (online hex editor to see the binary of the image)