
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (38)
-
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
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 -
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 (7594)
-
Using FFMPEG : How to do a Scene Change Detection by audio
9 janvier 2021, par dantedelI have a video that has many scenes, within each scene there are several video cuts with and single unique narator.
I'm trying to split the video to individual scenes based on narator. So far only found only a way using select/scene to get timestamps based on scene video changes.


Using FFMPEG : How to do a Scene Change Detection ? with timecode ?


ffmpeg -i input.flv \
 -filter:v "select='gt(scene,0.4)',showinfo" \
 -f null \
 - 2> ffout



Is there an equivalent way to get the scene changes by examining changes in audio ?


-
ffmpeg with two input rtmp streams with overlay causing 5 sec delay
13 juin 2019, par GoodStudentI’m using
ffmpeg
on merging two videos, usingoverlay
taking input from twortmp
streams getting lag of 5 seconds in one of the videos in stream3 .Below is the command I’ve tried
ffmpeg -i rtmp://stream1 -i rtmp://stream2
-filter_complex "[0:v]scale=1280:720;[1:v]scale=320:180[v1];[v0][v1]overlay=eof_action=pass[out1]"
-map [out1] -f flv rtmp://stream3I’m expecting less than 1 sec lag in overlay as individual streams are getting less than 1 sec lag
-
Revision 5daef90efc : skip un-neccessary motion search in the first pass This patch allows the encode
4 juin 2014, par Pengchong JinChanged Paths :
Modify /vp9/encoder/vp9_firstpass.c
skip un-neccessary motion search in the first passThis patch allows the encoder to skip the
un-neccessary motion search in the first pass. It
calculates the error of the zero motion vector using
the last source frame as reference and skips the
further motion search in the first pass if the error
is small.The encoding speedup of the first pass for slideshow
videos is over 30%. Borg test shows the overall PSNR
performance remain approximately the same (derf -0.009,
hd 0.387, yt 0.021, stdhd 0.065). Individual clips may
have either PSNR gain or loss. The worst PSNR perfomance
is from yt set, with a PSNR loss of -1.1.Change-Id : I08b2ab110b695e4689573b2567fa531b6457616e