
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 (62)
-
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 : (...) -
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 ;
-
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 (...)
Sur d’autres sites (6692)
-
variable video bitrate calculator [closed]
8 mars 2013, par MeramanI am thinking to calculate bitrate of video every second.
I am thinking if I know size of encoded frames, I can calculate bitrate. If suppose video is 24 fps, then calculating size of these 24 frames will give me size in bits per second, if I am not wrong.
How can I accomplish this using libraries like FFmpeg and Java.
Thanks in advance
-
timecode of scene change detection ffmpeg
31 octobre 2020, par Михаил БоровинскихGood day, there was a bit of a problem when I working with ffmpeg. We need to find timecodes of scene change detection in the video. Use the following command :



ffmpeg -i inputVideo.mp4 -f image2 -vf "select = gt (scene \ ,. 5)" -vsync vfr thumb% 04d.png



It creates an image from scene change detection. I do not know how to add timecode to a text file. Thanks in advance for your help !)



P.S. Sorry for my bad english)


-
timecode of scene change detection ffmpeg
16 mars 2015, par Михаил БоровинскихGood day, there was a bit of a problem when I working with ffmpeg. We need to find timecodes of scene change detection in the video. Use the following command :
ffmpeg -i inputVideo.mp4 -f image2 -vf "select = gt (scene \ ,. 5)" -vsync vfr thumb% 04d.png
It creates an image from scene change detection. I do not know how to add timecode to a text file. Thanks in advance for your help !)
P.S. Sorry for my bad english)