
Recherche avancée
Médias (33)
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (44)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (7322)
-
dca : Move ff_dca_convert_bitstream() to the DCA common code
26 mars 2013, par Diego Biurrundca : Move ff_dca_convert_bitstream() to the DCA common code
-
How to find what 2 sounds have in common ?
22 mai 2020, par ThomazPomThank you for your time.



I have a video, with 2 audios tracks (same lenght) (audio1 : en, audio2 : jap).



I try to figure how to export an audio where theses track are identical (blank sound otherwise) or better, the times periods where these have sound in commmon



I think ffmpeg is a good start and i use it occasionally, but this one is a bit too hard for me.



Any ideas ?



Many thanks,
Sorry for my aproximate english.



Thomaz



->EDIT
Got it with scypi.



from scipy.io.wavfile import read, write
en = read("000001_output_en.wav")
jap = read("000001_output_jp.wav")
out=(en[1]*en[1]==jap[1])
write("output_processed.wav",en[0],out)




to find their common silences :



from scipy.io.wavfile import read, write
en = read("000001_output_en.wav")
jap = read("000001_output_jp.wav")
out=(en[1]*jap[1])
write("output_processed.wav",en[0],out)



-
Revision a51704d9c7 : vp8 common : change 'HAVE_NEON_ASM' to 'HAVE_NEON' for compiling idct_blk_neon.c.
4 septembre 2014, par Jia JiaChanged Paths :
Modify /vp8/vp8_common.mk
vp8 common : change ’HAVE_NEON_ASM’ to ’HAVE_NEON’ for compiling idct_blk_neon.c.Change-Id : Ib89107fb824b5fe58afef6841104d5a27b2e0f2d